#660117

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

Shades of Burgundy #660117

Tints of Burgundy #660117

Color information

#660117 (or 0x660117) is unknown color: approx Burgundy. HEX triplet: 66, 01 and 17. RGB value is (102,1,23). Sum of RGB (Red+Green+Blue) = 102+1+23=126 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.95% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 102 - color contains mainly: red. Hex color #660117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660117 is #99FEE8. Grayscale: #212121. Windows color (decimal): -10092265 or 1507686. OLE color: 1507686.

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

Color convert

RGB102123-
CMYK00.990.770.6
HSL346.93º98.06%20.2%-
HSV(B)346.93º99.02%40%-
XYZ5.642.911.07-
YUV33.71121.96176.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 80.95%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 23 (9.38% from 255) = 18.25%
R=80.95%
G=0.79%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10212300.990.770.6346.9398.0620.2
Hex661170634D3C15b6214
Octal14612701431157453314224
Binary1100110110111011000111001101111100101011011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660117; }

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

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

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

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

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

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

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

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