Shades of Burgundy #720B1A
Tints of Burgundy #720B1A
RGB
CMYK
RGB Variations
Color information
#720B1A (or 0x720B1A) is known color: Burgundy. HEX triplet: 72, 0B and 1A. RGB value is (114,11,26). Sum of RGB (Red+Green+Blue) = 114+11+26=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #720B1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720B1A is #8DF4E5. Grayscale: #2B2B2B. Windows color (decimal): -9303270 or 1706866. OLE color: 1706866.
HSL color Cylindrical-coordinate representation of color #720B1A: hue angle of 351.26º 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 #720B1A is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 11 | 26 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.55 |
| HSL | 351.26º | 0.82% | 0.25% | - |
| HSV(B) | 351.26º | 0.9% | 0.45% | - |
| XYZ | 7.25 | 3.89 | 1.35 | - |
| YUV | 43.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 26 | 0 | 0.90 | 0.77 | 0.55 | 351.26 | 0.82 | 0.25 |
| Hex | 72 | B | 1A | 0 | 5A | 4D | 37 | 15F | 52 | 19 |
| Octal | 162 | 13 | 32 | 0 | 132 | 115 | 67 | 537 | 122 | 31 |
| Binary | 1110010 | 1011 | 11010 | 0 | 1011010 | 1001101 | 110111 | 101011111 | 1010010 | 11001 |
Color Harmonies of #720B1A
Complementary color
Monochromatic Colors of #720B1A
Black with #720B1A
Text Example
Text Example
White with #720B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B1A; }
p { color: rgb(114,11,26); }
H1.HeaderClassName
{
color: #720B1A;
}
.AnyTagClassName
{
color: #720B1A;
}
</style>
background-color css
<style>
a { background-color: #720B1A; }
a { background-color: rgb(114,11,26); }
div.DivClassName
{
background-color: #720B1A;
}
.BgClassName
{
background-color: #720B1A;
}
</style>
border-color css
<style>
span { border-color: #720B1A; }
span { border-color: rgb(114,11,26); }
td.TdClassName
{
border-color: #720B1A;
}
.TagClassName
{
border-color: #720B1A;
}
</style>