Shades of Burgundy #81022D
Tints of Burgundy #81022D
RGB
CMYK
RGB Variations
Color information
#81022D (or 0x81022D) is known color: Burgundy. HEX triplet: 81, 02 and 2D. RGB value is (129,2,45). Sum of RGB (Red+Green+Blue) = 129+2+45=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #81022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81022D is #7EFDD2. Grayscale: #2C2C2C. Windows color (decimal): -8322515 or 2949761. OLE color: 2949761.
HSL color Cylindrical-coordinate representation of color #81022D: hue angle of 339.69º 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 #81022D is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 45 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.49 |
| HSL | 339.69º | 0.97% | 0.26% | - |
| HSV(B) | 339.69º | 0.98% | 0.51% | - |
| XYZ | 9.55 | 4.9 | 2.93 | - |
| YUV | 44.88 | 128.08 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 45 | 0 | 0.98 | 0.65 | 0.49 | 339.69 | 0.97 | 0.26 |
| Hex | 81 | 2 | 2D | 0 | 62 | 41 | 31 | 154 | 61 | 1A |
| Octal | 201 | 2 | 55 | 0 | 142 | 101 | 61 | 524 | 141 | 32 |
| Binary | 10000001 | 10 | 101101 | 0 | 1100010 | 1000001 | 110001 | 101010100 | 1100001 | 11010 |
Color Harmonies of #81022D
Complementary color
Monochromatic Colors of #81022D
Black with #81022D
Text Example
Text Example
White with #81022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81022D; }
p { color: rgb(129,2,45); }
H1.HeaderClassName
{
color: #81022D;
}
.AnyTagClassName
{
color: #81022D;
}
</style>
background-color css
<style>
a { background-color: #81022D; }
a { background-color: rgb(129,2,45); }
div.DivClassName
{
background-color: #81022D;
}
.BgClassName
{
background-color: #81022D;
}
</style>
border-color css
<style>
span { border-color: #81022D; }
span { border-color: rgb(129,2,45); }
td.TdClassName
{
border-color: #81022D;
}
.TagClassName
{
border-color: #81022D;
}
</style>