Shades of Burgundy #800116
Tints of Burgundy #800116
RGB
CMYK
RGB Variations
Color information
#800116 (or 0x800116) is known color: Burgundy. HEX triplet: 80, 01 and 16. RGB value is (128,1,22). Sum of RGB (Red+Green+Blue) = 128+1+22=151 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.77% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 128 - color contains mainly: red. Hex color #800116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800116 is #7FFEE9. Grayscale: #292929. Windows color (decimal): -8388330 or 1442176. OLE color: 1442176.
HSL color Cylindrical-coordinate representation of color #800116: hue angle of 350.08º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800116 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.50 |
| HSL | 350.08º | 0.98% | 0.25% | - |
| HSV(B) | 350.08º | 0.99% | 0.5% | - |
| XYZ | 9.06 | 4.67 | 1.18 | - |
| YUV | 41.37 | 117.08 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 22 | 0 | 0.99 | 0.83 | 0.50 | 350.08 | 0.98 | 0.25 |
| Hex | 80 | 1 | 16 | 0 | 63 | 53 | 32 | 15E | 62 | 19 |
| Octal | 200 | 1 | 26 | 0 | 143 | 123 | 62 | 536 | 142 | 31 |
| Binary | 10000000 | 1 | 10110 | 0 | 1100011 | 1010011 | 110010 | 101011110 | 1100010 | 11001 |
Color Harmonies of #800116
Complementary color
Monochromatic Colors of #800116
Black with #800116
Text Example
Text Example
White with #800116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800116; }
p { color: rgb(128,1,22); }
H1.HeaderClassName
{
color: #800116;
}
.AnyTagClassName
{
color: #800116;
}
</style>
background-color css
<style>
a { background-color: #800116; }
a { background-color: rgb(128,1,22); }
div.DivClassName
{
background-color: #800116;
}
.BgClassName
{
background-color: #800116;
}
</style>
border-color css
<style>
span { border-color: #800116; }
span { border-color: rgb(128,1,22); }
td.TdClassName
{
border-color: #800116;
}
.TagClassName
{
border-color: #800116;
}
</style>