Shades of Burgundy #720D16
Tints of Burgundy #720D16
RGB
CMYK
RGB Variations
Color information
#720D16 (or 0x720D16) is known color: Burgundy. HEX triplet: 72, 0D and 16. RGB value is (114,13,22). Sum of RGB (Red+Green+Blue) = 114+13+22=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #720D16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720D16 is #8DF2E9. Grayscale: #2C2C2C. Windows color (decimal): -9302762 or 1445234. OLE color: 1445234.
HSL color Cylindrical-coordinate representation of color #720D16: hue angle of 354.65º degrees, saturation: 0.8, 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 #720D16 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 22 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.55 |
| HSL | 354.65º | 0.8% | 0.25% | - |
| HSV(B) | 354.65º | 0.89% | 0.45% | - |
| XYZ | 7.23 | 3.92 | 1.14 | - |
| YUV | 44.23 | 115.46 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 22 | 0 | 0.89 | 0.81 | 0.55 | 354.65 | 0.8 | 0.25 |
| Hex | 72 | D | 16 | 0 | 59 | 51 | 37 | 163 | 50 | 19 |
| Octal | 162 | 15 | 26 | 0 | 131 | 121 | 67 | 543 | 120 | 31 |
| Binary | 1110010 | 1101 | 10110 | 0 | 1011001 | 1010001 | 110111 | 101100011 | 1010000 | 11001 |
Color Harmonies of #720D16
Complementary color
Monochromatic Colors of #720D16
Black with #720D16
Text Example
Text Example
White with #720D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D16; }
p { color: rgb(114,13,22); }
H1.HeaderClassName
{
color: #720D16;
}
.AnyTagClassName
{
color: #720D16;
}
</style>
background-color css
<style>
a { background-color: #720D16; }
a { background-color: rgb(114,13,22); }
div.DivClassName
{
background-color: #720D16;
}
.BgClassName
{
background-color: #720D16;
}
</style>
border-color css
<style>
span { border-color: #720D16; }
span { border-color: rgb(114,13,22); }
td.TdClassName
{
border-color: #720D16;
}
.TagClassName
{
border-color: #720D16;
}
</style>