Shades of Burgundy #720B0F
Tints of Burgundy #720B0F
RGB
CMYK
RGB Variations
Color information
#720B0F (or 0x720B0F) is known color: Burgundy. HEX triplet: 72, 0B and 0F. RGB value is (114,11,15). Sum of RGB (Red+Green+Blue) = 114+11+15=140 (18% of max value = 765). Red value is 114 (44.92% from 255 or 81.43% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 114 - color contains mainly: red. Hex color #720B0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720B0F is #8DF4F0. Grayscale: #2A2A2A. Windows color (decimal): -9303281 or 985970. OLE color: 985970.
HSL color Cylindrical-coordinate representation of color #720B0F: hue angle of 357.67º 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 #720B0F is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 11 | 15 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.55 |
| HSL | 357.67º | 0.82% | 0.25% | - |
| HSV(B) | 357.67º | 0.9% | 0.45% | - |
| XYZ | 7.15 | 3.85 | 0.82 | - |
| YUV | 42.25 | 112.62 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 15 | 0 | 0.90 | 0.87 | 0.55 | 357.67 | 0.82 | 0.25 |
| Hex | 72 | B | F | 0 | 5A | 57 | 37 | 166 | 52 | 19 |
| Octal | 162 | 13 | 17 | 0 | 132 | 127 | 67 | 546 | 122 | 31 |
| Binary | 1110010 | 1011 | 1111 | 0 | 1011010 | 1010111 | 110111 | 101100110 | 1010010 | 11001 |
Color Harmonies of #720B0F
Complementary color
Monochromatic Colors of #720B0F
Black with #720B0F
Text Example
Text Example
White with #720B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B0F; }
p { color: rgb(114,11,15); }
H1.HeaderClassName
{
color: #720B0F;
}
.AnyTagClassName
{
color: #720B0F;
}
</style>
background-color css
<style>
a { background-color: #720B0F; }
a { background-color: rgb(114,11,15); }
div.DivClassName
{
background-color: #720B0F;
}
.BgClassName
{
background-color: #720B0F;
}
</style>
border-color css
<style>
span { border-color: #720B0F; }
span { border-color: rgb(114,11,15); }
td.TdClassName
{
border-color: #720B0F;
}
.TagClassName
{
border-color: #720B0F;
}
</style>