#66030C

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

Shades of Burgundy #66030C

Tints of Burgundy #66030C

Color information

#66030C (or 0x66030C) is unknown color: approx Burgundy. HEX triplet: 66, 03 and 0C. RGB value is (102,3,12). Sum of RGB (Red+Green+Blue) = 102+3+12=117 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.18% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 102 - color contains mainly: red. Hex color #66030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66030C is #99FCF3. Grayscale: #212121. Windows color (decimal): -10091764 or 787302. OLE color: 787302.

HSL color Cylindrical-coordinate representation of color #66030C: hue angle of 354.55º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66030C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB102312-
CMYK00.970.880.6
HSL354.55º94.29%20.59%-
HSV(B)354.55º97.06%40%-
XYZ5.582.920.62-
YUV33.63115.8176.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 87.18%
GREEN value IS 3 (1.56% from 255) = 2.56%
BLUE value IS 12 (5.08% from 255) = 10.26%
R=87.18%
G=2.56%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10231200.970.880.6354.5594.2920.59
Hex663C061583C1635e15
Octal14631401411307454313625
Binary1100110111100011000011011000111100101100011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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