Shades of Burgundy #800718
Tints of Burgundy #800718
RGB
CMYK
RGB Variations
Color information
#800718 (or 0x800718) is known color: Burgundy. HEX triplet: 80, 07 and 18. RGB value is (128,7,24). Sum of RGB (Red+Green+Blue) = 128+7+24=159 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80.50% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 128 - color contains mainly: red. Hex color #800718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800718 is #7FF8E7. Grayscale: #2D2D2D. Windows color (decimal): -8386792 or 1574784. OLE color: 1574784.
HSL color Cylindrical-coordinate representation of color #800718: hue angle of 351.57º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800718 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 24 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.50 |
| HSL | 351.57º | 0.9% | 0.26% | - |
| HSV(B) | 351.57º | 0.95% | 0.5% | - |
| XYZ | 9.14 | 4.81 | 1.31 | - |
| YUV | 45.12 | 116.09 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 24 | 0 | 0.95 | 0.81 | 0.50 | 351.57 | 0.9 | 0.26 |
| Hex | 80 | 7 | 18 | 0 | 5F | 51 | 32 | 160 | 5A | 1A |
| Octal | 200 | 7 | 30 | 0 | 137 | 121 | 62 | 540 | 132 | 32 |
| Binary | 10000000 | 111 | 11000 | 0 | 1011111 | 1010001 | 110010 | 101100000 | 1011010 | 11010 |
Color Harmonies of #800718
Complementary color
Monochromatic Colors of #800718
Black with #800718
Text Example
Text Example
White with #800718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800718; }
p { color: rgb(128,7,24); }
H1.HeaderClassName
{
color: #800718;
}
.AnyTagClassName
{
color: #800718;
}
</style>
background-color css
<style>
a { background-color: #800718; }
a { background-color: rgb(128,7,24); }
div.DivClassName
{
background-color: #800718;
}
.BgClassName
{
background-color: #800718;
}
</style>
border-color css
<style>
span { border-color: #800718; }
span { border-color: rgb(128,7,24); }
td.TdClassName
{
border-color: #800718;
}
.TagClassName
{
border-color: #800718;
}
</style>