#811129

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

Shades of Burgundy #811129

Tints of Burgundy #811129

Color information

#811129 (or 0x811129) is unknown color: approx Burgundy. HEX triplet: 81, 11 and 29. RGB value is (129,17,41). Sum of RGB (Red+Green+Blue) = 129+17+41=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #811129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811129 is #7EEED6. Grayscale: #353535. Windows color (decimal): -8318679 or 2691457. OLE color: 2691457.

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

Color convert

RGB1291741-
CMYK00.870.680.49
HSL347.14º76.71%28.63%-
HSV(B)347.14º86.82%50.59%-
XYZ9.655.232.6-
YUV53.22121.11182.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.98%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 41 (16.41% from 255) = 21.93%
R=68.98%
G=9.09%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129174100.870.680.49347.1476.7128.63
Hex811129057443115b4d1d
Octal201215101271046153311535
Binary1000000110001101001010101111000100110001101011011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811129; }

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

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

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

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

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

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

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

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