#660023

Color #660023 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #660023

Tints of Burgundy #660023

Color information

#660023 (or 0x660023) is unknown color: approx Burgundy. HEX triplet: 66, 00 and 23. RGB value is (102,0,35). Sum of RGB (Red+Green+Blue) = 102+0+35=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #660023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660023 is #99FFDC. Grayscale: #222222. Windows color (decimal): -10092509 or 2293862. OLE color: 2293862.

HSL color Cylindrical-coordinate representation of color #660023: hue angle of 339.41º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660023 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.6.

Color convert

RGB102035-
CMYK010.660.6
HSL339.41º100%20%-
HSV(B)339.41º100%40%-
XYZ5.782.951.85-
YUV34.49128.29176.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 74.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 35 (14.06% from 255) = 25.55%
R=74.45%
G=0%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102035010.660.6339.4110020
Hex66023064423C1536414
Octal14604301441027452314424
Binary11001100100011011001001000010111100101010011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660023; }

 p { color: rgb(102,0,35); }

 H1.HeaderClassName
 {
   color: #660023;
 }
 .AnyTagClassName
 {
   color: #660023;
 }
</style>
background-color css

<style>
 a { background-color: #660023; }

 a { background-color: rgb(102,0,35); }

 div.DivClassName
 {
   background-color: #660023;
 }
 .BgClassName
 {
   background-color: #660023;
 }
</style>
border-color css

<style>
 span { border-color: #660023; }

 span { border-color: rgb(102,0,35); }

 td.TdClassName
 {
   border-color: #660023;
 }
 .TagClassName
 {
   border-color: #660023;
 }
</style>