Shades of Burgundy #810F31
Tints of Burgundy #810F31
RGB
CMYK
RGB Variations
Color information
#810F31 (or 0x810F31) is known color: Burgundy. HEX triplet: 81, 0F and 31. RGB value is (129,15,49). Sum of RGB (Red+Green+Blue) = 129+15+49=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #810F31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810F31 is #7EF0CE. Grayscale: #343434. Windows color (decimal): -8319183 or 3215233. OLE color: 3215233.
HSL color Cylindrical-coordinate representation of color #810F31: hue angle of 342.11º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #810F31 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 15 | 49 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.49 |
| HSL | 342.11º | 0.79% | 0.28% | - |
| HSV(B) | 342.11º | 0.88% | 0.51% | - |
| XYZ | 9.78 | 5.23 | 3.4 | - |
| YUV | 52.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 49 | 0 | 0.88 | 0.62 | 0.49 | 342.11 | 0.79 | 0.28 |
| Hex | 81 | F | 31 | 0 | 58 | 3E | 31 | 156 | 4F | 1C |
| Octal | 201 | 17 | 61 | 0 | 130 | 76 | 61 | 526 | 117 | 34 |
| Binary | 10000001 | 1111 | 110001 | 0 | 1011000 | 111110 | 110001 | 101010110 | 1001111 | 11100 |
Color Harmonies of #810F31
Complementary color
Monochromatic Colors of #810F31
Black with #810F31
Text Example
Text Example
White with #810F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810F31; }
p { color: rgb(129,15,49); }
H1.HeaderClassName
{
color: #810F31;
}
.AnyTagClassName
{
color: #810F31;
}
</style>
background-color css
<style>
a { background-color: #810F31; }
a { background-color: rgb(129,15,49); }
div.DivClassName
{
background-color: #810F31;
}
.BgClassName
{
background-color: #810F31;
}
</style>
border-color css
<style>
span { border-color: #810F31; }
span { border-color: rgb(129,15,49); }
td.TdClassName
{
border-color: #810F31;
}
.TagClassName
{
border-color: #810F31;
}
</style>