Shades of Burgundy #810F37
Tints of Burgundy #810F37
RGB
CMYK
RGB Variations
Color information
#810F37 (or 0x810F37) is known color: Burgundy. HEX triplet: 81, 0F and 37. RGB value is (129,15,55). Sum of RGB (Red+Green+Blue) = 129+15+55=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #810F37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810F37 is #7EF0C8. Grayscale: #353535. Windows color (decimal): -8319177 or 3608449. OLE color: 3608449.
HSL color Cylindrical-coordinate representation of color #810F37: hue angle of 338.95º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #810F37 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 15 | 55 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.49 |
| HSL | 338.95º | 0.79% | 0.28% | - |
| HSV(B) | 338.95º | 0.88% | 0.51% | - |
| XYZ | 9.91 | 5.28 | 4.11 | - |
| YUV | 53.65 | 128.77 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 55 | 0 | 0.88 | 0.57 | 0.49 | 338.95 | 0.79 | 0.28 |
| Hex | 81 | F | 37 | 0 | 58 | 39 | 31 | 153 | 4F | 1C |
| Octal | 201 | 17 | 67 | 0 | 130 | 71 | 61 | 523 | 117 | 34 |
| Binary | 10000001 | 1111 | 110111 | 0 | 1011000 | 111001 | 110001 | 101010011 | 1001111 | 11100 |
Color Harmonies of #810F37
Complementary color
Monochromatic Colors of #810F37
Black with #810F37
Text Example
Text Example
White with #810F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810F37; }
p { color: rgb(129,15,55); }
H1.HeaderClassName
{
color: #810F37;
}
.AnyTagClassName
{
color: #810F37;
}
</style>
background-color css
<style>
a { background-color: #810F37; }
a { background-color: rgb(129,15,55); }
div.DivClassName
{
background-color: #810F37;
}
.BgClassName
{
background-color: #810F37;
}
</style>
border-color css
<style>
span { border-color: #810F37; }
span { border-color: rgb(129,15,55); }
td.TdClassName
{
border-color: #810F37;
}
.TagClassName
{
border-color: #810F37;
}
</style>