Shades of Burgundy #810D34
Tints of Burgundy #810D34
RGB
CMYK
RGB Variations
Color information
#810D34 (or 0x810D34) is known color: Burgundy. HEX triplet: 81, 0D and 34. RGB value is (129,13,52). Sum of RGB (Red+Green+Blue) = 129+13+52=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #810D34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810D34 is #7EF2CB. Grayscale: #343434. Windows color (decimal): -8319692 or 3411329. OLE color: 3411329.
HSL color Cylindrical-coordinate representation of color #810D34: hue angle of 339.83º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #810D34 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 13 | 52 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.49 |
| HSL | 339.83º | 0.82% | 0.28% | - |
| HSV(B) | 339.83º | 0.9% | 0.51% | - |
| XYZ | 9.82 | 5.2 | 3.74 | - |
| YUV | 52.13 | 127.93 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 52 | 0 | 0.90 | 0.60 | 0.49 | 339.83 | 0.82 | 0.28 |
| Hex | 81 | D | 34 | 0 | 5A | 3C | 31 | 154 | 52 | 1C |
| Octal | 201 | 15 | 64 | 0 | 132 | 74 | 61 | 524 | 122 | 34 |
| Binary | 10000001 | 1101 | 110100 | 0 | 1011010 | 111100 | 110001 | 101010100 | 1010010 | 11100 |
Color Harmonies of #810D34
Complementary color
Monochromatic Colors of #810D34
Black with #810D34
Text Example
Text Example
White with #810D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810D34; }
p { color: rgb(129,13,52); }
H1.HeaderClassName
{
color: #810D34;
}
.AnyTagClassName
{
color: #810D34;
}
</style>
background-color css
<style>
a { background-color: #810D34; }
a { background-color: rgb(129,13,52); }
div.DivClassName
{
background-color: #810D34;
}
.BgClassName
{
background-color: #810D34;
}
</style>
border-color css
<style>
span { border-color: #810D34; }
span { border-color: rgb(129,13,52); }
td.TdClassName
{
border-color: #810D34;
}
.TagClassName
{
border-color: #810D34;
}
</style>