Shades of Burgundy #800016
Tints of Burgundy #800016
RGB
CMYK
RGB Variations
Color information
#800016 (or 0x800016) is known color: Burgundy. HEX triplet: 80, 00 and 16. RGB value is (128,0,22). Sum of RGB (Red+Green+Blue) = 128+0+22=150 (19% of max value = 765). Red value is 128 (50.39% from 255 or 85.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 128 - color contains mainly: red. Hex color #800016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800016 is #7FFFE9. Grayscale: #282828. Windows color (decimal): -8388586 or 1441920. OLE color: 1441920.
HSL color Cylindrical-coordinate representation of color #800016: hue angle of 349.69º 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 #800016 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.83 | 0.50 |
| HSL | 349.69º | 1% | 0.25% | - |
| HSV(B) | 349.69º | 1% | 0.5% | - |
| XYZ | 9.05 | 4.65 | 1.18 | - |
| YUV | 40.78 | 117.41 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 22 | 0 | 1 | 0.83 | 0.50 | 349.69 | 1 | 0.25 |
| Hex | 80 | 0 | 16 | 0 | 64 | 53 | 32 | 15E | 64 | 19 |
| Octal | 200 | 0 | 26 | 0 | 144 | 123 | 62 | 536 | 144 | 31 |
| Binary | 10000000 | 0 | 10110 | 0 | 1100100 | 1010011 | 110010 | 101011110 | 1100100 | 11001 |
Color Harmonies of #800016
Complementary color
Monochromatic Colors of #800016
Black with #800016
Text Example
Text Example
White with #800016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800016; }
p { color: rgb(128,0,22); }
H1.HeaderClassName
{
color: #800016;
}
.AnyTagClassName
{
color: #800016;
}
</style>
background-color css
<style>
a { background-color: #800016; }
a { background-color: rgb(128,0,22); }
div.DivClassName
{
background-color: #800016;
}
.BgClassName
{
background-color: #800016;
}
</style>
border-color css
<style>
span { border-color: #800016; }
span { border-color: rgb(128,0,22); }
td.TdClassName
{
border-color: #800016;
}
.TagClassName
{
border-color: #800016;
}
</style>