Shades of Burgundy #720D23
Tints of Burgundy #720D23
RGB
CMYK
RGB Variations
Color information
#720D23 (or 0x720D23) is known color: Burgundy. HEX triplet: 72, 0D and 23. RGB value is (114,13,35). Sum of RGB (Red+Green+Blue) = 114+13+35=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #720D23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720D23 is #8DF2DC. Grayscale: #2D2D2D. Windows color (decimal): -9302749 or 2297202. OLE color: 2297202.
HSL color Cylindrical-coordinate representation of color #720D23: hue angle of 346.93º 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 #720D23 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 35 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.55 |
| HSL | 346.93º | 0.8% | 0.25% | - |
| HSV(B) | 346.93º | 0.89% | 0.45% | - |
| XYZ | 7.39 | 3.99 | 1.97 | - |
| YUV | 45.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 35 | 0 | 0.89 | 0.69 | 0.55 | 346.93 | 0.8 | 0.25 |
| Hex | 72 | D | 23 | 0 | 59 | 45 | 37 | 15B | 50 | 19 |
| Octal | 162 | 15 | 43 | 0 | 131 | 105 | 67 | 533 | 120 | 31 |
| Binary | 1110010 | 1101 | 100011 | 0 | 1011001 | 1000101 | 110111 | 101011011 | 1010000 | 11001 |
Color Harmonies of #720D23
Complementary color
Monochromatic Colors of #720D23
Black with #720D23
Text Example
Text Example
White with #720D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D23; }
p { color: rgb(114,13,35); }
H1.HeaderClassName
{
color: #720D23;
}
.AnyTagClassName
{
color: #720D23;
}
</style>
background-color css
<style>
a { background-color: #720D23; }
a { background-color: rgb(114,13,35); }
div.DivClassName
{
background-color: #720D23;
}
.BgClassName
{
background-color: #720D23;
}
</style>
border-color css
<style>
span { border-color: #720D23; }
span { border-color: rgb(114,13,35); }
td.TdClassName
{
border-color: #720D23;
}
.TagClassName
{
border-color: #720D23;
}
</style>