Shades of Burgundy #720D1D
Tints of Burgundy #720D1D
RGB
CMYK
RGB Variations
Color information
#720D1D (or 0x720D1D) is known color: Burgundy. HEX triplet: 72, 0D and 1D. RGB value is (114,13,29). Sum of RGB (Red+Green+Blue) = 114+13+29=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #720D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720D1D is #8DF2E2. Grayscale: #2D2D2D. Windows color (decimal): -9302755 or 1903986. OLE color: 1903986.
HSL color Cylindrical-coordinate representation of color #720D1D: hue angle of 350.5º 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 #720D1D is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 29 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.55 |
| HSL | 350.5º | 0.8% | 0.25% | - |
| HSV(B) | 350.5º | 0.89% | 0.45% | - |
| XYZ | 7.31 | 3.95 | 1.54 | - |
| YUV | 45.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 29 | 0 | 0.89 | 0.75 | 0.55 | 350.5 | 0.8 | 0.25 |
| Hex | 72 | D | 1D | 0 | 59 | 4B | 37 | 15E | 50 | 19 |
| Octal | 162 | 15 | 35 | 0 | 131 | 113 | 67 | 536 | 120 | 31 |
| Binary | 1110010 | 1101 | 11101 | 0 | 1011001 | 1001011 | 110111 | 101011110 | 1010000 | 11001 |
Color Harmonies of #720D1D
Complementary color
Monochromatic Colors of #720D1D
Black with #720D1D
Text Example
Text Example
White with #720D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D1D; }
p { color: rgb(114,13,29); }
H1.HeaderClassName
{
color: #720D1D;
}
.AnyTagClassName
{
color: #720D1D;
}
</style>
background-color css
<style>
a { background-color: #720D1D; }
a { background-color: rgb(114,13,29); }
div.DivClassName
{
background-color: #720D1D;
}
.BgClassName
{
background-color: #720D1D;
}
</style>
border-color css
<style>
span { border-color: #720D1D; }
span { border-color: rgb(114,13,29); }
td.TdClassName
{
border-color: #720D1D;
}
.TagClassName
{
border-color: #720D1D;
}
</style>