Shades of Burgundy #720120
Tints of Burgundy #720120
RGB
CMYK
RGB Variations
Color information
#720120 (or 0x720120) is known color: Burgundy. HEX triplet: 72, 01 and 20. RGB value is (114,1,32). Sum of RGB (Red+Green+Blue) = 114+1+32=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #720120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720120 is #8DFEDF. Grayscale: #262626. Windows color (decimal): -9305824 or 2097522. OLE color: 2097522.
HSL color Cylindrical-coordinate representation of color #720120: hue angle of 343.54º 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 #720120 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.55 |
| HSL | 343.54º | 0.98% | 0.23% | - |
| HSV(B) | 343.54º | 0.99% | 0.45% | - |
| XYZ | 7.21 | 3.7 | 1.7 | - |
| YUV | 38.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 32 | 0 | 0.99 | 0.72 | 0.55 | 343.54 | 0.98 | 0.23 |
| Hex | 72 | 1 | 20 | 0 | 63 | 48 | 37 | 158 | 62 | 17 |
| Octal | 162 | 1 | 40 | 0 | 143 | 110 | 67 | 530 | 142 | 27 |
| Binary | 1110010 | 1 | 100000 | 0 | 1100011 | 1001000 | 110111 | 101011000 | 1100010 | 10111 |
Color Harmonies of #720120
Complementary color
Monochromatic Colors of #720120
Black with #720120
Text Example
Text Example
White with #720120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720120; }
p { color: rgb(114,1,32); }
H1.HeaderClassName
{
color: #720120;
}
.AnyTagClassName
{
color: #720120;
}
</style>
background-color css
<style>
a { background-color: #720120; }
a { background-color: rgb(114,1,32); }
div.DivClassName
{
background-color: #720120;
}
.BgClassName
{
background-color: #720120;
}
</style>
border-color css
<style>
span { border-color: #720120; }
span { border-color: rgb(114,1,32); }
td.TdClassName
{
border-color: #720120;
}
.TagClassName
{
border-color: #720120;
}
</style>