Shades of Burgundy #720C16
Tints of Burgundy #720C16
RGB
CMYK
RGB Variations
Color information
#720C16 (or 0x720C16) is known color: Burgundy. HEX triplet: 72, 0C and 16. RGB value is (114,12,22). Sum of RGB (Red+Green+Blue) = 114+12+22=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #720C16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720C16 is #8DF3E9. Grayscale: #2B2B2B. Windows color (decimal): -9303018 or 1444978. OLE color: 1444978.
HSL color Cylindrical-coordinate representation of color #720C16: hue angle of 354.12º 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 #720C16 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 22 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.55 |
| HSL | 354.12º | 0.81% | 0.25% | - |
| HSV(B) | 354.12º | 0.89% | 0.45% | - |
| XYZ | 7.22 | 3.9 | 1.13 | - |
| YUV | 43.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 22 | 0 | 0.89 | 0.81 | 0.55 | 354.12 | 0.81 | 0.25 |
| Hex | 72 | C | 16 | 0 | 59 | 51 | 37 | 162 | 51 | 19 |
| Octal | 162 | 14 | 26 | 0 | 131 | 121 | 67 | 542 | 121 | 31 |
| Binary | 1110010 | 1100 | 10110 | 0 | 1011001 | 1010001 | 110111 | 101100010 | 1010001 | 11001 |
Color Harmonies of #720C16
Complementary color
Monochromatic Colors of #720C16
Black with #720C16
Text Example
Text Example
White with #720C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C16; }
p { color: rgb(114,12,22); }
H1.HeaderClassName
{
color: #720C16;
}
.AnyTagClassName
{
color: #720C16;
}
</style>
background-color css
<style>
a { background-color: #720C16; }
a { background-color: rgb(114,12,22); }
div.DivClassName
{
background-color: #720C16;
}
.BgClassName
{
background-color: #720C16;
}
</style>
border-color css
<style>
span { border-color: #720C16; }
span { border-color: rgb(114,12,22); }
td.TdClassName
{
border-color: #720C16;
}
.TagClassName
{
border-color: #720C16;
}
</style>