Shades of Burgundy #810314
Tints of Burgundy #810314
RGB
CMYK
RGB Variations
Color information
#810314 (or 0x810314) is known color: Burgundy. HEX triplet: 81, 03 and 14. RGB value is (129,3,20). Sum of RGB (Red+Green+Blue) = 129+3+20=152 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.87% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 129 - color contains mainly: red. Hex color #810314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810314 is #7EFCEB. Grayscale: #2A2A2A. Windows color (decimal): -8322284 or 1311617. OLE color: 1311617.
HSL color Cylindrical-coordinate representation of color #810314: hue angle of 351.9º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #810314 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 3 | 20 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.49 |
| HSL | 351.9º | 0.95% | 0.26% | - |
| HSV(B) | 351.9º | 0.98% | 0.51% | - |
| XYZ | 9.21 | 4.78 | 1.1 | - |
| YUV | 42.61 | 115.24 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 20 | 0 | 0.98 | 0.84 | 0.49 | 351.9 | 0.95 | 0.26 |
| Hex | 81 | 3 | 14 | 0 | 62 | 54 | 31 | 160 | 5F | 1A |
| Octal | 201 | 3 | 24 | 0 | 142 | 124 | 61 | 540 | 137 | 32 |
| Binary | 10000001 | 11 | 10100 | 0 | 1100010 | 1010100 | 110001 | 101100000 | 1011111 | 11010 |
Color Harmonies of #810314
Complementary color
Monochromatic Colors of #810314
Black with #810314
Text Example
Text Example
White with #810314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810314; }
p { color: rgb(129,3,20); }
H1.HeaderClassName
{
color: #810314;
}
.AnyTagClassName
{
color: #810314;
}
</style>
background-color css
<style>
a { background-color: #810314; }
a { background-color: rgb(129,3,20); }
div.DivClassName
{
background-color: #810314;
}
.BgClassName
{
background-color: #810314;
}
</style>
border-color css
<style>
span { border-color: #810314; }
span { border-color: rgb(129,3,20); }
td.TdClassName
{
border-color: #810314;
}
.TagClassName
{
border-color: #810314;
}
</style>