Shades of Burgundy #810321
Tints of Burgundy #810321
RGB
CMYK
RGB Variations
Color information
#810321 (or 0x810321) is known color: Burgundy. HEX triplet: 81, 03 and 21. RGB value is (129,3,33). Sum of RGB (Red+Green+Blue) = 129+3+33=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #810321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810321 is #7EFCDE. Grayscale: #2C2C2C. Windows color (decimal): -8322271 or 2163585. OLE color: 2163585.
HSL color Cylindrical-coordinate representation of color #810321: hue angle of 345.71º degrees, saturation: 0.95, 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 #810321 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.49 |
| HSL | 345.71º | 0.95% | 0.26% | - |
| HSV(B) | 345.71º | 0.98% | 0.51% | - |
| XYZ | 9.36 | 4.84 | 1.88 | - |
| YUV | 44.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 33 | 0 | 0.98 | 0.74 | 0.49 | 345.71 | 0.95 | 0.26 |
| Hex | 81 | 3 | 21 | 0 | 62 | 4A | 31 | 15A | 5F | 1A |
| Octal | 201 | 3 | 41 | 0 | 142 | 112 | 61 | 532 | 137 | 32 |
| Binary | 10000001 | 11 | 100001 | 0 | 1100010 | 1001010 | 110001 | 101011010 | 1011111 | 11010 |
Color Harmonies of #810321
Complementary color
Monochromatic Colors of #810321
Black with #810321
Text Example
Text Example
White with #810321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810321; }
p { color: rgb(129,3,33); }
H1.HeaderClassName
{
color: #810321;
}
.AnyTagClassName
{
color: #810321;
}
</style>
background-color css
<style>
a { background-color: #810321; }
a { background-color: rgb(129,3,33); }
div.DivClassName
{
background-color: #810321;
}
.BgClassName
{
background-color: #810321;
}
</style>
border-color css
<style>
span { border-color: #810321; }
span { border-color: rgb(129,3,33); }
td.TdClassName
{
border-color: #810321;
}
.TagClassName
{
border-color: #810321;
}
</style>