Shades of Burgundy #81021E
Tints of Burgundy #81021E
RGB
CMYK
RGB Variations
Color information
#81021E (or 0x81021E) is known color: Burgundy. HEX triplet: 81, 02 and 1E. RGB value is (129,2,30). Sum of RGB (Red+Green+Blue) = 129+2+30=161 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.12% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 129 - color contains mainly: red. Hex color #81021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81021E is #7EFDE1. Grayscale: #2B2B2B. Windows color (decimal): -8322530 or 1966721. OLE color: 1966721.
HSL color Cylindrical-coordinate representation of color #81021E: hue angle of 346.77º 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 #81021E is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 30 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.49 |
| HSL | 346.77º | 0.97% | 0.26% | - |
| HSV(B) | 346.77º | 0.98% | 0.51% | - |
| XYZ | 9.31 | 4.8 | 1.66 | - |
| YUV | 43.17 | 120.58 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 30 | 0 | 0.98 | 0.77 | 0.49 | 346.77 | 0.97 | 0.26 |
| Hex | 81 | 2 | 1E | 0 | 62 | 4D | 31 | 15B | 61 | 1A |
| Octal | 201 | 2 | 36 | 0 | 142 | 115 | 61 | 533 | 141 | 32 |
| Binary | 10000001 | 10 | 11110 | 0 | 1100010 | 1001101 | 110001 | 101011011 | 1100001 | 11010 |
Color Harmonies of #81021E
Complementary color
Monochromatic Colors of #81021E
Black with #81021E
Text Example
Text Example
White with #81021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81021E; }
p { color: rgb(129,2,30); }
H1.HeaderClassName
{
color: #81021E;
}
.AnyTagClassName
{
color: #81021E;
}
</style>
background-color css
<style>
a { background-color: #81021E; }
a { background-color: rgb(129,2,30); }
div.DivClassName
{
background-color: #81021E;
}
.BgClassName
{
background-color: #81021E;
}
</style>
border-color css
<style>
span { border-color: #81021E; }
span { border-color: rgb(129,2,30); }
td.TdClassName
{
border-color: #81021E;
}
.TagClassName
{
border-color: #81021E;
}
</style>