Shades of Burgundy #720D27
Tints of Burgundy #720D27
RGB
CMYK
RGB Variations
Color information
#720D27 (or 0x720D27) is known color: Burgundy. HEX triplet: 72, 0D and 27. RGB value is (114,13,39). Sum of RGB (Red+Green+Blue) = 114+13+39=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #720D27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720D27 is #8DF2D8. Grayscale: #2E2E2E. Windows color (decimal): -9302745 or 2559346. OLE color: 2559346.
HSL color Cylindrical-coordinate representation of color #720D27: hue angle of 344.55º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720D27 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 39 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.55 |
| HSL | 344.55º | 0.8% | 0.25% | - |
| HSV(B) | 344.55º | 0.89% | 0.45% | - |
| XYZ | 7.45 | 4.01 | 2.3 | - |
| YUV | 46.16 | 123.96 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 39 | 0 | 0.89 | 0.66 | 0.55 | 344.55 | 0.8 | 0.25 |
| Hex | 72 | D | 27 | 0 | 59 | 42 | 37 | 159 | 50 | 19 |
| Octal | 162 | 15 | 47 | 0 | 131 | 102 | 67 | 531 | 120 | 31 |
| Binary | 1110010 | 1101 | 100111 | 0 | 1011001 | 1000010 | 110111 | 101011001 | 1010000 | 11001 |
Color Harmonies of #720D27
Complementary color
Monochromatic Colors of #720D27
Black with #720D27
Text Example
Text Example
White with #720D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D27; }
p { color: rgb(114,13,39); }
H1.HeaderClassName
{
color: #720D27;
}
.AnyTagClassName
{
color: #720D27;
}
</style>
background-color css
<style>
a { background-color: #720D27; }
a { background-color: rgb(114,13,39); }
div.DivClassName
{
background-color: #720D27;
}
.BgClassName
{
background-color: #720D27;
}
</style>
border-color css
<style>
span { border-color: #720D27; }
span { border-color: rgb(114,13,39); }
td.TdClassName
{
border-color: #720D27;
}
.TagClassName
{
border-color: #720D27;
}
</style>