#811221

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

Shades of Burgundy #811221

Tints of Burgundy #811221

Color information

#811221 (or 0x811221) is unknown color: approx Burgundy. HEX triplet: 81, 12 and 21. RGB value is (129,18,33). Sum of RGB (Red+Green+Blue) = 129+18+33=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #811221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811221 is #7EEDDE. Grayscale: #343434. Windows color (decimal): -8318431 or 2167425. OLE color: 2167425.

HSL color Cylindrical-coordinate representation of color #811221: hue angle of 351.89º 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 #811221 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB1291833-
CMYK00.860.740.49
HSL351.89º75.51%28.82%-
HSV(B)351.89º86.05%50.59%-
XYZ9.545.211.94-
YUV52.9116.77182.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 71.67%
GREEN value IS 18 (7.42% from 255) = 10%
BLUE value IS 33 (13.28% from 255) = 18.33%
R=71.67%
G=10%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129183300.860.740.49351.8975.5128.82
Hex8112210564A311604c1d
Octal201224101261126154011435
Binary1000000110010100001010101101001010110001101100000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811221; }

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

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

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

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

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

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

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

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