Shades of Burgundy #810713
Tints of Burgundy #810713
RGB
CMYK
RGB Variations
Color information
#810713 (or 0x810713) is known color: Burgundy. HEX triplet: 81, 07 and 13. RGB value is (129,7,19). Sum of RGB (Red+Green+Blue) = 129+7+19=155 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.23% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 129 - color contains mainly: red. Hex color #810713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810713 is #7EF8EC. Grayscale: #2C2C2C. Windows color (decimal): -8321261 or 1247105. OLE color: 1247105.
HSL color Cylindrical-coordinate representation of color #810713: hue angle of 354.1º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810713 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 19 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.49 |
| HSL | 354.1º | 0.9% | 0.27% | - |
| HSV(B) | 354.1º | 0.95% | 0.51% | - |
| XYZ | 9.25 | 4.87 | 1.07 | - |
| YUV | 44.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 19 | 0 | 0.95 | 0.85 | 0.49 | 354.1 | 0.9 | 0.27 |
| Hex | 81 | 7 | 13 | 0 | 5F | 55 | 31 | 162 | 5A | 1B |
| Octal | 201 | 7 | 23 | 0 | 137 | 125 | 61 | 542 | 132 | 33 |
| Binary | 10000001 | 111 | 10011 | 0 | 1011111 | 1010101 | 110001 | 101100010 | 1011010 | 11011 |
Color Harmonies of #810713
Complementary color
Monochromatic Colors of #810713
Black with #810713
Text Example
Text Example
White with #810713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810713; }
p { color: rgb(129,7,19); }
H1.HeaderClassName
{
color: #810713;
}
.AnyTagClassName
{
color: #810713;
}
</style>
background-color css
<style>
a { background-color: #810713; }
a { background-color: rgb(129,7,19); }
div.DivClassName
{
background-color: #810713;
}
.BgClassName
{
background-color: #810713;
}
</style>
border-color css
<style>
span { border-color: #810713; }
span { border-color: rgb(129,7,19); }
td.TdClassName
{
border-color: #810713;
}
.TagClassName
{
border-color: #810713;
}
</style>