Shades of Burgundy #810236
Tints of Burgundy #810236
RGB
CMYK
RGB Variations
Color information
#810236 (or 0x810236) is known color: Burgundy. HEX triplet: 81, 02 and 36. RGB value is (129,2,54). Sum of RGB (Red+Green+Blue) = 129+2+54=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #810236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810236 is #7EFDC9. Grayscale: #2D2D2D. Windows color (decimal): -8322506 or 3539585. OLE color: 3539585.
HSL color Cylindrical-coordinate representation of color #810236: hue angle of 335.43º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #810236 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 54 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.49 |
| HSL | 335.43º | 0.97% | 0.26% | - |
| HSV(B) | 335.43º | 0.98% | 0.51% | - |
| XYZ | 9.74 | 4.98 | 3.94 | - |
| YUV | 45.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 54 | 0 | 0.98 | 0.58 | 0.49 | 335.43 | 0.97 | 0.26 |
| Hex | 81 | 2 | 36 | 0 | 62 | 3A | 31 | 14F | 61 | 1A |
| Octal | 201 | 2 | 66 | 0 | 142 | 72 | 61 | 517 | 141 | 32 |
| Binary | 10000001 | 10 | 110110 | 0 | 1100010 | 111010 | 110001 | 101001111 | 1100001 | 11010 |
Color Harmonies of #810236
Complementary color
Monochromatic Colors of #810236
Black with #810236
Text Example
Text Example
White with #810236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810236; }
p { color: rgb(129,2,54); }
H1.HeaderClassName
{
color: #810236;
}
.AnyTagClassName
{
color: #810236;
}
</style>
background-color css
<style>
a { background-color: #810236; }
a { background-color: rgb(129,2,54); }
div.DivClassName
{
background-color: #810236;
}
.BgClassName
{
background-color: #810236;
}
</style>
border-color css
<style>
span { border-color: #810236; }
span { border-color: rgb(129,2,54); }
td.TdClassName
{
border-color: #810236;
}
.TagClassName
{
border-color: #810236;
}
</style>