Shades of Burgundy #810B37
Tints of Burgundy #810B37
RGB
CMYK
RGB Variations
Color information
#810B37 (or 0x810B37) is known color: Burgundy. HEX triplet: 81, 0B and 37. RGB value is (129,11,55). Sum of RGB (Red+Green+Blue) = 129+11+55=195 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.15% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 129 - color contains mainly: red. Hex color #810B37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810B37 is #7EF4C8. Grayscale: #333333. Windows color (decimal): -8320201 or 3607425. OLE color: 3607425.
HSL color Cylindrical-coordinate representation of color #810B37: hue angle of 337.63º 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 #810B37 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 55 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.49 |
| HSL | 337.63º | 0.84% | 0.27% | - |
| HSV(B) | 337.63º | 0.91% | 0.51% | - |
| XYZ | 9.86 | 5.18 | 4.09 | - |
| YUV | 51.3 | 130.09 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 55 | 0 | 0.91 | 0.57 | 0.49 | 337.63 | 0.84 | 0.27 |
| Hex | 81 | B | 37 | 0 | 5B | 39 | 31 | 152 | 54 | 1B |
| Octal | 201 | 13 | 67 | 0 | 133 | 71 | 61 | 522 | 124 | 33 |
| Binary | 10000001 | 1011 | 110111 | 0 | 1011011 | 111001 | 110001 | 101010010 | 1010100 | 11011 |
Color Harmonies of #810B37
Complementary color
Monochromatic Colors of #810B37
Black with #810B37
Text Example
Text Example
White with #810B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B37; }
p { color: rgb(129,11,55); }
H1.HeaderClassName
{
color: #810B37;
}
.AnyTagClassName
{
color: #810B37;
}
</style>
background-color css
<style>
a { background-color: #810B37; }
a { background-color: rgb(129,11,55); }
div.DivClassName
{
background-color: #810B37;
}
.BgClassName
{
background-color: #810B37;
}
</style>
border-color css
<style>
span { border-color: #810B37; }
span { border-color: rgb(129,11,55); }
td.TdClassName
{
border-color: #810B37;
}
.TagClassName
{
border-color: #810B37;
}
</style>