Shades of Burgundy #720411
Tints of Burgundy #720411
RGB
CMYK
RGB Variations
Color information
#720411 (or 0x720411) is known color: Burgundy. HEX triplet: 72, 04 and 11. RGB value is (114,4,17). Sum of RGB (Red+Green+Blue) = 114+4+17=135 (17% of max value = 765). Red value is 114 (44.92% from 255 or 84.44% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 114 - color contains mainly: red. Hex color #720411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720411 is #8DFBEE. Grayscale: #262626. Windows color (decimal): -9305071 or 1115250. OLE color: 1115250.
HSL color Cylindrical-coordinate representation of color #720411: hue angle of 352.91º degrees, saturation: 0.93, 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 #720411 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 4 | 17 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.55 |
| HSL | 352.91º | 0.93% | 0.23% | - |
| HSV(B) | 352.91º | 0.96% | 0.45% | - |
| XYZ | 7.08 | 3.7 | 0.87 | - |
| YUV | 38.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 4 | 17 | 0 | 0.96 | 0.85 | 0.55 | 352.91 | 0.93 | 0.23 |
| Hex | 72 | 4 | 11 | 0 | 60 | 55 | 37 | 161 | 5D | 17 |
| Octal | 162 | 4 | 21 | 0 | 140 | 125 | 67 | 541 | 135 | 27 |
| Binary | 1110010 | 100 | 10001 | 0 | 1100000 | 1010101 | 110111 | 101100001 | 1011101 | 10111 |
Color Harmonies of #720411
Complementary color
Monochromatic Colors of #720411
Black with #720411
Text Example
Text Example
White with #720411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720411; }
p { color: rgb(114,4,17); }
H1.HeaderClassName
{
color: #720411;
}
.AnyTagClassName
{
color: #720411;
}
</style>
background-color css
<style>
a { background-color: #720411; }
a { background-color: rgb(114,4,17); }
div.DivClassName
{
background-color: #720411;
}
.BgClassName
{
background-color: #720411;
}
</style>
border-color css
<style>
span { border-color: #720411; }
span { border-color: rgb(114,4,17); }
td.TdClassName
{
border-color: #720411;
}
.TagClassName
{
border-color: #720411;
}
</style>