Shades of Burgundy #720210
Tints of Burgundy #720210
RGB
CMYK
RGB Variations
Color information
#720210 (or 0x720210) is known color: Burgundy. HEX triplet: 72, 02 and 10. RGB value is (114,2,16). Sum of RGB (Red+Green+Blue) = 114+2+16=132 (17% of max value = 765). Red value is 114 (44.92% from 255 or 86.36% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 114 - color contains mainly: red. Hex color #720210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720210 is #8DFDEF. Grayscale: #252525. Windows color (decimal): -9305584 or 1049202. OLE color: 1049202.
HSL color Cylindrical-coordinate representation of color #720210: hue angle of 352.5º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #720210 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 2 | 16 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.55 |
| HSL | 352.5º | 0.97% | 0.23% | - |
| HSV(B) | 352.5º | 0.98% | 0.45% | - |
| XYZ | 7.05 | 3.66 | 0.82 | - |
| YUV | 37.08 | 116.11 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 16 | 0 | 0.98 | 0.86 | 0.55 | 352.5 | 0.97 | 0.23 |
| Hex | 72 | 2 | 10 | 0 | 62 | 56 | 37 | 160 | 61 | 17 |
| Octal | 162 | 2 | 20 | 0 | 142 | 126 | 67 | 540 | 141 | 27 |
| Binary | 1110010 | 10 | 10000 | 0 | 1100010 | 1010110 | 110111 | 101100000 | 1100001 | 10111 |
Color Harmonies of #720210
Complementary color
Monochromatic Colors of #720210
Black with #720210
Text Example
Text Example
White with #720210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720210; }
p { color: rgb(114,2,16); }
H1.HeaderClassName
{
color: #720210;
}
.AnyTagClassName
{
color: #720210;
}
</style>
background-color css
<style>
a { background-color: #720210; }
a { background-color: rgb(114,2,16); }
div.DivClassName
{
background-color: #720210;
}
.BgClassName
{
background-color: #720210;
}
</style>
border-color css
<style>
span { border-color: #720210; }
span { border-color: rgb(114,2,16); }
td.TdClassName
{
border-color: #720210;
}
.TagClassName
{
border-color: #720210;
}
</style>