Shades of Burgundy #720D1C
Tints of Burgundy #720D1C
RGB
CMYK
RGB Variations
Color information
#720D1C (or 0x720D1C) is known color: Burgundy. HEX triplet: 72, 0D and 1C. RGB value is (114,13,28). Sum of RGB (Red+Green+Blue) = 114+13+28=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #720D1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720D1C is #8DF2E3. Grayscale: #2C2C2C. Windows color (decimal): -9302756 or 1838450. OLE color: 1838450.
HSL color Cylindrical-coordinate representation of color #720D1C: hue angle of 351.09º 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 #720D1C is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 28 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.55 |
| HSL | 351.09º | 0.8% | 0.25% | - |
| HSV(B) | 351.09º | 0.89% | 0.45% | - |
| XYZ | 7.29 | 3.95 | 1.48 | - |
| YUV | 44.91 | 118.46 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 28 | 0 | 0.89 | 0.75 | 0.55 | 351.09 | 0.8 | 0.25 |
| Hex | 72 | D | 1C | 0 | 59 | 4B | 37 | 15F | 50 | 19 |
| Octal | 162 | 15 | 34 | 0 | 131 | 113 | 67 | 537 | 120 | 31 |
| Binary | 1110010 | 1101 | 11100 | 0 | 1011001 | 1001011 | 110111 | 101011111 | 1010000 | 11001 |
Color Harmonies of #720D1C
Complementary color
Monochromatic Colors of #720D1C
Black with #720D1C
Text Example
Text Example
White with #720D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D1C; }
p { color: rgb(114,13,28); }
H1.HeaderClassName
{
color: #720D1C;
}
.AnyTagClassName
{
color: #720D1C;
}
</style>
background-color css
<style>
a { background-color: #720D1C; }
a { background-color: rgb(114,13,28); }
div.DivClassName
{
background-color: #720D1C;
}
.BgClassName
{
background-color: #720D1C;
}
</style>
border-color css
<style>
span { border-color: #720D1C; }
span { border-color: rgb(114,13,28); }
td.TdClassName
{
border-color: #720D1C;
}
.TagClassName
{
border-color: #720D1C;
}
</style>