Shades of Burgundy #800114
Tints of Burgundy #800114
RGB
CMYK
RGB Variations
Color information
#800114 (or 0x800114) is known color: Burgundy. HEX triplet: 80, 01 and 14. RGB value is (128,1,20). Sum of RGB (Red+Green+Blue) = 128+1+20=149 (19% of max value = 765). Red value is 128 (50.39% from 255 or 85.91% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 128 - color contains mainly: red. Hex color #800114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800114 is #7FFEEB. Grayscale: #292929. Windows color (decimal): -8388332 or 1311104. OLE color: 1311104.
HSL color Cylindrical-coordinate representation of color #800114: hue angle of 351.02º 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 #800114 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 20 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.50 |
| HSL | 351.02º | 0.98% | 0.25% | - |
| HSV(B) | 351.02º | 0.99% | 0.5% | - |
| XYZ | 9.04 | 4.66 | 1.09 | - |
| YUV | 41.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 20 | 0 | 0.99 | 0.84 | 0.50 | 351.02 | 0.98 | 0.25 |
| Hex | 80 | 1 | 14 | 0 | 63 | 54 | 32 | 15F | 62 | 19 |
| Octal | 200 | 1 | 24 | 0 | 143 | 124 | 62 | 537 | 142 | 31 |
| Binary | 10000000 | 1 | 10100 | 0 | 1100011 | 1010100 | 110010 | 101011111 | 1100010 | 11001 |
Color Harmonies of #800114
Complementary color
Monochromatic Colors of #800114
Black with #800114
Text Example
Text Example
White with #800114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800114; }
p { color: rgb(128,1,20); }
H1.HeaderClassName
{
color: #800114;
}
.AnyTagClassName
{
color: #800114;
}
</style>
background-color css
<style>
a { background-color: #800114; }
a { background-color: rgb(128,1,20); }
div.DivClassName
{
background-color: #800114;
}
.BgClassName
{
background-color: #800114;
}
</style>
border-color css
<style>
span { border-color: #800114; }
span { border-color: rgb(128,1,20); }
td.TdClassName
{
border-color: #800114;
}
.TagClassName
{
border-color: #800114;
}
</style>