#811220

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

Shades of Burgundy #811220

Tints of Burgundy #811220

Color information

#811220 (or 0x811220) is unknown color: approx Burgundy. HEX triplet: 81, 12 and 20. RGB value is (129,18,32). Sum of RGB (Red+Green+Blue) = 129+18+32=179 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.07% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 129 - color contains mainly: red. Hex color #811220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811220 is #7EEDDF. Grayscale: #343434. Windows color (decimal): -8318432 or 2101889. OLE color: 2101889.

HSL color Cylindrical-coordinate representation of color #811220: hue angle of 352.43º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811220 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1291832-
CMYK00.860.750.49
HSL352.43º75.51%28.82%-
HSV(B)352.43º86.05%50.59%-
XYZ9.535.21.87-
YUV52.78116.27182.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 72.07%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=72.07%
G=10.06%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129183200.860.750.49352.4375.5128.82
Hex8112200564B311604c1d
Octal201224001261136154011435
Binary1000000110010100000010101101001011110001101100000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811220; }

 p { color: rgb(129,18,32); }

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

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

 a { background-color: rgb(129,18,32); }

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

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

 span { border-color: rgb(129,18,32); }

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