Shades of Burgundy #720213
Tints of Burgundy #720213
RGB
CMYK
RGB Variations
Color information
#720213 (or 0x720213) is known color: Burgundy. HEX triplet: 72, 02 and 13. RGB value is (114,2,19). Sum of RGB (Red+Green+Blue) = 114+2+19=135 (17% of max value = 765). Red value is 114 (44.92% from 255 or 84.44% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 114 - color contains mainly: red. Hex color #720213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720213 is #8DFDEC. Grayscale: #252525. Windows color (decimal): -9305581 or 1245810. OLE color: 1245810.
HSL color Cylindrical-coordinate representation of color #720213: hue angle of 350.89º 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 #720213 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 2 | 19 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.55 |
| HSL | 350.89º | 0.97% | 0.23% | - |
| HSV(B) | 350.89º | 0.98% | 0.45% | - |
| XYZ | 7.08 | 3.67 | 0.95 | - |
| YUV | 37.43 | 117.61 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 19 | 0 | 0.98 | 0.83 | 0.55 | 350.89 | 0.97 | 0.23 |
| Hex | 72 | 2 | 13 | 0 | 62 | 53 | 37 | 15F | 61 | 17 |
| Octal | 162 | 2 | 23 | 0 | 142 | 123 | 67 | 537 | 141 | 27 |
| Binary | 1110010 | 10 | 10011 | 0 | 1100010 | 1010011 | 110111 | 101011111 | 1100001 | 10111 |
Color Harmonies of #720213
Complementary color
Monochromatic Colors of #720213
Black with #720213
Text Example
Text Example
White with #720213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720213; }
p { color: rgb(114,2,19); }
H1.HeaderClassName
{
color: #720213;
}
.AnyTagClassName
{
color: #720213;
}
</style>
background-color css
<style>
a { background-color: #720213; }
a { background-color: rgb(114,2,19); }
div.DivClassName
{
background-color: #720213;
}
.BgClassName
{
background-color: #720213;
}
</style>
border-color css
<style>
span { border-color: #720213; }
span { border-color: rgb(114,2,19); }
td.TdClassName
{
border-color: #720213;
}
.TagClassName
{
border-color: #720213;
}
</style>