Shades of Burgundy #720919
Tints of Burgundy #720919
RGB
CMYK
RGB Variations
Color information
#720919 (or 0x720919) is known color: Burgundy. HEX triplet: 72, 09 and 19. RGB value is (114,9,25). Sum of RGB (Red+Green+Blue) = 114+9+25=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #720919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720919 is #8DF6E6. Grayscale: #2A2A2A. Windows color (decimal): -9303783 or 1640818. OLE color: 1640818.
HSL color Cylindrical-coordinate representation of color #720919: hue angle of 350.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #720919 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 9 | 25 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.55 |
| HSL | 350.86º | 0.85% | 0.24% | - |
| HSV(B) | 350.86º | 0.92% | 0.45% | - |
| XYZ | 7.21 | 3.84 | 1.28 | - |
| YUV | 42.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 9 | 25 | 0 | 0.92 | 0.78 | 0.55 | 350.86 | 0.85 | 0.24 |
| Hex | 72 | 9 | 19 | 0 | 5C | 4E | 37 | 15F | 55 | 18 |
| Octal | 162 | 11 | 31 | 0 | 134 | 116 | 67 | 537 | 125 | 30 |
| Binary | 1110010 | 1001 | 11001 | 0 | 1011100 | 1001110 | 110111 | 101011111 | 1010101 | 11000 |
Color Harmonies of #720919
Complementary color
Monochromatic Colors of #720919
Black with #720919
Text Example
Text Example
White with #720919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720919; }
p { color: rgb(114,9,25); }
H1.HeaderClassName
{
color: #720919;
}
.AnyTagClassName
{
color: #720919;
}
</style>
background-color css
<style>
a { background-color: #720919; }
a { background-color: rgb(114,9,25); }
div.DivClassName
{
background-color: #720919;
}
.BgClassName
{
background-color: #720919;
}
</style>
border-color css
<style>
span { border-color: #720919; }
span { border-color: rgb(114,9,25); }
td.TdClassName
{
border-color: #720919;
}
.TagClassName
{
border-color: #720919;
}
</style>