Shades of Burgundy #800414
Tints of Burgundy #800414
RGB
CMYK
RGB Variations
Color information
#800414 (or 0x800414) is known color: Burgundy. HEX triplet: 80, 04 and 14. RGB value is (128,4,20). Sum of RGB (Red+Green+Blue) = 128+4+20=152 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.21% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 128 - color contains mainly: red. Hex color #800414 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800414 is #7FFBEB. Grayscale: #2A2A2A. Windows color (decimal): -8387564 or 1311872. OLE color: 1311872.
HSL color Cylindrical-coordinate representation of color #800414: hue angle of 352.26º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800414 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 20 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.50 |
| HSL | 352.26º | 0.94% | 0.26% | - |
| HSV(B) | 352.26º | 0.97% | 0.5% | - |
| XYZ | 9.07 | 4.73 | 1.1 | - |
| YUV | 42.9 | 115.08 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 20 | 0 | 0.97 | 0.84 | 0.50 | 352.26 | 0.94 | 0.26 |
| Hex | 80 | 4 | 14 | 0 | 61 | 54 | 32 | 160 | 5E | 1A |
| Octal | 200 | 4 | 24 | 0 | 141 | 124 | 62 | 540 | 136 | 32 |
| Binary | 10000000 | 100 | 10100 | 0 | 1100001 | 1010100 | 110010 | 101100000 | 1011110 | 11010 |
Color Harmonies of #800414
Complementary color
Monochromatic Colors of #800414
Black with #800414
Text Example
Text Example
White with #800414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800414; }
p { color: rgb(128,4,20); }
H1.HeaderClassName
{
color: #800414;
}
.AnyTagClassName
{
color: #800414;
}
</style>
background-color css
<style>
a { background-color: #800414; }
a { background-color: rgb(128,4,20); }
div.DivClassName
{
background-color: #800414;
}
.BgClassName
{
background-color: #800414;
}
</style>
border-color css
<style>
span { border-color: #800414; }
span { border-color: rgb(128,4,20); }
td.TdClassName
{
border-color: #800414;
}
.TagClassName
{
border-color: #800414;
}
</style>