Shades of Burgundy #800814
Tints of Burgundy #800814
RGB
CMYK
RGB Variations
Color information
#800814 (or 0x800814) is known color: Burgundy. HEX triplet: 80, 08 and 14. RGB value is (128,8,20). Sum of RGB (Red+Green+Blue) = 128+8+20=156 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.05% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 128 - color contains mainly: red. Hex color #800814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800814 is #7FF7EB. Grayscale: #2D2D2D. Windows color (decimal): -8386540 or 1312896. OLE color: 1312896.
HSL color Cylindrical-coordinate representation of color #800814: hue angle of 354º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800814 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 20 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.50 |
| HSL | 354º | 0.88% | 0.27% | - |
| HSV(B) | 354º | 0.94% | 0.5% | - |
| XYZ | 9.12 | 4.81 | 1.11 | - |
| YUV | 45.25 | 113.76 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 20 | 0 | 0.94 | 0.84 | 0.50 | 354 | 0.88 | 0.27 |
| Hex | 80 | 8 | 14 | 0 | 5E | 54 | 32 | 162 | 58 | 1B |
| Octal | 200 | 10 | 24 | 0 | 136 | 124 | 62 | 542 | 130 | 33 |
| Binary | 10000000 | 1000 | 10100 | 0 | 1011110 | 1010100 | 110010 | 101100010 | 1011000 | 11011 |
Color Harmonies of #800814
Complementary color
Monochromatic Colors of #800814
Black with #800814
Text Example
Text Example
White with #800814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800814; }
p { color: rgb(128,8,20); }
H1.HeaderClassName
{
color: #800814;
}
.AnyTagClassName
{
color: #800814;
}
</style>
background-color css
<style>
a { background-color: #800814; }
a { background-color: rgb(128,8,20); }
div.DivClassName
{
background-color: #800814;
}
.BgClassName
{
background-color: #800814;
}
</style>
border-color css
<style>
span { border-color: #800814; }
span { border-color: rgb(128,8,20); }
td.TdClassName
{
border-color: #800814;
}
.TagClassName
{
border-color: #800814;
}
</style>