Shades of Burgundy #810E2F
Tints of Burgundy #810E2F
RGB
CMYK
RGB Variations
Color information
#810E2F (or 0x810E2F) is known color: Burgundy. HEX triplet: 81, 0E and 2F. RGB value is (129,14,47). Sum of RGB (Red+Green+Blue) = 129+14+47=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 14 (5.86% from 255 or 7.37% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #810E2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810E2F is #7EF1D0. Grayscale: #343434. Windows color (decimal): -8319441 or 3083905. OLE color: 3083905.
HSL color Cylindrical-coordinate representation of color #810E2F: hue angle of 342.78º 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 #810E2F is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 14 | 47 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.49 |
| HSL | 342.78º | 0.8% | 0.28% | - |
| HSV(B) | 342.78º | 0.89% | 0.51% | - |
| XYZ | 9.72 | 5.19 | 3.18 | - |
| YUV | 52.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 14 | 47 | 0 | 0.89 | 0.64 | 0.49 | 342.78 | 0.8 | 0.28 |
| Hex | 81 | E | 2F | 0 | 59 | 40 | 31 | 157 | 50 | 1C |
| Octal | 201 | 16 | 57 | 0 | 131 | 100 | 61 | 527 | 120 | 34 |
| Binary | 10000001 | 1110 | 101111 | 0 | 1011001 | 1000000 | 110001 | 101010111 | 1010000 | 11100 |
Color Harmonies of #810E2F
Complementary color
Monochromatic Colors of #810E2F
Black with #810E2F
Text Example
Text Example
White with #810E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810E2F; }
p { color: rgb(129,14,47); }
H1.HeaderClassName
{
color: #810E2F;
}
.AnyTagClassName
{
color: #810E2F;
}
</style>
background-color css
<style>
a { background-color: #810E2F; }
a { background-color: rgb(129,14,47); }
div.DivClassName
{
background-color: #810E2F;
}
.BgClassName
{
background-color: #810E2F;
}
</style>
border-color css
<style>
span { border-color: #810E2F; }
span { border-color: rgb(129,14,47); }
td.TdClassName
{
border-color: #810E2F;
}
.TagClassName
{
border-color: #810E2F;
}
</style>