Shades of Merlot #723740
Tints of Merlot #723740
RGB
CMYK
RGB Variations
Color information
#723740 (or 0x723740) is known color: Merlot. HEX triplet: 72, 37 and 40. RGB value is (114,55,64). Sum of RGB (Red+Green+Blue) = 114+55+64=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #723740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723740 is #8DC8BF. Grayscale: #494949. Windows color (decimal): -9291968 or 4208498. OLE color: 4208498.
HSL color Cylindrical-coordinate representation of color #723740: hue angle of 350.85º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #723740 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 55 | 64 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.55 |
| HSL | 350.85º | 0.35% | 0.33% | - |
| HSV(B) | 350.85º | 0.52% | 0.45% | - |
| XYZ | 9.23 | 6.68 | 5.65 | - |
| YUV | 73.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 64 | 0 | 0.52 | 0.44 | 0.55 | 350.85 | 0.35 | 0.33 |
| Hex | 72 | 37 | 40 | 0 | 34 | 2C | 37 | 15F | 23 | 21 |
| Octal | 162 | 67 | 100 | 0 | 64 | 54 | 67 | 537 | 43 | 41 |
| Binary | 1110010 | 110111 | 1000000 | 0 | 110100 | 101100 | 110111 | 101011111 | 100011 | 100001 |
Color Harmonies of #723740
Complementary color
Monochromatic Colors of #723740
Black with #723740
Text Example
Text Example
White with #723740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723740; }
p { color: rgb(114,55,64); }
H1.HeaderClassName
{
color: #723740;
}
.AnyTagClassName
{
color: #723740;
}
</style>
background-color css
<style>
a { background-color: #723740; }
a { background-color: rgb(114,55,64); }
div.DivClassName
{
background-color: #723740;
}
.BgClassName
{
background-color: #723740;
}
</style>
border-color css
<style>
span { border-color: #723740; }
span { border-color: rgb(114,55,64); }
td.TdClassName
{
border-color: #723740;
}
.TagClassName
{
border-color: #723740;
}
</style>