Shades of Burgundy #720D24
Tints of Burgundy #720D24
RGB
CMYK
RGB Variations
Color information
#720D24 (or 0x720D24) is known color: Burgundy. HEX triplet: 72, 0D and 24. RGB value is (114,13,36). Sum of RGB (Red+Green+Blue) = 114+13+36=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #720D24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720D24 is #8DF2DB. Grayscale: #2D2D2D. Windows color (decimal): -9302748 or 2362738. OLE color: 2362738.
HSL color Cylindrical-coordinate representation of color #720D24: hue angle of 346.34º 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 #720D24 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 36 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.55 |
| HSL | 346.34º | 0.8% | 0.25% | - |
| HSV(B) | 346.34º | 0.89% | 0.45% | - |
| XYZ | 7.4 | 3.99 | 2.05 | - |
| YUV | 45.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 36 | 0 | 0.89 | 0.68 | 0.55 | 346.34 | 0.8 | 0.25 |
| Hex | 72 | D | 24 | 0 | 59 | 44 | 37 | 15A | 50 | 19 |
| Octal | 162 | 15 | 44 | 0 | 131 | 104 | 67 | 532 | 120 | 31 |
| Binary | 1110010 | 1101 | 100100 | 0 | 1011001 | 1000100 | 110111 | 101011010 | 1010000 | 11001 |
Color Harmonies of #720D24
Complementary color
Monochromatic Colors of #720D24
Black with #720D24
Text Example
Text Example
White with #720D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D24; }
p { color: rgb(114,13,36); }
H1.HeaderClassName
{
color: #720D24;
}
.AnyTagClassName
{
color: #720D24;
}
</style>
background-color css
<style>
a { background-color: #720D24; }
a { background-color: rgb(114,13,36); }
div.DivClassName
{
background-color: #720D24;
}
.BgClassName
{
background-color: #720D24;
}
</style>
border-color css
<style>
span { border-color: #720D24; }
span { border-color: rgb(114,13,36); }
td.TdClassName
{
border-color: #720D24;
}
.TagClassName
{
border-color: #720D24;
}
</style>