Shades of Burgundy #720C1F
Tints of Burgundy #720C1F
RGB
CMYK
RGB Variations
Color information
#720C1F (or 0x720C1F) is known color: Burgundy. HEX triplet: 72, 0C and 1F. RGB value is (114,12,31). Sum of RGB (Red+Green+Blue) = 114+12+31=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #720C1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720C1F is #8DF3E0. Grayscale: #2C2C2C. Windows color (decimal): -9303009 or 2034802. OLE color: 2034802.
HSL color Cylindrical-coordinate representation of color #720C1F: hue angle of 348.82º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720C1F is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 31 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.55 |
| HSL | 348.82º | 0.81% | 0.25% | - |
| HSV(B) | 348.82º | 0.89% | 0.45% | - |
| XYZ | 7.32 | 3.94 | 1.67 | - |
| YUV | 44.66 | 120.29 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 31 | 0 | 0.89 | 0.73 | 0.55 | 348.82 | 0.81 | 0.25 |
| Hex | 72 | C | 1F | 0 | 59 | 49 | 37 | 15D | 51 | 19 |
| Octal | 162 | 14 | 37 | 0 | 131 | 111 | 67 | 535 | 121 | 31 |
| Binary | 1110010 | 1100 | 11111 | 0 | 1011001 | 1001001 | 110111 | 101011101 | 1010001 | 11001 |
Color Harmonies of #720C1F
Complementary color
Monochromatic Colors of #720C1F
Black with #720C1F
Text Example
Text Example
White with #720C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C1F; }
p { color: rgb(114,12,31); }
H1.HeaderClassName
{
color: #720C1F;
}
.AnyTagClassName
{
color: #720C1F;
}
</style>
background-color css
<style>
a { background-color: #720C1F; }
a { background-color: rgb(114,12,31); }
div.DivClassName
{
background-color: #720C1F;
}
.BgClassName
{
background-color: #720C1F;
}
</style>
border-color css
<style>
span { border-color: #720C1F; }
span { border-color: rgb(114,12,31); }
td.TdClassName
{
border-color: #720C1F;
}
.TagClassName
{
border-color: #720C1F;
}
</style>