Shades of Burgundy #800113
Tints of Burgundy #800113
RGB
CMYK
RGB Variations
Color information
#800113 (or 0x800113) is known color: Burgundy. HEX triplet: 80, 01 and 13. RGB value is (128,1,19). Sum of RGB (Red+Green+Blue) = 128+1+19=148 (19% of max value = 765). Red value is 128 (50.39% from 255 or 86.49% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 128 - color contains mainly: red. Hex color #800113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800113 is #7FFEEC. Grayscale: #292929. Windows color (decimal): -8388333 or 1245568. OLE color: 1245568.
HSL color Cylindrical-coordinate representation of color #800113: hue angle of 351.5º 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 #800113 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.50 |
| HSL | 351.5º | 0.98% | 0.25% | - |
| HSV(B) | 351.5º | 0.99% | 0.5% | - |
| XYZ | 9.03 | 4.66 | 1.04 | - |
| YUV | 41.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 19 | 0 | 0.99 | 0.85 | 0.50 | 351.5 | 0.98 | 0.25 |
| Hex | 80 | 1 | 13 | 0 | 63 | 55 | 32 | 15F | 62 | 19 |
| Octal | 200 | 1 | 23 | 0 | 143 | 125 | 62 | 537 | 142 | 31 |
| Binary | 10000000 | 1 | 10011 | 0 | 1100011 | 1010101 | 110010 | 101011111 | 1100010 | 11001 |
Color Harmonies of #800113
Complementary color
Monochromatic Colors of #800113
Black with #800113
Text Example
Text Example
White with #800113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800113; }
p { color: rgb(128,1,19); }
H1.HeaderClassName
{
color: #800113;
}
.AnyTagClassName
{
color: #800113;
}
</style>
background-color css
<style>
a { background-color: #800113; }
a { background-color: rgb(128,1,19); }
div.DivClassName
{
background-color: #800113;
}
.BgClassName
{
background-color: #800113;
}
</style>
border-color css
<style>
span { border-color: #800113; }
span { border-color: rgb(128,1,19); }
td.TdClassName
{
border-color: #800113;
}
.TagClassName
{
border-color: #800113;
}
</style>