Shades of Burgundy #720A14
Tints of Burgundy #720A14
RGB
CMYK
RGB Variations
Color information
#720A14 (or 0x720A14) is known color: Burgundy. HEX triplet: 72, 0A and 14. RGB value is (114,10,20). Sum of RGB (Red+Green+Blue) = 114+10+20=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #720A14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720A14 is #8DF5EB. Grayscale: #2A2A2A. Windows color (decimal): -9303532 or 1313394. OLE color: 1313394.
HSL color Cylindrical-coordinate representation of color #720A14: hue angle of 354.23º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A14 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 10 | 20 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.55 |
| HSL | 354.23º | 0.84% | 0.24% | - |
| HSV(B) | 354.23º | 0.91% | 0.45% | - |
| XYZ | 7.17 | 3.84 | 1.03 | - |
| YUV | 42.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 20 | 0 | 0.91 | 0.82 | 0.55 | 354.23 | 0.84 | 0.24 |
| Hex | 72 | A | 14 | 0 | 5B | 52 | 37 | 162 | 54 | 18 |
| Octal | 162 | 12 | 24 | 0 | 133 | 122 | 67 | 542 | 124 | 30 |
| Binary | 1110010 | 1010 | 10100 | 0 | 1011011 | 1010010 | 110111 | 101100010 | 1010100 | 11000 |
Color Harmonies of #720A14
Complementary color
Monochromatic Colors of #720A14
Black with #720A14
Text Example
Text Example
White with #720A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720A14; }
p { color: rgb(114,10,20); }
H1.HeaderClassName
{
color: #720A14;
}
.AnyTagClassName
{
color: #720A14;
}
</style>
background-color css
<style>
a { background-color: #720A14; }
a { background-color: rgb(114,10,20); }
div.DivClassName
{
background-color: #720A14;
}
.BgClassName
{
background-color: #720A14;
}
</style>
border-color css
<style>
span { border-color: #720A14; }
span { border-color: rgb(114,10,20); }
td.TdClassName
{
border-color: #720A14;
}
.TagClassName
{
border-color: #720A14;
}
</style>