Shades of Burgundy #800712
Tints of Burgundy #800712
RGB
CMYK
RGB Variations
Color information
#800712 (or 0x800712) is known color: Burgundy. HEX triplet: 80, 07 and 12. RGB value is (128,7,18). Sum of RGB (Red+Green+Blue) = 128+7+18=153 (20% of max value = 765). Red value is 128 (50.39% from 255 or 83.66% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 128 - color contains mainly: red. Hex color #800712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800712 is #7FF8ED. Grayscale: #2C2C2C. Windows color (decimal): -8386798 or 1181568. OLE color: 1181568.
HSL color Cylindrical-coordinate representation of color #800712: hue angle of 354.55º 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 #800712 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 18 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.50 |
| HSL | 354.55º | 0.9% | 0.26% | - |
| HSV(B) | 354.55º | 0.95% | 0.5% | - |
| XYZ | 9.09 | 4.78 | 1.02 | - |
| YUV | 44.43 | 113.09 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 18 | 0 | 0.95 | 0.86 | 0.50 | 354.55 | 0.9 | 0.26 |
| Hex | 80 | 7 | 12 | 0 | 5F | 56 | 32 | 163 | 5A | 1A |
| Octal | 200 | 7 | 22 | 0 | 137 | 126 | 62 | 543 | 132 | 32 |
| Binary | 10000000 | 111 | 10010 | 0 | 1011111 | 1010110 | 110010 | 101100011 | 1011010 | 11010 |
Color Harmonies of #800712
Complementary color
Monochromatic Colors of #800712
Black with #800712
Text Example
Text Example
White with #800712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800712; }
p { color: rgb(128,7,18); }
H1.HeaderClassName
{
color: #800712;
}
.AnyTagClassName
{
color: #800712;
}
</style>
background-color css
<style>
a { background-color: #800712; }
a { background-color: rgb(128,7,18); }
div.DivClassName
{
background-color: #800712;
}
.BgClassName
{
background-color: #800712;
}
</style>
border-color css
<style>
span { border-color: #800712; }
span { border-color: rgb(128,7,18); }
td.TdClassName
{
border-color: #800712;
}
.TagClassName
{
border-color: #800712;
}
</style>