Shades of Burgundy #720124
Tints of Burgundy #720124
RGB
CMYK
RGB Variations
Color information
#720124 (or 0x720124) is known color: Burgundy. HEX triplet: 72, 01 and 24. RGB value is (114,1,36). Sum of RGB (Red+Green+Blue) = 114+1+36=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #720124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720124 is #8DFEDB. Grayscale: #262626. Windows color (decimal): -9305820 or 2359666. OLE color: 2359666.
HSL color Cylindrical-coordinate representation of color #720124: hue angle of 341.42º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720124 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.55 |
| HSL | 341.42º | 0.98% | 0.23% | - |
| HSV(B) | 341.42º | 0.99% | 0.45% | - |
| XYZ | 7.27 | 3.73 | 2.01 | - |
| YUV | 38.78 | 126.44 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 36 | 0 | 0.99 | 0.68 | 0.55 | 341.42 | 0.98 | 0.23 |
| Hex | 72 | 1 | 24 | 0 | 63 | 44 | 37 | 155 | 62 | 17 |
| Octal | 162 | 1 | 44 | 0 | 143 | 104 | 67 | 525 | 142 | 27 |
| Binary | 1110010 | 1 | 100100 | 0 | 1100011 | 1000100 | 110111 | 101010101 | 1100010 | 10111 |
Color Harmonies of #720124
Complementary color
Monochromatic Colors of #720124
Black with #720124
Text Example
Text Example
White with #720124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720124; }
p { color: rgb(114,1,36); }
H1.HeaderClassName
{
color: #720124;
}
.AnyTagClassName
{
color: #720124;
}
</style>
background-color css
<style>
a { background-color: #720124; }
a { background-color: rgb(114,1,36); }
div.DivClassName
{
background-color: #720124;
}
.BgClassName
{
background-color: #720124;
}
</style>
border-color css
<style>
span { border-color: #720124; }
span { border-color: rgb(114,1,36); }
td.TdClassName
{
border-color: #720124;
}
.TagClassName
{
border-color: #720124;
}
</style>