Shades of Burgundy #810E32
Tints of Burgundy #810E32
RGB
CMYK
RGB Variations
Color information
#810E32 (or 0x810E32) is known color: Burgundy. HEX triplet: 81, 0E and 32. RGB value is (129,14,50). Sum of RGB (Red+Green+Blue) = 129+14+50=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #810E32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810E32 is #7EF1CD. Grayscale: #343434. Windows color (decimal): -8319438 or 3280513. OLE color: 3280513.
HSL color Cylindrical-coordinate representation of color #810E32: hue angle of 341.22º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #810E32 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 14 | 50 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.49 |
| HSL | 341.22º | 0.8% | 0.28% | - |
| HSV(B) | 341.22º | 0.89% | 0.51% | - |
| XYZ | 9.79 | 5.21 | 3.51 | - |
| YUV | 52.49 | 126.6 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 14 | 50 | 0 | 0.89 | 0.61 | 0.49 | 341.22 | 0.8 | 0.28 |
| Hex | 81 | E | 32 | 0 | 59 | 3D | 31 | 155 | 50 | 1C |
| Octal | 201 | 16 | 62 | 0 | 131 | 75 | 61 | 525 | 120 | 34 |
| Binary | 10000001 | 1110 | 110010 | 0 | 1011001 | 111101 | 110001 | 101010101 | 1010000 | 11100 |
Color Harmonies of #810E32
Complementary color
Monochromatic Colors of #810E32
Black with #810E32
Text Example
Text Example
White with #810E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810E32; }
p { color: rgb(129,14,50); }
H1.HeaderClassName
{
color: #810E32;
}
.AnyTagClassName
{
color: #810E32;
}
</style>
background-color css
<style>
a { background-color: #810E32; }
a { background-color: rgb(129,14,50); }
div.DivClassName
{
background-color: #810E32;
}
.BgClassName
{
background-color: #810E32;
}
</style>
border-color css
<style>
span { border-color: #810E32; }
span { border-color: rgb(129,14,50); }
td.TdClassName
{
border-color: #810E32;
}
.TagClassName
{
border-color: #810E32;
}
</style>