Shades of Burgundy #720524
Tints of Burgundy #720524
RGB
CMYK
RGB Variations
Color information
#720524 (or 0x720524) is known color: Burgundy. HEX triplet: 72, 05 and 24. RGB value is (114,5,36). Sum of RGB (Red+Green+Blue) = 114+5+36=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #720524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720524 is #8DFADB. Grayscale: #292929. Windows color (decimal): -9304796 or 2360690. OLE color: 2360690.
HSL color Cylindrical-coordinate representation of color #720524: hue angle of 342.94º 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 #720524 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 5 | 36 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.55 |
| HSL | 342.94º | 0.92% | 0.23% | - |
| HSV(B) | 342.94º | 0.96% | 0.45% | - |
| XYZ | 7.31 | 3.81 | 2.02 | - |
| YUV | 41.13 | 125.11 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 36 | 0 | 0.96 | 0.68 | 0.55 | 342.94 | 0.92 | 0.23 |
| Hex | 72 | 5 | 24 | 0 | 60 | 44 | 37 | 157 | 5C | 17 |
| Octal | 162 | 5 | 44 | 0 | 140 | 104 | 67 | 527 | 134 | 27 |
| Binary | 1110010 | 101 | 100100 | 0 | 1100000 | 1000100 | 110111 | 101010111 | 1011100 | 10111 |
Color Harmonies of #720524
Complementary color
Monochromatic Colors of #720524
Black with #720524
Text Example
Text Example
White with #720524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720524; }
p { color: rgb(114,5,36); }
H1.HeaderClassName
{
color: #720524;
}
.AnyTagClassName
{
color: #720524;
}
</style>
background-color css
<style>
a { background-color: #720524; }
a { background-color: rgb(114,5,36); }
div.DivClassName
{
background-color: #720524;
}
.BgClassName
{
background-color: #720524;
}
</style>
border-color css
<style>
span { border-color: #720524; }
span { border-color: rgb(114,5,36); }
td.TdClassName
{
border-color: #720524;
}
.TagClassName
{
border-color: #720524;
}
</style>