#660108

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

Shades of Burgundy #660108

Tints of Burgundy #660108

Color information

#660108 (or 0x660108) is unknown color: approx Burgundy. HEX triplet: 66, 01 and 08. RGB value is (102,1,8). Sum of RGB (Red+Green+Blue) = 102+1+8=111 (14% of max value = 765). Red value is 102 (40.23% from 255 or 91.89% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 102 - color contains mainly: red. Hex color #660108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660108 is #99FEF7. Grayscale: #202020. Windows color (decimal): -10092280 or 524646. OLE color: 524646.

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

Color convert

RGB10218-
CMYK00.990.920.6
HSL355.84º98.06%20.2%-
HSV(B)355.84º99.02%40%-
XYZ5.532.860.49-
YUV32114.46177.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 91.89%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 8 (3.52% from 255) = 7.21%
R=91.89%
G=0.90%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021800.990.920.6355.8498.0620.2
Hex66180635C3C1646214
Octal14611001431347454414224
Binary110011011000011000111011100111100101100100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660108; }

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

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

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

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

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

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

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

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