Shades of Burgundy #720B24
Tints of Burgundy #720B24
RGB
CMYK
RGB Variations
Color information
#720B24 (or 0x720B24) is known color: Burgundy. HEX triplet: 72, 0B and 24. RGB value is (114,11,36). Sum of RGB (Red+Green+Blue) = 114+11+36=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #720B24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720B24 is #8DF4DB. Grayscale: #2C2C2C. Windows color (decimal): -9303260 or 2362226. OLE color: 2362226.
HSL color Cylindrical-coordinate representation of color #720B24: hue angle of 345.44º 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 #720B24 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 11 | 36 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.55 |
| HSL | 345.44º | 0.82% | 0.25% | - |
| HSV(B) | 345.44º | 0.9% | 0.45% | - |
| XYZ | 7.38 | 3.94 | 2.04 | - |
| YUV | 44.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 36 | 0 | 0.90 | 0.68 | 0.55 | 345.44 | 0.82 | 0.25 |
| Hex | 72 | B | 24 | 0 | 5A | 44 | 37 | 159 | 52 | 19 |
| Octal | 162 | 13 | 44 | 0 | 132 | 104 | 67 | 531 | 122 | 31 |
| Binary | 1110010 | 1011 | 100100 | 0 | 1011010 | 1000100 | 110111 | 101011001 | 1010010 | 11001 |
Color Harmonies of #720B24
Complementary color
Monochromatic Colors of #720B24
Black with #720B24
Text Example
Text Example
White with #720B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B24; }
p { color: rgb(114,11,36); }
H1.HeaderClassName
{
color: #720B24;
}
.AnyTagClassName
{
color: #720B24;
}
</style>
background-color css
<style>
a { background-color: #720B24; }
a { background-color: rgb(114,11,36); }
div.DivClassName
{
background-color: #720B24;
}
.BgClassName
{
background-color: #720B24;
}
</style>
border-color css
<style>
span { border-color: #720B24; }
span { border-color: rgb(114,11,36); }
td.TdClassName
{
border-color: #720B24;
}
.TagClassName
{
border-color: #720B24;
}
</style>