Shades of Burgundy #800013
Tints of Burgundy #800013
RGB
CMYK
RGB Variations
Color information
#800013 (or 0x800013) is known color: Burgundy. HEX triplet: 80, 00 and 13. RGB value is (128,0,19). Sum of RGB (Red+Green+Blue) = 128+0+19=147 (19% of max value = 765). Red value is 128 (50.39% from 255 or 87.07% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 128 - color contains mainly: red. Hex color #800013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800013 is #7FFFEC. Grayscale: #282828. Windows color (decimal): -8388589 or 1245312. OLE color: 1245312.
HSL color Cylindrical-coordinate representation of color #800013: hue angle of 351.09º 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 #800013 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.85 | 0.50 |
| HSL | 351.09º | 1% | 0.25% | - |
| HSV(B) | 351.09º | 1% | 0.5% | - |
| XYZ | 9.02 | 4.64 | 1.04 | - |
| YUV | 40.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 19 | 0 | 1 | 0.85 | 0.50 | 351.09 | 1 | 0.25 |
| Hex | 80 | 0 | 13 | 0 | 64 | 55 | 32 | 15F | 64 | 19 |
| Octal | 200 | 0 | 23 | 0 | 144 | 125 | 62 | 537 | 144 | 31 |
| Binary | 10000000 | 0 | 10011 | 0 | 1100100 | 1010101 | 110010 | 101011111 | 1100100 | 11001 |
Color Harmonies of #800013
Complementary color
Monochromatic Colors of #800013
Black with #800013
Text Example
Text Example
White with #800013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800013; }
p { color: rgb(128,0,19); }
H1.HeaderClassName
{
color: #800013;
}
.AnyTagClassName
{
color: #800013;
}
</style>
background-color css
<style>
a { background-color: #800013; }
a { background-color: rgb(128,0,19); }
div.DivClassName
{
background-color: #800013;
}
.BgClassName
{
background-color: #800013;
}
</style>
border-color css
<style>
span { border-color: #800013; }
span { border-color: rgb(128,0,19); }
td.TdClassName
{
border-color: #800013;
}
.TagClassName
{
border-color: #800013;
}
</style>