#660211

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

Shades of Burgundy #660211

Tints of Burgundy #660211

Color information

#660211 (or 0x660211) is unknown color: approx Burgundy. HEX triplet: 66, 02 and 11. RGB value is (102,2,17). Sum of RGB (Red+Green+Blue) = 102+2+17=121 (16% of max value = 765). Red value is 102 (40.23% from 255 or 84.30% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 102 - color contains mainly: red. Hex color #660211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660211 is #99FDEE. Grayscale: #212121. Windows color (decimal): -10092015 or 1114726. OLE color: 1114726.

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

Color convert

RGB102217-
CMYK00.980.830.6
HSL351º96.15%20.39%-
HSV(B)351º98.04%40%-
XYZ5.62.910.8-
YUV33.61118.63176.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 84.30%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 17 (7.03% from 255) = 14.05%
R=84.30%
G=1.65%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10221700.980.830.635196.1520.39
Hex66211062533C15f6014
Octal14622101421237453714024
Binary11001101010001011000101010011111100101011111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660211; }

 p { color: rgb(102,2,17); }

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

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

 a { background-color: rgb(102,2,17); }

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

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

 span { border-color: rgb(102,2,17); }

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