Shades of Merlot #72343A
Tints of Merlot #72343A
RGB
CMYK
RGB Variations
Color information
#72343A (or 0x72343A) is known color: Merlot. HEX triplet: 72, 34 and 3A. RGB value is (114,52,58). Sum of RGB (Red+Green+Blue) = 114+52+58=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72343A is #8DCBC5. Grayscale: #474747. Windows color (decimal): -9292742 or 3814514. OLE color: 3814514.
HSL color Cylindrical-coordinate representation of color #72343A: hue angle of 354.19º 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 #72343A is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 52 | 58 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.55 |
| HSL | 354.19º | 0.37% | 0.33% | - |
| HSV(B) | 354.19º | 0.54% | 0.45% | - |
| XYZ | 8.93 | 6.34 | 4.76 | - |
| YUV | 71.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 52 | 58 | 0 | 0.54 | 0.49 | 0.55 | 354.19 | 0.37 | 0.33 |
| Hex | 72 | 34 | 3A | 0 | 36 | 31 | 37 | 162 | 25 | 21 |
| Octal | 162 | 64 | 72 | 0 | 66 | 61 | 67 | 542 | 45 | 41 |
| Binary | 1110010 | 110100 | 111010 | 0 | 110110 | 110001 | 110111 | 101100010 | 100101 | 100001 |
Color Harmonies of #72343A
Complementary color
Monochromatic Colors of #72343A
Black with #72343A
Text Example
Text Example
White with #72343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72343A; }
p { color: rgb(114,52,58); }
H1.HeaderClassName
{
color: #72343A;
}
.AnyTagClassName
{
color: #72343A;
}
</style>
background-color css
<style>
a { background-color: #72343A; }
a { background-color: rgb(114,52,58); }
div.DivClassName
{
background-color: #72343A;
}
.BgClassName
{
background-color: #72343A;
}
</style>
border-color css
<style>
span { border-color: #72343A; }
span { border-color: rgb(114,52,58); }
td.TdClassName
{
border-color: #72343A;
}
.TagClassName
{
border-color: #72343A;
}
</style>