Shades of Burgundy #81051E
Tints of Burgundy #81051E
RGB
CMYK
RGB Variations
Color information
#81051E (or 0x81051E) is known color: Burgundy. HEX triplet: 81, 05 and 1E. RGB value is (129,5,30). Sum of RGB (Red+Green+Blue) = 129+5+30=164 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.66% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 129 - color contains mainly: red. Hex color #81051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81051E is #7EFAE1. Grayscale: #2C2C2C. Windows color (decimal): -8321762 or 1967489. OLE color: 1967489.
HSL color Cylindrical-coordinate representation of color #81051E: hue angle of 347.9º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81051E is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 5 | 30 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.49 |
| HSL | 347.9º | 0.93% | 0.26% | - |
| HSV(B) | 347.9º | 0.96% | 0.51% | - |
| XYZ | 9.34 | 4.87 | 1.68 | - |
| YUV | 44.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 5 | 30 | 0 | 0.96 | 0.77 | 0.49 | 347.9 | 0.93 | 0.26 |
| Hex | 81 | 5 | 1E | 0 | 60 | 4D | 31 | 15C | 5D | 1A |
| Octal | 201 | 5 | 36 | 0 | 140 | 115 | 61 | 534 | 135 | 32 |
| Binary | 10000001 | 101 | 11110 | 0 | 1100000 | 1001101 | 110001 | 101011100 | 1011101 | 11010 |
Color Harmonies of #81051E
Complementary color
Monochromatic Colors of #81051E
Black with #81051E
Text Example
Text Example
White with #81051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81051E; }
p { color: rgb(129,5,30); }
H1.HeaderClassName
{
color: #81051E;
}
.AnyTagClassName
{
color: #81051E;
}
</style>
background-color css
<style>
a { background-color: #81051E; }
a { background-color: rgb(129,5,30); }
div.DivClassName
{
background-color: #81051E;
}
.BgClassName
{
background-color: #81051E;
}
</style>
border-color css
<style>
span { border-color: #81051E; }
span { border-color: rgb(129,5,30); }
td.TdClassName
{
border-color: #81051E;
}
.TagClassName
{
border-color: #81051E;
}
</style>