Shades of Burgundy #800516
Tints of Burgundy #800516
RGB
CMYK
RGB Variations
Color information
#800516 (or 0x800516) is known color: Burgundy. HEX triplet: 80, 05 and 16. RGB value is (128,5,22). Sum of RGB (Red+Green+Blue) = 128+5+22=155 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.58% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 128 - color contains mainly: red. Hex color #800516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800516 is #7FFAE9. Grayscale: #2B2B2B. Windows color (decimal): -8387306 or 1443200. OLE color: 1443200.
HSL color Cylindrical-coordinate representation of color #800516: hue angle of 351.71º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800516 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 5 | 22 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.50 |
| HSL | 351.71º | 0.92% | 0.26% | - |
| HSV(B) | 351.71º | 0.96% | 0.5% | - |
| XYZ | 9.1 | 4.76 | 1.2 | - |
| YUV | 43.72 | 115.75 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 22 | 0 | 0.96 | 0.83 | 0.50 | 351.71 | 0.92 | 0.26 |
| Hex | 80 | 5 | 16 | 0 | 60 | 53 | 32 | 160 | 5C | 1A |
| Octal | 200 | 5 | 26 | 0 | 140 | 123 | 62 | 540 | 134 | 32 |
| Binary | 10000000 | 101 | 10110 | 0 | 1100000 | 1010011 | 110010 | 101100000 | 1011100 | 11010 |
Color Harmonies of #800516
Complementary color
Monochromatic Colors of #800516
Black with #800516
Text Example
Text Example
White with #800516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800516; }
p { color: rgb(128,5,22); }
H1.HeaderClassName
{
color: #800516;
}
.AnyTagClassName
{
color: #800516;
}
</style>
background-color css
<style>
a { background-color: #800516; }
a { background-color: rgb(128,5,22); }
div.DivClassName
{
background-color: #800516;
}
.BgClassName
{
background-color: #800516;
}
</style>
border-color css
<style>
span { border-color: #800516; }
span { border-color: rgb(128,5,22); }
td.TdClassName
{
border-color: #800516;
}
.TagClassName
{
border-color: #800516;
}
</style>