Shades of Burgundy #720B17
Tints of Burgundy #720B17
RGB
CMYK
RGB Variations
Color information
#720B17 (or 0x720B17) is known color: Burgundy. HEX triplet: 72, 0B and 17. RGB value is (114,11,23). Sum of RGB (Red+Green+Blue) = 114+11+23=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #720B17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720B17 is #8DF4E8. Grayscale: #2B2B2B. Windows color (decimal): -9303273 or 1510258. OLE color: 1510258.
HSL color Cylindrical-coordinate representation of color #720B17: hue angle of 353.01º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B17 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 11 | 23 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.55 |
| HSL | 353.01º | 0.82% | 0.25% | - |
| HSV(B) | 353.01º | 0.9% | 0.45% | - |
| XYZ | 7.21 | 3.88 | 1.18 | - |
| YUV | 43.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 23 | 0 | 0.90 | 0.80 | 0.55 | 353.01 | 0.82 | 0.25 |
| Hex | 72 | B | 17 | 0 | 5A | 50 | 37 | 161 | 52 | 19 |
| Octal | 162 | 13 | 27 | 0 | 132 | 120 | 67 | 541 | 122 | 31 |
| Binary | 1110010 | 1011 | 10111 | 0 | 1011010 | 1010000 | 110111 | 101100001 | 1010010 | 11001 |
Color Harmonies of #720B17
Complementary color
Monochromatic Colors of #720B17
Black with #720B17
Text Example
Text Example
White with #720B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B17; }
p { color: rgb(114,11,23); }
H1.HeaderClassName
{
color: #720B17;
}
.AnyTagClassName
{
color: #720B17;
}
</style>
background-color css
<style>
a { background-color: #720B17; }
a { background-color: rgb(114,11,23); }
div.DivClassName
{
background-color: #720B17;
}
.BgClassName
{
background-color: #720B17;
}
</style>
border-color css
<style>
span { border-color: #720B17; }
span { border-color: rgb(114,11,23); }
td.TdClassName
{
border-color: #720B17;
}
.TagClassName
{
border-color: #720B17;
}
</style>