Shades of Merlot #72343E
Tints of Merlot #72343E
RGB
CMYK
RGB Variations
Color information
#72343E (or 0x72343E) is known color: Merlot. HEX triplet: 72, 34 and 3E. RGB value is (114,52,62). Sum of RGB (Red+Green+Blue) = 114+52+62=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72343E is #8DCBC1. Grayscale: #474747. Windows color (decimal): -9292738 or 4076658. OLE color: 4076658.
HSL color Cylindrical-coordinate representation of color #72343E: hue angle of 350.32º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72343E is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 52 | 62 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.55 |
| HSL | 350.32º | 0.37% | 0.33% | - |
| HSV(B) | 350.32º | 0.54% | 0.45% | - |
| XYZ | 9.04 | 6.38 | 5.31 | - |
| YUV | 71.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 52 | 62 | 0 | 0.54 | 0.46 | 0.55 | 350.32 | 0.37 | 0.33 |
| Hex | 72 | 34 | 3E | 0 | 36 | 2E | 37 | 15E | 25 | 21 |
| Octal | 162 | 64 | 76 | 0 | 66 | 56 | 67 | 536 | 45 | 41 |
| Binary | 1110010 | 110100 | 111110 | 0 | 110110 | 101110 | 110111 | 101011110 | 100101 | 100001 |
Color Harmonies of #72343E
Complementary color
Monochromatic Colors of #72343E
Black with #72343E
Text Example
Text Example
White with #72343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72343E; }
p { color: rgb(114,52,62); }
H1.HeaderClassName
{
color: #72343E;
}
.AnyTagClassName
{
color: #72343E;
}
</style>
background-color css
<style>
a { background-color: #72343E; }
a { background-color: rgb(114,52,62); }
div.DivClassName
{
background-color: #72343E;
}
.BgClassName
{
background-color: #72343E;
}
</style>
border-color css
<style>
span { border-color: #72343E; }
span { border-color: rgb(114,52,62); }
td.TdClassName
{
border-color: #72343E;
}
.TagClassName
{
border-color: #72343E;
}
</style>