Shades of Burgundy #720A1B
Tints of Burgundy #720A1B
RGB
CMYK
RGB Variations
Color information
#720A1B (or 0x720A1B) is known color: Burgundy. HEX triplet: 72, 0A and 1B. RGB value is (114,10,27). Sum of RGB (Red+Green+Blue) = 114+10+27=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #720A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720A1B is #8DF5E4. Grayscale: #2B2B2B. Windows color (decimal): -9303525 or 1772146. OLE color: 1772146.
HSL color Cylindrical-coordinate representation of color #720A1B: hue angle of 350.19º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A1B is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 10 | 27 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.55 |
| HSL | 350.19º | 0.84% | 0.24% | - |
| HSV(B) | 350.19º | 0.91% | 0.45% | - |
| XYZ | 7.25 | 3.87 | 1.4 | - |
| YUV | 43.03 | 118.96 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 27 | 0 | 0.91 | 0.76 | 0.55 | 350.19 | 0.84 | 0.24 |
| Hex | 72 | A | 1B | 0 | 5B | 4C | 37 | 15E | 54 | 18 |
| Octal | 162 | 12 | 33 | 0 | 133 | 114 | 67 | 536 | 124 | 30 |
| Binary | 1110010 | 1010 | 11011 | 0 | 1011011 | 1001100 | 110111 | 101011110 | 1010100 | 11000 |
Color Harmonies of #720A1B
Complementary color
Monochromatic Colors of #720A1B
Black with #720A1B
Text Example
Text Example
White with #720A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720A1B; }
p { color: rgb(114,10,27); }
H1.HeaderClassName
{
color: #720A1B;
}
.AnyTagClassName
{
color: #720A1B;
}
</style>
background-color css
<style>
a { background-color: #720A1B; }
a { background-color: rgb(114,10,27); }
div.DivClassName
{
background-color: #720A1B;
}
.BgClassName
{
background-color: #720A1B;
}
</style>
border-color css
<style>
span { border-color: #720A1B; }
span { border-color: rgb(114,10,27); }
td.TdClassName
{
border-color: #720A1B;
}
.TagClassName
{
border-color: #720A1B;
}
</style>