Shades of Burgundy #720529
Tints of Burgundy #720529
RGB
CMYK
RGB Variations
Color information
#720529 (or 0x720529) is known color: Burgundy. HEX triplet: 72, 05 and 29. RGB value is (114,5,41). Sum of RGB (Red+Green+Blue) = 114+5+41=160 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.25% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 114 - color contains mainly: red. Hex color #720529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720529 is #8DFAD6. Grayscale: #292929. Windows color (decimal): -9304791 or 2688370. OLE color: 2688370.
HSL color Cylindrical-coordinate representation of color #720529: hue angle of 340.18º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720529 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 5 | 41 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.55 |
| HSL | 340.18º | 0.92% | 0.23% | - |
| HSV(B) | 340.18º | 0.96% | 0.45% | - |
| XYZ | 7.39 | 3.85 | 2.45 | - |
| YUV | 41.7 | 127.61 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 41 | 0 | 0.96 | 0.64 | 0.55 | 340.18 | 0.92 | 0.23 |
| Hex | 72 | 5 | 29 | 0 | 60 | 40 | 37 | 154 | 5C | 17 |
| Octal | 162 | 5 | 51 | 0 | 140 | 100 | 67 | 524 | 134 | 27 |
| Binary | 1110010 | 101 | 101001 | 0 | 1100000 | 1000000 | 110111 | 101010100 | 1011100 | 10111 |
Color Harmonies of #720529
Complementary color
Monochromatic Colors of #720529
Black with #720529
Text Example
Text Example
White with #720529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720529; }
p { color: rgb(114,5,41); }
H1.HeaderClassName
{
color: #720529;
}
.AnyTagClassName
{
color: #720529;
}
</style>
background-color css
<style>
a { background-color: #720529; }
a { background-color: rgb(114,5,41); }
div.DivClassName
{
background-color: #720529;
}
.BgClassName
{
background-color: #720529;
}
</style>
border-color css
<style>
span { border-color: #720529; }
span { border-color: rgb(114,5,41); }
td.TdClassName
{
border-color: #720529;
}
.TagClassName
{
border-color: #720529;
}
</style>