Shades of Burgundy #81102E
Tints of Burgundy #81102E
RGB
CMYK
RGB Variations
Color information
#81102E (or 0x81102E) is known color: Burgundy. HEX triplet: 81, 10 and 2E. RGB value is (129,16,46). Sum of RGB (Red+Green+Blue) = 129+16+46=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #81102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81102E is #7EEFD1. Grayscale: #353535. Windows color (decimal): -8318930 or 3018881. OLE color: 3018881.
HSL color Cylindrical-coordinate representation of color #81102E: hue angle of 344.07º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81102E is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 16 | 46 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.49 |
| HSL | 344.07º | 0.78% | 0.28% | - |
| HSV(B) | 344.07º | 0.88% | 0.51% | - |
| XYZ | 9.73 | 5.23 | 3.08 | - |
| YUV | 53.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 16 | 46 | 0 | 0.88 | 0.64 | 0.49 | 344.07 | 0.78 | 0.28 |
| Hex | 81 | 10 | 2E | 0 | 58 | 40 | 31 | 158 | 4E | 1C |
| Octal | 201 | 20 | 56 | 0 | 130 | 100 | 61 | 530 | 116 | 34 |
| Binary | 10000001 | 10000 | 101110 | 0 | 1011000 | 1000000 | 110001 | 101011000 | 1001110 | 11100 |
Color Harmonies of #81102E
Complementary color
Monochromatic Colors of #81102E
Black with #81102E
Text Example
Text Example
White with #81102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81102E; }
p { color: rgb(129,16,46); }
H1.HeaderClassName
{
color: #81102E;
}
.AnyTagClassName
{
color: #81102E;
}
</style>
background-color css
<style>
a { background-color: #81102E; }
a { background-color: rgb(129,16,46); }
div.DivClassName
{
background-color: #81102E;
}
.BgClassName
{
background-color: #81102E;
}
</style>
border-color css
<style>
span { border-color: #81102E; }
span { border-color: rgb(129,16,46); }
td.TdClassName
{
border-color: #81102E;
}
.TagClassName
{
border-color: #81102E;
}
</style>