Shades of Burgundy #81022C
Tints of Burgundy #81022C
RGB
CMYK
RGB Variations
Color information
#81022C (or 0x81022C) is known color: Burgundy. HEX triplet: 81, 02 and 2C. RGB value is (129,2,44). Sum of RGB (Red+Green+Blue) = 129+2+44=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #81022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81022C is #7EFDD3. Grayscale: #2C2C2C. Windows color (decimal): -8322516 or 2884225. OLE color: 2884225.
HSL color Cylindrical-coordinate representation of color #81022C: hue angle of 340.16º 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 #81022C is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 44 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.49 |
| HSL | 340.16º | 0.97% | 0.26% | - |
| HSV(B) | 340.16º | 0.98% | 0.51% | - |
| XYZ | 9.53 | 4.89 | 2.82 | - |
| YUV | 44.76 | 127.58 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 44 | 0 | 0.98 | 0.66 | 0.49 | 340.16 | 0.97 | 0.26 |
| Hex | 81 | 2 | 2C | 0 | 62 | 42 | 31 | 154 | 61 | 1A |
| Octal | 201 | 2 | 54 | 0 | 142 | 102 | 61 | 524 | 141 | 32 |
| Binary | 10000001 | 10 | 101100 | 0 | 1100010 | 1000010 | 110001 | 101010100 | 1100001 | 11010 |
Color Harmonies of #81022C
Complementary color
Monochromatic Colors of #81022C
Black with #81022C
Text Example
Text Example
White with #81022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81022C; }
p { color: rgb(129,2,44); }
H1.HeaderClassName
{
color: #81022C;
}
.AnyTagClassName
{
color: #81022C;
}
</style>
background-color css
<style>
a { background-color: #81022C; }
a { background-color: rgb(129,2,44); }
div.DivClassName
{
background-color: #81022C;
}
.BgClassName
{
background-color: #81022C;
}
</style>
border-color css
<style>
span { border-color: #81022C; }
span { border-color: rgb(129,2,44); }
td.TdClassName
{
border-color: #81022C;
}
.TagClassName
{
border-color: #81022C;
}
</style>