Shades of Merlot #753741
Tints of Merlot #753741
RGB
CMYK
RGB Variations
Color information
#753741 (or 0x753741) is known color: Merlot. HEX triplet: 75, 37 and 41. RGB value is (117,55,65). Sum of RGB (Red+Green+Blue) = 117+55+65=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #753741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753741 is #8AC8BE. Grayscale: #4A4A4A. Windows color (decimal): -9095359 or 4274037. OLE color: 4274037.
HSL color Cylindrical-coordinate representation of color #753741: hue angle of 350.32º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #753741 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 55 | 65 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.54 |
| HSL | 350.32º | 0.36% | 0.34% | - |
| HSV(B) | 350.32º | 0.53% | 0.46% | - |
| XYZ | 9.66 | 6.9 | 5.82 | - |
| YUV | 74.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 55 | 65 | 0 | 0.53 | 0.44 | 0.54 | 350.32 | 0.36 | 0.34 |
| Hex | 75 | 37 | 41 | 0 | 35 | 2C | 36 | 15E | 24 | 22 |
| Octal | 165 | 67 | 101 | 0 | 65 | 54 | 66 | 536 | 44 | 42 |
| Binary | 1110101 | 110111 | 1000001 | 0 | 110101 | 101100 | 110110 | 101011110 | 100100 | 100010 |
Color Harmonies of #753741
Complementary color
Monochromatic Colors of #753741
Black with #753741
Text Example
Text Example
White with #753741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753741; }
p { color: rgb(117,55,65); }
H1.HeaderClassName
{
color: #753741;
}
.AnyTagClassName
{
color: #753741;
}
</style>
background-color css
<style>
a { background-color: #753741; }
a { background-color: rgb(117,55,65); }
div.DivClassName
{
background-color: #753741;
}
.BgClassName
{
background-color: #753741;
}
</style>
border-color css
<style>
span { border-color: #753741; }
span { border-color: rgb(117,55,65); }
td.TdClassName
{
border-color: #753741;
}
.TagClassName
{
border-color: #753741;
}
</style>