Shades of Burgundy #720D2A
Tints of Burgundy #720D2A
RGB
CMYK
RGB Variations
Color information
#720D2A (or 0x720D2A) is known color: Burgundy. HEX triplet: 72, 0D and 2A. RGB value is (114,13,42). Sum of RGB (Red+Green+Blue) = 114+13+42=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #720D2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720D2A is #8DF2D5. Grayscale: #2E2E2E. Windows color (decimal): -9302742 or 2755954. OLE color: 2755954.
HSL color Cylindrical-coordinate representation of color #720D2A: hue angle of 342.77º 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 #720D2A is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 42 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.55 |
| HSL | 342.77º | 0.8% | 0.25% | - |
| HSV(B) | 342.77º | 0.89% | 0.45% | - |
| XYZ | 7.5 | 4.03 | 2.57 | - |
| YUV | 46.51 | 125.46 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 42 | 0 | 0.89 | 0.63 | 0.55 | 342.77 | 0.8 | 0.25 |
| Hex | 72 | D | 2A | 0 | 59 | 3F | 37 | 157 | 50 | 19 |
| Octal | 162 | 15 | 52 | 0 | 131 | 77 | 67 | 527 | 120 | 31 |
| Binary | 1110010 | 1101 | 101010 | 0 | 1011001 | 111111 | 110111 | 101010111 | 1010000 | 11001 |
Color Harmonies of #720D2A
Complementary color
Monochromatic Colors of #720D2A
Black with #720D2A
Text Example
Text Example
White with #720D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D2A; }
p { color: rgb(114,13,42); }
H1.HeaderClassName
{
color: #720D2A;
}
.AnyTagClassName
{
color: #720D2A;
}
</style>
background-color css
<style>
a { background-color: #720D2A; }
a { background-color: rgb(114,13,42); }
div.DivClassName
{
background-color: #720D2A;
}
.BgClassName
{
background-color: #720D2A;
}
</style>
border-color css
<style>
span { border-color: #720D2A; }
span { border-color: rgb(114,13,42); }
td.TdClassName
{
border-color: #720D2A;
}
.TagClassName
{
border-color: #720D2A;
}
</style>