Shades of Burgundy #800E16
Tints of Burgundy #800E16
RGB
CMYK
RGB Variations
Color information
#800E16 (or 0x800E16) is known color: Burgundy. HEX triplet: 80, 0E and 16. RGB value is (128,14,22). Sum of RGB (Red+Green+Blue) = 128+14+22=164 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.05% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 128 - color contains mainly: red. Hex color #800E16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800E16 is #7FF1E9. Grayscale: #313131. Windows color (decimal): -8385002 or 1445504. OLE color: 1445504.
HSL color Cylindrical-coordinate representation of color #800E16: hue angle of 355.79º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800E16 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 14 | 22 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.50 |
| HSL | 355.79º | 0.8% | 0.28% | - |
| HSV(B) | 355.79º | 0.89% | 0.5% | - |
| XYZ | 9.2 | 4.96 | 1.23 | - |
| YUV | 49 | 112.77 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 22 | 0 | 0.89 | 0.83 | 0.50 | 355.79 | 0.8 | 0.28 |
| Hex | 80 | E | 16 | 0 | 59 | 53 | 32 | 164 | 50 | 1C |
| Octal | 200 | 16 | 26 | 0 | 131 | 123 | 62 | 544 | 120 | 34 |
| Binary | 10000000 | 1110 | 10110 | 0 | 1011001 | 1010011 | 110010 | 101100100 | 1010000 | 11100 |
Color Harmonies of #800E16
Complementary color
Monochromatic Colors of #800E16
Black with #800E16
Text Example
Text Example
White with #800E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800E16; }
p { color: rgb(128,14,22); }
H1.HeaderClassName
{
color: #800E16;
}
.AnyTagClassName
{
color: #800E16;
}
</style>
background-color css
<style>
a { background-color: #800E16; }
a { background-color: rgb(128,14,22); }
div.DivClassName
{
background-color: #800E16;
}
.BgClassName
{
background-color: #800E16;
}
</style>
border-color css
<style>
span { border-color: #800E16; }
span { border-color: rgb(128,14,22); }
td.TdClassName
{
border-color: #800E16;
}
.TagClassName
{
border-color: #800E16;
}
</style>