Shades of Burgundy #80081E
Tints of Burgundy #80081E
RGB
CMYK
RGB Variations
Color information
#80081E (or 0x80081E) is known color: Burgundy. HEX triplet: 80, 08 and 1E. RGB value is (128,8,30). Sum of RGB (Red+Green+Blue) = 128+8+30=166 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.11% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 128 - color contains mainly: red. Hex color #80081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80081E is #7FF7E1. Grayscale: #2E2E2E. Windows color (decimal): -8386530 or 1968256. OLE color: 1968256.
HSL color Cylindrical-coordinate representation of color #80081E: hue angle of 349º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80081E is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 30 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.50 |
| HSL | 349º | 0.88% | 0.27% | - |
| HSV(B) | 349º | 0.94% | 0.5% | - |
| XYZ | 9.22 | 4.86 | 1.68 | - |
| YUV | 46.39 | 118.76 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 30 | 0 | 0.94 | 0.77 | 0.50 | 349 | 0.88 | 0.27 |
| Hex | 80 | 8 | 1E | 0 | 5E | 4D | 32 | 15D | 58 | 1B |
| Octal | 200 | 10 | 36 | 0 | 136 | 115 | 62 | 535 | 130 | 33 |
| Binary | 10000000 | 1000 | 11110 | 0 | 1011110 | 1001101 | 110010 | 101011101 | 1011000 | 11011 |
Color Harmonies of #80081E
Complementary color
Monochromatic Colors of #80081E
Black with #80081E
Text Example
Text Example
White with #80081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80081E; }
p { color: rgb(128,8,30); }
H1.HeaderClassName
{
color: #80081E;
}
.AnyTagClassName
{
color: #80081E;
}
</style>
background-color css
<style>
a { background-color: #80081E; }
a { background-color: rgb(128,8,30); }
div.DivClassName
{
background-color: #80081E;
}
.BgClassName
{
background-color: #80081E;
}
</style>
border-color css
<style>
span { border-color: #80081E; }
span { border-color: rgb(128,8,30); }
td.TdClassName
{
border-color: #80081E;
}
.TagClassName
{
border-color: #80081E;
}
</style>