Shades of Burgundy #72072E
Tints of Burgundy #72072E
RGB
CMYK
RGB Variations
Color information
#72072E (or 0x72072E) is known color: Burgundy. HEX triplet: 72, 07 and 2E. RGB value is (114,7,46). Sum of RGB (Red+Green+Blue) = 114+7+46=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #72072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72072E is #8DF8D1. Grayscale: #2B2B2B. Windows color (decimal): -9304274 or 3016562. OLE color: 3016562.
HSL color Cylindrical-coordinate representation of color #72072E: hue angle of 338.13º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72072E is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 7 | 46 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.55 |
| HSL | 338.13º | 0.88% | 0.24% | - |
| HSV(B) | 338.13º | 0.94% | 0.45% | - |
| XYZ | 7.51 | 3.93 | 2.95 | - |
| YUV | 43.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 7 | 46 | 0 | 0.94 | 0.60 | 0.55 | 338.13 | 0.88 | 0.24 |
| Hex | 72 | 7 | 2E | 0 | 5E | 3C | 37 | 152 | 58 | 18 |
| Octal | 162 | 7 | 56 | 0 | 136 | 74 | 67 | 522 | 130 | 30 |
| Binary | 1110010 | 111 | 101110 | 0 | 1011110 | 111100 | 110111 | 101010010 | 1011000 | 11000 |
Color Harmonies of #72072E
Complementary color
Monochromatic Colors of #72072E
Black with #72072E
Text Example
Text Example
White with #72072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72072E; }
p { color: rgb(114,7,46); }
H1.HeaderClassName
{
color: #72072E;
}
.AnyTagClassName
{
color: #72072E;
}
</style>
background-color css
<style>
a { background-color: #72072E; }
a { background-color: rgb(114,7,46); }
div.DivClassName
{
background-color: #72072E;
}
.BgClassName
{
background-color: #72072E;
}
</style>
border-color css
<style>
span { border-color: #72072E; }
span { border-color: rgb(114,7,46); }
td.TdClassName
{
border-color: #72072E;
}
.TagClassName
{
border-color: #72072E;
}
</style>