Shades of Burgundy #80101E
Tints of Burgundy #80101E
RGB
CMYK
RGB Variations
Color information
#80101E (or 0x80101E) is known color: Burgundy. HEX triplet: 80, 10 and 1E. RGB value is (128,16,30). Sum of RGB (Red+Green+Blue) = 128+16+30=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #80101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80101E is #7FEFE1. Grayscale: #333333. Windows color (decimal): -8384482 or 1970304. OLE color: 1970304.
HSL color Cylindrical-coordinate representation of color #80101E: hue angle of 352.5º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80101E is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 16 | 30 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.50 |
| HSL | 352.5º | 0.78% | 0.28% | - |
| HSV(B) | 352.5º | 0.88% | 0.5% | - |
| XYZ | 9.32 | 5.05 | 1.71 | - |
| YUV | 51.08 | 116.11 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 30 | 0 | 0.88 | 0.77 | 0.50 | 352.5 | 0.78 | 0.28 |
| Hex | 80 | 10 | 1E | 0 | 58 | 4D | 32 | 160 | 4E | 1C |
| Octal | 200 | 20 | 36 | 0 | 130 | 115 | 62 | 540 | 116 | 34 |
| Binary | 10000000 | 10000 | 11110 | 0 | 1011000 | 1001101 | 110010 | 101100000 | 1001110 | 11100 |
Color Harmonies of #80101E
Complementary color
Monochromatic Colors of #80101E
Black with #80101E
Text Example
Text Example
White with #80101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80101E; }
p { color: rgb(128,16,30); }
H1.HeaderClassName
{
color: #80101E;
}
.AnyTagClassName
{
color: #80101E;
}
</style>
background-color css
<style>
a { background-color: #80101E; }
a { background-color: rgb(128,16,30); }
div.DivClassName
{
background-color: #80101E;
}
.BgClassName
{
background-color: #80101E;
}
</style>
border-color css
<style>
span { border-color: #80101E; }
span { border-color: rgb(128,16,30); }
td.TdClassName
{
border-color: #80101E;
}
.TagClassName
{
border-color: #80101E;
}
</style>