Shades of Burgundy #720A1F
Tints of Burgundy #720A1F
RGB
CMYK
RGB Variations
Color information
#720A1F (or 0x720A1F) is known color: Burgundy. HEX triplet: 72, 0A and 1F. RGB value is (114,10,31). Sum of RGB (Red+Green+Blue) = 114+10+31=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #720A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720A1F is #8DF5E0. Grayscale: #2B2B2B. Windows color (decimal): -9303521 or 2034290. OLE color: 2034290.
HSL color Cylindrical-coordinate representation of color #720A1F: hue angle of 347.88º 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 #720A1F is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 10 | 31 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.55 |
| HSL | 347.88º | 0.84% | 0.24% | - |
| HSV(B) | 347.88º | 0.91% | 0.45% | - |
| XYZ | 7.3 | 3.89 | 1.66 | - |
| YUV | 43.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 31 | 0 | 0.91 | 0.73 | 0.55 | 347.88 | 0.84 | 0.24 |
| Hex | 72 | A | 1F | 0 | 5B | 49 | 37 | 15C | 54 | 18 |
| Octal | 162 | 12 | 37 | 0 | 133 | 111 | 67 | 534 | 124 | 30 |
| Binary | 1110010 | 1010 | 11111 | 0 | 1011011 | 1001001 | 110111 | 101011100 | 1010100 | 11000 |
Color Harmonies of #720A1F
Complementary color
Monochromatic Colors of #720A1F
Black with #720A1F
Text Example
Text Example
White with #720A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720A1F; }
p { color: rgb(114,10,31); }
H1.HeaderClassName
{
color: #720A1F;
}
.AnyTagClassName
{
color: #720A1F;
}
</style>
background-color css
<style>
a { background-color: #720A1F; }
a { background-color: rgb(114,10,31); }
div.DivClassName
{
background-color: #720A1F;
}
.BgClassName
{
background-color: #720A1F;
}
</style>
border-color css
<style>
span { border-color: #720A1F; }
span { border-color: rgb(114,10,31); }
td.TdClassName
{
border-color: #720A1F;
}
.TagClassName
{
border-color: #720A1F;
}
</style>