#660112

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

Shades of Burgundy #660112

Tints of Burgundy #660112

Color information

#660112 (or 0x660112) is unknown color: approx Burgundy. HEX triplet: 66, 01 and 12. RGB value is (102,1,18). Sum of RGB (Red+Green+Blue) = 102+1+18=121 (16% of max value = 765). Red value is 102 (40.23% from 255 or 84.30% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 102 - color contains mainly: red. Hex color #660112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660112 is #99FEED. Grayscale: #212121. Windows color (decimal): -10092270 or 1180006. OLE color: 1180006.

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

Color convert

RGB102118-
CMYK00.990.820.6
HSL349.9º98.06%20.2%-
HSV(B)349.9º99.02%40%-
XYZ5.62.890.83-
YUV33.14119.46177.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 84.30%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=84.30%
G=0.83%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10211800.990.820.6349.998.0620.2
Hex66112063523C15e6214
Octal14612201431227453614224
Binary1100110110010011000111010010111100101011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660112; }

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

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

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

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

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

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

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

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