Shades of Burgundy #720017
Tints of Burgundy #720017
RGB
CMYK
RGB Variations
Color information
#720017 (or 0x720017) is known color: Burgundy. HEX triplet: 72, 00 and 17. RGB value is (114,0,23). Sum of RGB (Red+Green+Blue) = 114+0+23=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 23 (9.38% from 255 or 16.79% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #720017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720017 is #8DFFE8. Grayscale: #242424. Windows color (decimal): -9306089 or 1507442. OLE color: 1507442.
HSL color Cylindrical-coordinate representation of color #720017: hue angle of 347.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720017 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.80 | 0.55 |
| HSL | 347.89º | 1% | 0.22% | - |
| HSV(B) | 347.89º | 1% | 0.45% | - |
| XYZ | 7.09 | 3.64 | 1.14 | - |
| YUV | 36.71 | 120.27 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 23 | 0 | 1 | 0.80 | 0.55 | 347.89 | 1 | 0.22 |
| Hex | 72 | 0 | 17 | 0 | 64 | 50 | 37 | 15C | 64 | 16 |
| Octal | 162 | 0 | 27 | 0 | 144 | 120 | 67 | 534 | 144 | 26 |
| Binary | 1110010 | 0 | 10111 | 0 | 1100100 | 1010000 | 110111 | 101011100 | 1100100 | 10110 |
Color Harmonies of #720017
Complementary color
Monochromatic Colors of #720017
Black with #720017
Text Example
Text Example
White with #720017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720017; }
p { color: rgb(114,0,23); }
H1.HeaderClassName
{
color: #720017;
}
.AnyTagClassName
{
color: #720017;
}
</style>
background-color css
<style>
a { background-color: #720017; }
a { background-color: rgb(114,0,23); }
div.DivClassName
{
background-color: #720017;
}
.BgClassName
{
background-color: #720017;
}
</style>
border-color css
<style>
span { border-color: #720017; }
span { border-color: rgb(114,0,23); }
td.TdClassName
{
border-color: #720017;
}
.TagClassName
{
border-color: #720017;
}
</style>