#660016

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

Shades of Burgundy #660016

Tints of Burgundy #660016

Color information

#660016 (or 0x660016) is unknown color: approx Burgundy. HEX triplet: 66, 00 and 16. RGB value is (102,0,22). Sum of RGB (Red+Green+Blue) = 102+0+22=124 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.26% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 102 - color contains mainly: red. Hex color #660016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660016 is #99FFE9. Grayscale: #212121. Windows color (decimal): -10092522 or 1441894. OLE color: 1441894.

HSL color Cylindrical-coordinate representation of color #660016: hue angle of 347.06º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660016 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB102022-
CMYK010.780.6
HSL347.06º100%20%-
HSV(B)347.06º100%40%-
XYZ5.622.881.02-
YUV33.01121.79177.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 82.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 17.74%
R=82.26%
G=0%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102022010.780.6347.0610020
Hex660160644E3C15b6414
Octal14602601441167453314424
Binary1100110010110011001001001110111100101011011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660016; }

 p { color: rgb(102,0,22); }

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

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

 a { background-color: rgb(102,0,22); }

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

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

 span { border-color: rgb(102,0,22); }

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