Shades of Burgundy #810521
Tints of Burgundy #810521
RGB
CMYK
RGB Variations
Color information
#810521 (or 0x810521) is known color: Burgundy. HEX triplet: 81, 05 and 21. RGB value is (129,5,33). Sum of RGB (Red+Green+Blue) = 129+5+33=167 (22% of max value = 765). Red value is 129 (50.78% from 255 or 77.25% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 129 - color contains mainly: red. Hex color #810521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810521 is #7EFADE. Grayscale: #2D2D2D. Windows color (decimal): -8321759 or 2164097. OLE color: 2164097.
HSL color Cylindrical-coordinate representation of color #810521: hue angle of 346.45º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #810521 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 5 | 33 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.49 |
| HSL | 346.45º | 0.93% | 0.26% | - |
| HSV(B) | 346.45º | 0.96% | 0.51% | - |
| XYZ | 9.38 | 4.89 | 1.89 | - |
| YUV | 45.27 | 121.08 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 5 | 33 | 0 | 0.96 | 0.74 | 0.49 | 346.45 | 0.93 | 0.26 |
| Hex | 81 | 5 | 21 | 0 | 60 | 4A | 31 | 15A | 5D | 1A |
| Octal | 201 | 5 | 41 | 0 | 140 | 112 | 61 | 532 | 135 | 32 |
| Binary | 10000001 | 101 | 100001 | 0 | 1100000 | 1001010 | 110001 | 101011010 | 1011101 | 11010 |
Color Harmonies of #810521
Complementary color
Monochromatic Colors of #810521
Black with #810521
Text Example
Text Example
White with #810521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810521; }
p { color: rgb(129,5,33); }
H1.HeaderClassName
{
color: #810521;
}
.AnyTagClassName
{
color: #810521;
}
</style>
background-color css
<style>
a { background-color: #810521; }
a { background-color: rgb(129,5,33); }
div.DivClassName
{
background-color: #810521;
}
.BgClassName
{
background-color: #810521;
}
</style>
border-color css
<style>
span { border-color: #810521; }
span { border-color: rgb(129,5,33); }
td.TdClassName
{
border-color: #810521;
}
.TagClassName
{
border-color: #810521;
}
</style>