Shades of Burgundy #81012E
Tints of Burgundy #81012E
RGB
CMYK
RGB Variations
Color information
#81012E (or 0x81012E) is known color: Burgundy. HEX triplet: 81, 01 and 2E. RGB value is (129,1,46). Sum of RGB (Red+Green+Blue) = 129+1+46=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #81012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81012E is #7EFED1. Grayscale: #2C2C2C. Windows color (decimal): -8322770 or 3015041. OLE color: 3015041.
HSL color Cylindrical-coordinate representation of color #81012E: hue angle of 338.91º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81012E is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.49 |
| HSL | 338.91º | 0.98% | 0.25% | - |
| HSV(B) | 338.91º | 0.99% | 0.51% | - |
| XYZ | 9.56 | 4.89 | 3.02 | - |
| YUV | 44.4 | 128.91 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 46 | 0 | 0.99 | 0.64 | 0.49 | 338.91 | 0.98 | 0.25 |
| Hex | 81 | 1 | 2E | 0 | 63 | 40 | 31 | 153 | 62 | 19 |
| Octal | 201 | 1 | 56 | 0 | 143 | 100 | 61 | 523 | 142 | 31 |
| Binary | 10000001 | 1 | 101110 | 0 | 1100011 | 1000000 | 110001 | 101010011 | 1100010 | 11001 |
Color Harmonies of #81012E
Complementary color
Monochromatic Colors of #81012E
Black with #81012E
Text Example
Text Example
White with #81012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81012E; }
p { color: rgb(129,1,46); }
H1.HeaderClassName
{
color: #81012E;
}
.AnyTagClassName
{
color: #81012E;
}
</style>
background-color css
<style>
a { background-color: #81012E; }
a { background-color: rgb(129,1,46); }
div.DivClassName
{
background-color: #81012E;
}
.BgClassName
{
background-color: #81012E;
}
</style>
border-color css
<style>
span { border-color: #81012E; }
span { border-color: rgb(129,1,46); }
td.TdClassName
{
border-color: #81012E;
}
.TagClassName
{
border-color: #81012E;
}
</style>