Shades of Burgundy #720B0C
Tints of Burgundy #720B0C
RGB
CMYK
RGB Variations
Color information
#720B0C (or 0x720B0C) is known color: Burgundy. HEX triplet: 72, 0B and 0C. RGB value is (114,11,12). Sum of RGB (Red+Green+Blue) = 114+11+12=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #720B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720B0C is #8DF4F3. Grayscale: #2A2A2A. Windows color (decimal): -9303284 or 789362. OLE color: 789362.
HSL color Cylindrical-coordinate representation of color #720B0C: hue angle of 359.42º 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 #720B0C is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 11 | 12 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.55 |
| HSL | 359.42º | 0.82% | 0.25% | - |
| HSV(B) | 359.42º | 0.9% | 0.45% | - |
| XYZ | 7.13 | 3.84 | 0.71 | - |
| YUV | 41.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 12 | 0 | 0.90 | 0.89 | 0.55 | 359.42 | 0.82 | 0.25 |
| Hex | 72 | B | C | 0 | 5A | 59 | 37 | 167 | 52 | 19 |
| Octal | 162 | 13 | 14 | 0 | 132 | 131 | 67 | 547 | 122 | 31 |
| Binary | 1110010 | 1011 | 1100 | 0 | 1011010 | 1011001 | 110111 | 101100111 | 1010010 | 11001 |
Color Harmonies of #720B0C
Complementary color
Monochromatic Colors of #720B0C
Black with #720B0C
Text Example
Text Example
White with #720B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B0C; }
p { color: rgb(114,11,12); }
H1.HeaderClassName
{
color: #720B0C;
}
.AnyTagClassName
{
color: #720B0C;
}
</style>
background-color css
<style>
a { background-color: #720B0C; }
a { background-color: rgb(114,11,12); }
div.DivClassName
{
background-color: #720B0C;
}
.BgClassName
{
background-color: #720B0C;
}
</style>
border-color css
<style>
span { border-color: #720B0C; }
span { border-color: rgb(114,11,12); }
td.TdClassName
{
border-color: #720B0C;
}
.TagClassName
{
border-color: #720B0C;
}
</style>