Shades of Burgundy #720D2C
Tints of Burgundy #720D2C
RGB
CMYK
RGB Variations
Color information
#720D2C (or 0x720D2C) is known color: Burgundy. HEX triplet: 72, 0D and 2C. RGB value is (114,13,44). Sum of RGB (Red+Green+Blue) = 114+13+44=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #720D2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720D2C is #8DF2D3. Grayscale: #2E2E2E. Windows color (decimal): -9302740 or 2887026. OLE color: 2887026.
HSL color Cylindrical-coordinate representation of color #720D2C: hue angle of 341.58º 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 #720D2C is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 44 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.55 |
| HSL | 341.58º | 0.8% | 0.25% | - |
| HSV(B) | 341.58º | 0.89% | 0.45% | - |
| XYZ | 7.54 | 4.05 | 2.77 | - |
| YUV | 46.73 | 126.46 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 44 | 0 | 0.89 | 0.61 | 0.55 | 341.58 | 0.8 | 0.25 |
| Hex | 72 | D | 2C | 0 | 59 | 3D | 37 | 156 | 50 | 19 |
| Octal | 162 | 15 | 54 | 0 | 131 | 75 | 67 | 526 | 120 | 31 |
| Binary | 1110010 | 1101 | 101100 | 0 | 1011001 | 111101 | 110111 | 101010110 | 1010000 | 11001 |
Color Harmonies of #720D2C
Complementary color
Monochromatic Colors of #720D2C
Black with #720D2C
Text Example
Text Example
White with #720D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D2C; }
p { color: rgb(114,13,44); }
H1.HeaderClassName
{
color: #720D2C;
}
.AnyTagClassName
{
color: #720D2C;
}
</style>
background-color css
<style>
a { background-color: #720D2C; }
a { background-color: rgb(114,13,44); }
div.DivClassName
{
background-color: #720D2C;
}
.BgClassName
{
background-color: #720D2C;
}
</style>
border-color css
<style>
span { border-color: #720D2C; }
span { border-color: rgb(114,13,44); }
td.TdClassName
{
border-color: #720D2C;
}
.TagClassName
{
border-color: #720D2C;
}
</style>