Shades of Burgundy #720C0E
Tints of Burgundy #720C0E
RGB
CMYK
RGB Variations
Color information
#720C0E (or 0x720C0E) is known color: Burgundy. HEX triplet: 72, 0C and 0E. RGB value is (114,12,14). Sum of RGB (Red+Green+Blue) = 114+12+14=140 (18% of max value = 765). Red value is 114 (44.92% from 255 or 81.43% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 114 - color contains mainly: red. Hex color #720C0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720C0E is #8DF3F1. Grayscale: #2A2A2A. Windows color (decimal): -9303026 or 920690. OLE color: 920690.
HSL color Cylindrical-coordinate representation of color #720C0E: hue angle of 358.82º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720C0E is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 14 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.55 |
| HSL | 358.82º | 0.81% | 0.25% | - |
| HSV(B) | 358.82º | 0.89% | 0.45% | - |
| XYZ | 7.15 | 3.87 | 0.79 | - |
| YUV | 42.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 14 | 0 | 0.89 | 0.88 | 0.55 | 358.82 | 0.81 | 0.25 |
| Hex | 72 | C | E | 0 | 59 | 58 | 37 | 167 | 51 | 19 |
| Octal | 162 | 14 | 16 | 0 | 131 | 130 | 67 | 547 | 121 | 31 |
| Binary | 1110010 | 1100 | 1110 | 0 | 1011001 | 1011000 | 110111 | 101100111 | 1010001 | 11001 |
Color Harmonies of #720C0E
Complementary color
Monochromatic Colors of #720C0E
Black with #720C0E
Text Example
Text Example
White with #720C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C0E; }
p { color: rgb(114,12,14); }
H1.HeaderClassName
{
color: #720C0E;
}
.AnyTagClassName
{
color: #720C0E;
}
</style>
background-color css
<style>
a { background-color: #720C0E; }
a { background-color: rgb(114,12,14); }
div.DivClassName
{
background-color: #720C0E;
}
.BgClassName
{
background-color: #720C0E;
}
</style>
border-color css
<style>
span { border-color: #720C0E; }
span { border-color: rgb(114,12,14); }
td.TdClassName
{
border-color: #720C0E;
}
.TagClassName
{
border-color: #720C0E;
}
</style>