Shades of Burgundy #810F21
Tints of Burgundy #810F21
RGB
CMYK
RGB Variations
Color information
#810F21 (or 0x810F21) is known color: Burgundy. HEX triplet: 81, 0F and 21. RGB value is (129,15,33). Sum of RGB (Red+Green+Blue) = 129+15+33=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #810F21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810F21 is #7EF0DE. Grayscale: #333333. Windows color (decimal): -8319199 or 2166657. OLE color: 2166657.
HSL color Cylindrical-coordinate representation of color #810F21: hue angle of 350.53º 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 #810F21 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 15 | 33 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.49 |
| HSL | 350.53º | 0.79% | 0.28% | - |
| HSV(B) | 350.53º | 0.88% | 0.51% | - |
| XYZ | 9.5 | 5.12 | 1.93 | - |
| YUV | 51.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 33 | 0 | 0.88 | 0.74 | 0.49 | 350.53 | 0.79 | 0.28 |
| Hex | 81 | F | 21 | 0 | 58 | 4A | 31 | 15F | 4F | 1C |
| Octal | 201 | 17 | 41 | 0 | 130 | 112 | 61 | 537 | 117 | 34 |
| Binary | 10000001 | 1111 | 100001 | 0 | 1011000 | 1001010 | 110001 | 101011111 | 1001111 | 11100 |
Color Harmonies of #810F21
Complementary color
Monochromatic Colors of #810F21
Black with #810F21
Text Example
Text Example
White with #810F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810F21; }
p { color: rgb(129,15,33); }
H1.HeaderClassName
{
color: #810F21;
}
.AnyTagClassName
{
color: #810F21;
}
</style>
background-color css
<style>
a { background-color: #810F21; }
a { background-color: rgb(129,15,33); }
div.DivClassName
{
background-color: #810F21;
}
.BgClassName
{
background-color: #810F21;
}
</style>
border-color css
<style>
span { border-color: #810F21; }
span { border-color: rgb(129,15,33); }
td.TdClassName
{
border-color: #810F21;
}
.TagClassName
{
border-color: #810F21;
}
</style>