Shades of Burgundy #810D16
Tints of Burgundy #810D16
RGB
CMYK
RGB Variations
Color information
#810D16 (or 0x810D16) is known color: Burgundy. HEX triplet: 81, 0D and 16. RGB value is (129,13,22). Sum of RGB (Red+Green+Blue) = 129+13+22=164 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.66% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 129 - color contains mainly: red. Hex color #810D16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810D16 is #7EF2E9. Grayscale: #303030. Windows color (decimal): -8319722 or 1445249. OLE color: 1445249.
HSL color Cylindrical-coordinate representation of color #810D16: hue angle of 355.34º 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 #810D16 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 13 | 22 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.49 |
| HSL | 355.34º | 0.82% | 0.28% | - |
| HSV(B) | 355.34º | 0.9% | 0.51% | - |
| XYZ | 9.34 | 5.01 | 1.23 | - |
| YUV | 48.71 | 112.93 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 22 | 0 | 0.90 | 0.83 | 0.49 | 355.34 | 0.82 | 0.28 |
| Hex | 81 | D | 16 | 0 | 5A | 53 | 31 | 163 | 52 | 1C |
| Octal | 201 | 15 | 26 | 0 | 132 | 123 | 61 | 543 | 122 | 34 |
| Binary | 10000001 | 1101 | 10110 | 0 | 1011010 | 1010011 | 110001 | 101100011 | 1010010 | 11100 |
Color Harmonies of #810D16
Complementary color
Monochromatic Colors of #810D16
Black with #810D16
Text Example
Text Example
White with #810D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810D16; }
p { color: rgb(129,13,22); }
H1.HeaderClassName
{
color: #810D16;
}
.AnyTagClassName
{
color: #810D16;
}
</style>
background-color css
<style>
a { background-color: #810D16; }
a { background-color: rgb(129,13,22); }
div.DivClassName
{
background-color: #810D16;
}
.BgClassName
{
background-color: #810D16;
}
</style>
border-color css
<style>
span { border-color: #810D16; }
span { border-color: rgb(129,13,22); }
td.TdClassName
{
border-color: #810D16;
}
.TagClassName
{
border-color: #810D16;
}
</style>