Shades of Merlot #7C3540
Tints of Merlot #7C3540
RGB
CMYK
RGB Variations
Color information
#7C3540 (or 0x7C3540) is known color: Merlot. HEX triplet: 7C, 35 and 40. RGB value is (124,53,64). Sum of RGB (Red+Green+Blue) = 124+53+64=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3540 is #83CABF. Grayscale: #4B4B4B. Windows color (decimal): -8637120 or 4207996. OLE color: 4207996.
HSL color Cylindrical-coordinate representation of color #7C3540: hue angle of 350.7º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C3540 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 53 | 64 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.51 |
| HSL | 350.7º | 0.4% | 0.35% | - |
| HSV(B) | 350.7º | 0.57% | 0.49% | - |
| XYZ | 10.51 | 7.2 | 5.69 | - |
| YUV | 75.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 53 | 64 | 0 | 0.57 | 0.48 | 0.51 | 350.7 | 0.4 | 0.35 |
| Hex | 7C | 35 | 40 | 0 | 39 | 30 | 33 | 15F | 28 | 23 |
| Octal | 174 | 65 | 100 | 0 | 71 | 60 | 63 | 537 | 50 | 43 |
| Binary | 1111100 | 110101 | 1000000 | 0 | 111001 | 110000 | 110011 | 101011111 | 101000 | 100011 |
Color Harmonies of #7C3540
Complementary color
Monochromatic Colors of #7C3540
Black with #7C3540
Text Example
Text Example
White with #7C3540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3540; }
p { color: rgb(124,53,64); }
H1.HeaderClassName
{
color: #7C3540;
}
.AnyTagClassName
{
color: #7C3540;
}
</style>
background-color css
<style>
a { background-color: #7C3540; }
a { background-color: rgb(124,53,64); }
div.DivClassName
{
background-color: #7C3540;
}
.BgClassName
{
background-color: #7C3540;
}
</style>
border-color css
<style>
span { border-color: #7C3540; }
span { border-color: rgb(124,53,64); }
td.TdClassName
{
border-color: #7C3540;
}
.TagClassName
{
border-color: #7C3540;
}
</style>