Shades of Burgundy #810237
Tints of Burgundy #810237
RGB
CMYK
RGB Variations
Color information
#810237 (or 0x810237) is known color: Burgundy. HEX triplet: 81, 02 and 37. RGB value is (129,2,55). Sum of RGB (Red+Green+Blue) = 129+2+55=186 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.35% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 129 - color contains mainly: red. Hex color #810237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810237 is #7EFDC8. Grayscale: #2D2D2D. Windows color (decimal): -8322505 or 3605121. OLE color: 3605121.
HSL color Cylindrical-coordinate representation of color #810237: hue angle of 334.96º 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 #810237 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 55 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.49 |
| HSL | 334.96º | 0.97% | 0.26% | - |
| HSV(B) | 334.96º | 0.98% | 0.51% | - |
| XYZ | 9.76 | 4.99 | 4.06 | - |
| YUV | 46.02 | 133.08 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 55 | 0 | 0.98 | 0.57 | 0.49 | 334.96 | 0.97 | 0.26 |
| Hex | 81 | 2 | 37 | 0 | 62 | 39 | 31 | 14F | 61 | 1A |
| Octal | 201 | 2 | 67 | 0 | 142 | 71 | 61 | 517 | 141 | 32 |
| Binary | 10000001 | 10 | 110111 | 0 | 1100010 | 111001 | 110001 | 101001111 | 1100001 | 11010 |
Color Harmonies of #810237
Complementary color
Monochromatic Colors of #810237
Black with #810237
Text Example
Text Example
White with #810237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810237; }
p { color: rgb(129,2,55); }
H1.HeaderClassName
{
color: #810237;
}
.AnyTagClassName
{
color: #810237;
}
</style>
background-color css
<style>
a { background-color: #810237; }
a { background-color: rgb(129,2,55); }
div.DivClassName
{
background-color: #810237;
}
.BgClassName
{
background-color: #810237;
}
</style>
border-color css
<style>
span { border-color: #810237; }
span { border-color: rgb(129,2,55); }
td.TdClassName
{
border-color: #810237;
}
.TagClassName
{
border-color: #810237;
}
</style>