Shades of Burgundy #80001E
Tints of Burgundy #80001E
RGB
CMYK
RGB Variations
Color information
#80001E (or 0x80001E) is known color: Burgundy. HEX triplet: 80, 00 and 1E. RGB value is (128,0,30). Sum of RGB (Red+Green+Blue) = 128+0+30=158 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.01% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 128 - color contains mainly: red. Hex color #80001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80001E is #7FFFE1. Grayscale: #292929. Windows color (decimal): -8388578 or 1966208. OLE color: 1966208.
HSL color Cylindrical-coordinate representation of color #80001E: hue angle of 345.94º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80001E is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.77 | 0.50 |
| HSL | 345.94º | 1% | 0.25% | - |
| HSV(B) | 345.94º | 1% | 0.5% | - |
| XYZ | 9.14 | 4.68 | 1.65 | - |
| YUV | 41.69 | 121.41 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 30 | 0 | 1 | 0.77 | 0.50 | 345.94 | 1 | 0.25 |
| Hex | 80 | 0 | 1E | 0 | 64 | 4D | 32 | 15A | 64 | 19 |
| Octal | 200 | 0 | 36 | 0 | 144 | 115 | 62 | 532 | 144 | 31 |
| Binary | 10000000 | 0 | 11110 | 0 | 1100100 | 1001101 | 110010 | 101011010 | 1100100 | 11001 |
Color Harmonies of #80001E
Complementary color
Monochromatic Colors of #80001E
Black with #80001E
Text Example
Text Example
White with #80001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80001E; }
p { color: rgb(128,0,30); }
H1.HeaderClassName
{
color: #80001E;
}
.AnyTagClassName
{
color: #80001E;
}
</style>
background-color css
<style>
a { background-color: #80001E; }
a { background-color: rgb(128,0,30); }
div.DivClassName
{
background-color: #80001E;
}
.BgClassName
{
background-color: #80001E;
}
</style>
border-color css
<style>
span { border-color: #80001E; }
span { border-color: rgb(128,0,30); }
td.TdClassName
{
border-color: #80001E;
}
.TagClassName
{
border-color: #80001E;
}
</style>