Shades of Burgundy #810215
Tints of Burgundy #810215
RGB
CMYK
RGB Variations
Color information
#810215 (or 0x810215) is known color: Burgundy. HEX triplet: 81, 02 and 15. RGB value is (129,2,21). Sum of RGB (Red+Green+Blue) = 129+2+21=152 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.87% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 129 - color contains mainly: red. Hex color #810215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810215 is #7EFDEA. Grayscale: #2A2A2A. Windows color (decimal): -8322539 or 1376897. OLE color: 1376897.
HSL color Cylindrical-coordinate representation of color #810215: hue angle of 351.02º degrees, saturation: 0.97, 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 #810215 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 21 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.49 |
| HSL | 351.02º | 0.97% | 0.26% | - |
| HSV(B) | 351.02º | 0.98% | 0.51% | - |
| XYZ | 9.21 | 4.76 | 1.14 | - |
| YUV | 42.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 21 | 0 | 0.98 | 0.84 | 0.49 | 351.02 | 0.97 | 0.26 |
| Hex | 81 | 2 | 15 | 0 | 62 | 54 | 31 | 15F | 61 | 1A |
| Octal | 201 | 2 | 25 | 0 | 142 | 124 | 61 | 537 | 141 | 32 |
| Binary | 10000001 | 10 | 10101 | 0 | 1100010 | 1010100 | 110001 | 101011111 | 1100001 | 11010 |
Color Harmonies of #810215
Complementary color
Monochromatic Colors of #810215
Black with #810215
Text Example
Text Example
White with #810215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810215; }
p { color: rgb(129,2,21); }
H1.HeaderClassName
{
color: #810215;
}
.AnyTagClassName
{
color: #810215;
}
</style>
background-color css
<style>
a { background-color: #810215; }
a { background-color: rgb(129,2,21); }
div.DivClassName
{
background-color: #810215;
}
.BgClassName
{
background-color: #810215;
}
</style>
border-color css
<style>
span { border-color: #810215; }
span { border-color: rgb(129,2,21); }
td.TdClassName
{
border-color: #810215;
}
.TagClassName
{
border-color: #810215;
}
</style>