#810B29

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

Shades of Burgundy #810B29

Tints of Burgundy #810B29

Color information

#810B29 (or 0x810B29) is unknown color: approx Burgundy. HEX triplet: 81, 0B and 29. RGB value is (129,11,41). Sum of RGB (Red+Green+Blue) = 129+11+41=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #810B29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810B29 is #7EF4D6. Grayscale: #313131. Windows color (decimal): -8320215 or 2689921. OLE color: 2689921.

HSL color Cylindrical-coordinate representation of color #810B29: hue angle of 344.75º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810B29 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1291141-
CMYK00.910.680.49
HSL344.75º84.29%27.45%-
HSV(B)344.75º91.47%50.59%-
XYZ9.575.072.57-
YUV49.7123.09184.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 71.27%
GREEN value IS 11 (4.69% from 255) = 6.08%
BLUE value IS 41 (16.41% from 255) = 22.65%
R=71.27%
G=6.08%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129114100.910.680.49344.7584.2927.45
Hex81B2905B4431159541b
Octal201135101331046153112433
Binary100000011011101001010110111000100110001101011001101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810B29; }

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

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

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

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

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

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

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

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