Shades of Burgundy #720510
Tints of Burgundy #720510
RGB
CMYK
RGB Variations
Color information
#720510 (or 0x720510) is known color: Burgundy. HEX triplet: 72, 05 and 10. RGB value is (114,5,16). Sum of RGB (Red+Green+Blue) = 114+5+16=135 (17% of max value = 765). Red value is 114 (44.92% from 255 or 84.44% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 114 - color contains mainly: red. Hex color #720510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720510 is #8DFAEF. Grayscale: #262626. Windows color (decimal): -9304816 or 1049970. OLE color: 1049970.
HSL color Cylindrical-coordinate representation of color #720510: hue angle of 353.94º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720510 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 5 | 16 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.55 |
| HSL | 353.94º | 0.92% | 0.23% | - |
| HSV(B) | 353.94º | 0.96% | 0.45% | - |
| XYZ | 7.09 | 3.72 | 0.84 | - |
| YUV | 38.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 16 | 0 | 0.96 | 0.86 | 0.55 | 353.94 | 0.92 | 0.23 |
| Hex | 72 | 5 | 10 | 0 | 60 | 56 | 37 | 162 | 5C | 17 |
| Octal | 162 | 5 | 20 | 0 | 140 | 126 | 67 | 542 | 134 | 27 |
| Binary | 1110010 | 101 | 10000 | 0 | 1100000 | 1010110 | 110111 | 101100010 | 1011100 | 10111 |
Color Harmonies of #720510
Complementary color
Monochromatic Colors of #720510
Black with #720510
Text Example
Text Example
White with #720510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720510; }
p { color: rgb(114,5,16); }
H1.HeaderClassName
{
color: #720510;
}
.AnyTagClassName
{
color: #720510;
}
</style>
background-color css
<style>
a { background-color: #720510; }
a { background-color: rgb(114,5,16); }
div.DivClassName
{
background-color: #720510;
}
.BgClassName
{
background-color: #720510;
}
</style>
border-color css
<style>
span { border-color: #720510; }
span { border-color: rgb(114,5,16); }
td.TdClassName
{
border-color: #720510;
}
.TagClassName
{
border-color: #720510;
}
</style>