#66010C

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

Shades of Burgundy #66010C

Tints of Burgundy #66010C

Color information

#66010C (or 0x66010C) is unknown color: approx Burgundy. HEX triplet: 66, 01 and 0C. RGB value is (102,1,12). Sum of RGB (Red+Green+Blue) = 102+1+12=115 (15% of max value = 765). Red value is 102 (40.23% from 255 or 88.70% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 102 - color contains mainly: red. Hex color #66010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66010C is #99FEF3. Grayscale: #202020. Windows color (decimal): -10092276 or 786790. OLE color: 786790.

HSL color Cylindrical-coordinate representation of color #66010C: hue angle of 353.47º 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 #66010C is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB102112-
CMYK00.990.880.6
HSL353.47º98.06%20.2%-
HSV(B)353.47º99.02%40%-
XYZ5.562.870.61-
YUV32.45116.46177.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 88.70%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 12 (5.08% from 255) = 10.43%
R=88.70%
G=0.87%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10211200.990.880.6353.4798.0620.2
Hex661C063583C1616214
Octal14611401431307454114224
Binary110011011100011000111011000111100101100001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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