#811229

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

Shades of Burgundy #811229

Tints of Burgundy #811229

Color information

#811229 (or 0x811229) is unknown color: approx Burgundy. HEX triplet: 81, 12 and 29. RGB value is (129,18,41). Sum of RGB (Red+Green+Blue) = 129+18+41=188 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.62% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 129 - color contains mainly: red. Hex color #811229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811229 is #7EEDD6. Grayscale: #353535. Windows color (decimal): -8318423 or 2691713. OLE color: 2691713.

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

Color convert

RGB1291841-
CMYK00.860.680.49
HSL347.57º75.51%28.82%-
HSV(B)347.57º86.05%50.59%-
XYZ9.675.262.6-
YUV53.81120.77181.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.62%
GREEN value IS 18 (7.42% from 255) = 9.57%
BLUE value IS 41 (16.41% from 255) = 21.81%
R=68.62%
G=9.57%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129184100.860.680.49347.5775.5128.82
Hex811229056443115c4c1d
Octal201225101261046153411435
Binary1000000110010101001010101101000100110001101011100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811229; }

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

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

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

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

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

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

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

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