Shades of Burgundy #720624
Tints of Burgundy #720624
RGB
CMYK
RGB Variations
Color information
#720624 (or 0x720624) is known color: Burgundy. HEX triplet: 72, 06 and 24. RGB value is (114,6,36). Sum of RGB (Red+Green+Blue) = 114+6+36=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #720624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720624 is #8DF9DB. Grayscale: #292929. Windows color (decimal): -9304540 or 2360946. OLE color: 2360946.
HSL color Cylindrical-coordinate representation of color #720624: hue angle of 343.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720624 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 6 | 36 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.55 |
| HSL | 343.33º | 0.9% | 0.24% | - |
| HSV(B) | 343.33º | 0.95% | 0.45% | - |
| XYZ | 7.32 | 3.84 | 2.02 | - |
| YUV | 41.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 36 | 0 | 0.95 | 0.68 | 0.55 | 343.33 | 0.9 | 0.24 |
| Hex | 72 | 6 | 24 | 0 | 5F | 44 | 37 | 157 | 5A | 18 |
| Octal | 162 | 6 | 44 | 0 | 137 | 104 | 67 | 527 | 132 | 30 |
| Binary | 1110010 | 110 | 100100 | 0 | 1011111 | 1000100 | 110111 | 101010111 | 1011010 | 11000 |
Color Harmonies of #720624
Complementary color
Monochromatic Colors of #720624
Black with #720624
Text Example
Text Example
White with #720624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720624; }
p { color: rgb(114,6,36); }
H1.HeaderClassName
{
color: #720624;
}
.AnyTagClassName
{
color: #720624;
}
</style>
background-color css
<style>
a { background-color: #720624; }
a { background-color: rgb(114,6,36); }
div.DivClassName
{
background-color: #720624;
}
.BgClassName
{
background-color: #720624;
}
</style>
border-color css
<style>
span { border-color: #720624; }
span { border-color: rgb(114,6,36); }
td.TdClassName
{
border-color: #720624;
}
.TagClassName
{
border-color: #720624;
}
</style>