Shades of Burgundy #720D20
Tints of Burgundy #720D20
RGB
CMYK
RGB Variations
Color information
#720D20 (or 0x720D20) is known color: Burgundy. HEX triplet: 72, 0D and 20. RGB value is (114,13,32). Sum of RGB (Red+Green+Blue) = 114+13+32=159 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.70% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 114 - color contains mainly: red. Hex color #720D20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720D20 is #8DF2DF. Grayscale: #2D2D2D. Windows color (decimal): -9302752 or 2100594. OLE color: 2100594.
HSL color Cylindrical-coordinate representation of color #720D20: hue angle of 348.71º 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 #720D20 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 32 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.55 |
| HSL | 348.71º | 0.8% | 0.25% | - |
| HSV(B) | 348.71º | 0.89% | 0.45% | - |
| XYZ | 7.34 | 3.97 | 1.75 | - |
| YUV | 45.37 | 120.46 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 32 | 0 | 0.89 | 0.72 | 0.55 | 348.71 | 0.8 | 0.25 |
| Hex | 72 | D | 20 | 0 | 59 | 48 | 37 | 15D | 50 | 19 |
| Octal | 162 | 15 | 40 | 0 | 131 | 110 | 67 | 535 | 120 | 31 |
| Binary | 1110010 | 1101 | 100000 | 0 | 1011001 | 1001000 | 110111 | 101011101 | 1010000 | 11001 |
Color Harmonies of #720D20
Complementary color
Monochromatic Colors of #720D20
Black with #720D20
Text Example
Text Example
White with #720D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D20; }
p { color: rgb(114,13,32); }
H1.HeaderClassName
{
color: #720D20;
}
.AnyTagClassName
{
color: #720D20;
}
</style>
background-color css
<style>
a { background-color: #720D20; }
a { background-color: rgb(114,13,32); }
div.DivClassName
{
background-color: #720D20;
}
.BgClassName
{
background-color: #720D20;
}
</style>
border-color css
<style>
span { border-color: #720D20; }
span { border-color: rgb(114,13,32); }
td.TdClassName
{
border-color: #720D20;
}
.TagClassName
{
border-color: #720D20;
}
</style>