#66011C

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

Shades of Burgundy #66011C

Tints of Burgundy #66011C

Color information

#66011C (or 0x66011C) is unknown color: approx Burgundy. HEX triplet: 66, 01 and 1C. RGB value is (102,1,28). Sum of RGB (Red+Green+Blue) = 102+1+28=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #66011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66011C is #99FEE3. Grayscale: #222222. Windows color (decimal): -10092260 or 1835366. OLE color: 1835366.

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

Color convert

RGB102128-
CMYK00.990.730.6
HSL343.96º98.06%20.2%-
HSV(B)343.96º99.02%40%-
XYZ5.72.931.36-
YUV34.28124.46176.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 77.86%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=77.86%
G=0.76%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10212800.990.730.6343.9698.0620.2
Hex6611C063493C1586214
Octal14613401431117453014224
Binary1100110111100011000111001001111100101011000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66011C; }

 p { color: rgb(102,1,28); }

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

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

 a { background-color: rgb(102,1,28); }

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

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

 span { border-color: rgb(102,1,28); }

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