Shades of Merlot #753240
Tints of Merlot #753240
RGB
CMYK
RGB Variations
Color information
#753240 (or 0x753240) is known color: Merlot. HEX triplet: 75, 32 and 40. RGB value is (117,50,64). Sum of RGB (Red+Green+Blue) = 117+50+64=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #753240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753240 is #8ACDBF. Grayscale: #474747. Windows color (decimal): -9096640 or 4207221. OLE color: 4207221.
HSL color Cylindrical-coordinate representation of color #753240: hue angle of 347.46º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #753240 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 50 | 64 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.54 |
| HSL | 347.46º | 0.4% | 0.33% | - |
| HSV(B) | 347.46º | 0.57% | 0.46% | - |
| XYZ | 9.4 | 6.43 | 5.6 | - |
| YUV | 71.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 64 | 0 | 0.57 | 0.45 | 0.54 | 347.46 | 0.4 | 0.33 |
| Hex | 75 | 32 | 40 | 0 | 39 | 2D | 36 | 15B | 28 | 21 |
| Octal | 165 | 62 | 100 | 0 | 71 | 55 | 66 | 533 | 50 | 41 |
| Binary | 1110101 | 110010 | 1000000 | 0 | 111001 | 101101 | 110110 | 101011011 | 101000 | 100001 |
Color Harmonies of #753240
Complementary color
Monochromatic Colors of #753240
Black with #753240
Text Example
Text Example
White with #753240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753240; }
p { color: rgb(117,50,64); }
H1.HeaderClassName
{
color: #753240;
}
.AnyTagClassName
{
color: #753240;
}
</style>
background-color css
<style>
a { background-color: #753240; }
a { background-color: rgb(117,50,64); }
div.DivClassName
{
background-color: #753240;
}
.BgClassName
{
background-color: #753240;
}
</style>
border-color css
<style>
span { border-color: #753240; }
span { border-color: rgb(117,50,64); }
td.TdClassName
{
border-color: #753240;
}
.TagClassName
{
border-color: #753240;
}
</style>