Shades of Burgundy #720C2E
Tints of Burgundy #720C2E
RGB
CMYK
RGB Variations
Color information
#720C2E (or 0x720C2E) is known color: Burgundy. HEX triplet: 72, 0C and 2E. RGB value is (114,12,46). Sum of RGB (Red+Green+Blue) = 114+12+46=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #720C2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720C2E is #8DF3D1. Grayscale: #2E2E2E. Windows color (decimal): -9302994 or 3017842. OLE color: 3017842.
HSL color Cylindrical-coordinate representation of color #720C2E: hue angle of 340º 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 #720C2E is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 46 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.55 |
| HSL | 340º | 0.81% | 0.25% | - |
| HSV(B) | 340º | 0.89% | 0.45% | - |
| XYZ | 7.56 | 4.04 | 2.97 | - |
| YUV | 46.37 | 127.79 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 46 | 0 | 0.89 | 0.60 | 0.55 | 340 | 0.81 | 0.25 |
| Hex | 72 | C | 2E | 0 | 59 | 3C | 37 | 154 | 51 | 19 |
| Octal | 162 | 14 | 56 | 0 | 131 | 74 | 67 | 524 | 121 | 31 |
| Binary | 1110010 | 1100 | 101110 | 0 | 1011001 | 111100 | 110111 | 101010100 | 1010001 | 11001 |
Color Harmonies of #720C2E
Complementary color
Monochromatic Colors of #720C2E
Black with #720C2E
Text Example
Text Example
White with #720C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C2E; }
p { color: rgb(114,12,46); }
H1.HeaderClassName
{
color: #720C2E;
}
.AnyTagClassName
{
color: #720C2E;
}
</style>
background-color css
<style>
a { background-color: #720C2E; }
a { background-color: rgb(114,12,46); }
div.DivClassName
{
background-color: #720C2E;
}
.BgClassName
{
background-color: #720C2E;
}
</style>
border-color css
<style>
span { border-color: #720C2E; }
span { border-color: rgb(114,12,46); }
td.TdClassName
{
border-color: #720C2E;
}
.TagClassName
{
border-color: #720C2E;
}
</style>