Shades of Burgundy #720D15
Tints of Burgundy #720D15
RGB
CMYK
RGB Variations
Color information
#720D15 (or 0x720D15) is known color: Burgundy. HEX triplet: 72, 0D and 15. RGB value is (114,13,21). Sum of RGB (Red+Green+Blue) = 114+13+21=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #720D15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720D15 is #8DF2EA. Grayscale: #2C2C2C. Windows color (decimal): -9302763 or 1379698. OLE color: 1379698.
HSL color Cylindrical-coordinate representation of color #720D15: hue angle of 355.25º 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 #720D15 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 21 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.55 |
| HSL | 355.25º | 0.8% | 0.25% | - |
| HSV(B) | 355.25º | 0.89% | 0.45% | - |
| XYZ | 7.22 | 3.92 | 1.09 | - |
| YUV | 44.11 | 114.96 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 21 | 0 | 0.89 | 0.82 | 0.55 | 355.25 | 0.8 | 0.25 |
| Hex | 72 | D | 15 | 0 | 59 | 52 | 37 | 163 | 50 | 19 |
| Octal | 162 | 15 | 25 | 0 | 131 | 122 | 67 | 543 | 120 | 31 |
| Binary | 1110010 | 1101 | 10101 | 0 | 1011001 | 1010010 | 110111 | 101100011 | 1010000 | 11001 |
Color Harmonies of #720D15
Complementary color
Monochromatic Colors of #720D15
Black with #720D15
Text Example
Text Example
White with #720D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D15; }
p { color: rgb(114,13,21); }
H1.HeaderClassName
{
color: #720D15;
}
.AnyTagClassName
{
color: #720D15;
}
</style>
background-color css
<style>
a { background-color: #720D15; }
a { background-color: rgb(114,13,21); }
div.DivClassName
{
background-color: #720D15;
}
.BgClassName
{
background-color: #720D15;
}
</style>
border-color css
<style>
span { border-color: #720D15; }
span { border-color: rgb(114,13,21); }
td.TdClassName
{
border-color: #720D15;
}
.TagClassName
{
border-color: #720D15;
}
</style>