Shades of Burgundy #72012E
Tints of Burgundy #72012E
RGB
CMYK
RGB Variations
Color information
#72012E (or 0x72012E) is known color: Burgundy. HEX triplet: 72, 01 and 2E. RGB value is (114,1,46). Sum of RGB (Red+Green+Blue) = 114+1+46=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #72012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72012E is #8DFED1. Grayscale: #272727. Windows color (decimal): -9305810 or 3015026. OLE color: 3015026.
HSL color Cylindrical-coordinate representation of color #72012E: hue angle of 336.11º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72012E is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.55 |
| HSL | 336.11º | 0.98% | 0.23% | - |
| HSV(B) | 336.11º | 0.99% | 0.45% | - |
| XYZ | 7.44 | 3.8 | 2.93 | - |
| YUV | 39.92 | 131.44 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 46 | 0 | 0.99 | 0.60 | 0.55 | 336.11 | 0.98 | 0.23 |
| Hex | 72 | 1 | 2E | 0 | 63 | 3C | 37 | 150 | 62 | 17 |
| Octal | 162 | 1 | 56 | 0 | 143 | 74 | 67 | 520 | 142 | 27 |
| Binary | 1110010 | 1 | 101110 | 0 | 1100011 | 111100 | 110111 | 101010000 | 1100010 | 10111 |
Color Harmonies of #72012E
Complementary color
Monochromatic Colors of #72012E
Black with #72012E
Text Example
Text Example
White with #72012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72012E; }
p { color: rgb(114,1,46); }
H1.HeaderClassName
{
color: #72012E;
}
.AnyTagClassName
{
color: #72012E;
}
</style>
background-color css
<style>
a { background-color: #72012E; }
a { background-color: rgb(114,1,46); }
div.DivClassName
{
background-color: #72012E;
}
.BgClassName
{
background-color: #72012E;
}
</style>
border-color css
<style>
span { border-color: #72012E; }
span { border-color: rgb(114,1,46); }
td.TdClassName
{
border-color: #72012E;
}
.TagClassName
{
border-color: #72012E;
}
</style>