Shades of Burgundy #720117
Tints of Burgundy #720117
RGB
CMYK
RGB Variations
Color information
#720117 (or 0x720117) is known color: Burgundy. HEX triplet: 72, 01 and 17. RGB value is (114,1,23). Sum of RGB (Red+Green+Blue) = 114+1+23=138 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.61% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 114 - color contains mainly: red. Hex color #720117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720117 is #8DFEE8. Grayscale: #252525. Windows color (decimal): -9305833 or 1507698. OLE color: 1507698.
HSL color Cylindrical-coordinate representation of color #720117: hue angle of 348.32º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720117 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 23 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.55 |
| HSL | 348.32º | 0.98% | 0.23% | - |
| HSV(B) | 348.32º | 0.99% | 0.45% | - |
| XYZ | 7.1 | 3.66 | 1.14 | - |
| YUV | 37.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 23 | 0 | 0.99 | 0.80 | 0.55 | 348.32 | 0.98 | 0.23 |
| Hex | 72 | 1 | 17 | 0 | 63 | 50 | 37 | 15C | 62 | 17 |
| Octal | 162 | 1 | 27 | 0 | 143 | 120 | 67 | 534 | 142 | 27 |
| Binary | 1110010 | 1 | 10111 | 0 | 1100011 | 1010000 | 110111 | 101011100 | 1100010 | 10111 |
Color Harmonies of #720117
Complementary color
Monochromatic Colors of #720117
Black with #720117
Text Example
Text Example
White with #720117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720117; }
p { color: rgb(114,1,23); }
H1.HeaderClassName
{
color: #720117;
}
.AnyTagClassName
{
color: #720117;
}
</style>
background-color css
<style>
a { background-color: #720117; }
a { background-color: rgb(114,1,23); }
div.DivClassName
{
background-color: #720117;
}
.BgClassName
{
background-color: #720117;
}
</style>
border-color css
<style>
span { border-color: #720117; }
span { border-color: rgb(114,1,23); }
td.TdClassName
{
border-color: #720117;
}
.TagClassName
{
border-color: #720117;
}
</style>