Shades of Burgundy #720A11
Tints of Burgundy #720A11
RGB
CMYK
RGB Variations
Color information
#720A11 (or 0x720A11) is known color: Burgundy. HEX triplet: 72, 0A and 11. RGB value is (114,10,17). Sum of RGB (Red+Green+Blue) = 114+10+17=141 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.85% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 114 - color contains mainly: red. Hex color #720A11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720A11 is #8DF5EE. Grayscale: #292929. Windows color (decimal): -9303535 or 1116786. OLE color: 1116786.
HSL color Cylindrical-coordinate representation of color #720A11: hue angle of 355.96º 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 #720A11 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 10 | 17 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.55 |
| HSL | 355.96º | 0.84% | 0.24% | - |
| HSV(B) | 355.96º | 0.91% | 0.45% | - |
| XYZ | 7.15 | 3.83 | 0.89 | - |
| YUV | 41.89 | 113.96 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 17 | 0 | 0.91 | 0.85 | 0.55 | 355.96 | 0.84 | 0.24 |
| Hex | 72 | A | 11 | 0 | 5B | 55 | 37 | 164 | 54 | 18 |
| Octal | 162 | 12 | 21 | 0 | 133 | 125 | 67 | 544 | 124 | 30 |
| Binary | 1110010 | 1010 | 10001 | 0 | 1011011 | 1010101 | 110111 | 101100100 | 1010100 | 11000 |
Color Harmonies of #720A11
Complementary color
Monochromatic Colors of #720A11
Black with #720A11
Text Example
Text Example
White with #720A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720A11; }
p { color: rgb(114,10,17); }
H1.HeaderClassName
{
color: #720A11;
}
.AnyTagClassName
{
color: #720A11;
}
</style>
background-color css
<style>
a { background-color: #720A11; }
a { background-color: rgb(114,10,17); }
div.DivClassName
{
background-color: #720A11;
}
.BgClassName
{
background-color: #720A11;
}
</style>
border-color css
<style>
span { border-color: #720A11; }
span { border-color: rgb(114,10,17); }
td.TdClassName
{
border-color: #720A11;
}
.TagClassName
{
border-color: #720A11;
}
</style>