Shades of Merlot #753540
Tints of Merlot #753540
RGB
CMYK
RGB Variations
Color information
#753540 (or 0x753540) is known color: Merlot. HEX triplet: 75, 35 and 40. RGB value is (117,53,64). Sum of RGB (Red+Green+Blue) = 117+53+64=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #753540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753540 is #8ACABF. Grayscale: #494949. Windows color (decimal): -9095872 or 4207989. OLE color: 4207989.
HSL color Cylindrical-coordinate representation of color #753540: hue angle of 349.69º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #753540 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 53 | 64 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.54 |
| HSL | 349.69º | 0.38% | 0.33% | - |
| HSV(B) | 349.69º | 0.55% | 0.46% | - |
| XYZ | 9.53 | 6.7 | 5.64 | - |
| YUV | 73.39 | 122.7 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 64 | 0 | 0.55 | 0.45 | 0.54 | 349.69 | 0.38 | 0.33 |
| Hex | 75 | 35 | 40 | 0 | 37 | 2D | 36 | 15E | 26 | 21 |
| Octal | 165 | 65 | 100 | 0 | 67 | 55 | 66 | 536 | 46 | 41 |
| Binary | 1110101 | 110101 | 1000000 | 0 | 110111 | 101101 | 110110 | 101011110 | 100110 | 100001 |
Color Harmonies of #753540
Complementary color
Monochromatic Colors of #753540
Black with #753540
Text Example
Text Example
White with #753540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753540; }
p { color: rgb(117,53,64); }
H1.HeaderClassName
{
color: #753540;
}
.AnyTagClassName
{
color: #753540;
}
</style>
background-color css
<style>
a { background-color: #753540; }
a { background-color: rgb(117,53,64); }
div.DivClassName
{
background-color: #753540;
}
.BgClassName
{
background-color: #753540;
}
</style>
border-color css
<style>
span { border-color: #753540; }
span { border-color: rgb(117,53,64); }
td.TdClassName
{
border-color: #753540;
}
.TagClassName
{
border-color: #753540;
}
</style>