// RGB CSS color codes: see https://www.w3.org/TR/css-color-3/#svg-color namespace RGB { constexpr int black = 0x000000, brown = 0xa52a2a, red = 0xff0000, orange = 0xffa500, yellow = 0xffff00, green = 0x008000, blue = 0x0000ff, violet = 0xee82ee, gray = 0x808080, white = 0xffffff; }