Shades of Merlot #733740
Tints of Merlot #733740
RGB
CMYK
RGB Variations
Color information
#733740 (or 0x733740) is known color: Merlot. HEX triplet: 73, 37 and 40. RGB value is (115,55,64). Sum of RGB (Red+Green+Blue) = 115+55+64=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #733740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733740 is #8CC8BF. Grayscale: #494949. Windows color (decimal): -9226432 or 4208499. OLE color: 4208499.
HSL color Cylindrical-coordinate representation of color #733740: hue angle of 351º 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 #733740 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 64 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.55 |
| HSL | 351º | 0.35% | 0.33% | - |
| HSV(B) | 351º | 0.52% | 0.45% | - |
| XYZ | 9.36 | 6.75 | 5.66 | - |
| YUV | 73.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 64 | 0 | 0.52 | 0.44 | 0.55 | 351 | 0.35 | 0.33 |
| Hex | 73 | 37 | 40 | 0 | 34 | 2C | 37 | 15F | 23 | 21 |
| Octal | 163 | 67 | 100 | 0 | 64 | 54 | 67 | 537 | 43 | 41 |
| Binary | 1110011 | 110111 | 1000000 | 0 | 110100 | 101100 | 110111 | 101011111 | 100011 | 100001 |
Color Harmonies of #733740
Complementary color
Monochromatic Colors of #733740
Black with #733740
Text Example
Text Example
White with #733740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733740; }
p { color: rgb(115,55,64); }
H1.HeaderClassName
{
color: #733740;
}
.AnyTagClassName
{
color: #733740;
}
</style>
background-color css
<style>
a { background-color: #733740; }
a { background-color: rgb(115,55,64); }
div.DivClassName
{
background-color: #733740;
}
.BgClassName
{
background-color: #733740;
}
</style>
border-color css
<style>
span { border-color: #733740; }
span { border-color: rgb(115,55,64); }
td.TdClassName
{
border-color: #733740;
}
.TagClassName
{
border-color: #733740;
}
</style>