Shades of Merlot #7B3540
Tints of Merlot #7B3540
RGB
CMYK
RGB Variations
Color information
#7B3540 (or 0x7B3540) is known color: Merlot. HEX triplet: 7B, 35 and 40. RGB value is (123,53,64). Sum of RGB (Red+Green+Blue) = 123+53+64=240 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.25% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3540 is #84CABF. Grayscale: #4B4B4B. Windows color (decimal): -8702656 or 4207995. OLE color: 4207995.
HSL color Cylindrical-coordinate representation of color #7B3540: hue angle of 350.57º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B3540 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 53 | 64 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.52 |
| HSL | 350.57º | 0.4% | 0.35% | - |
| HSV(B) | 350.57º | 0.57% | 0.48% | - |
| XYZ | 10.37 | 7.13 | 5.68 | - |
| YUV | 75.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 53 | 64 | 0 | 0.57 | 0.48 | 0.52 | 350.57 | 0.4 | 0.35 |
| Hex | 7B | 35 | 40 | 0 | 39 | 30 | 34 | 15F | 28 | 23 |
| Octal | 173 | 65 | 100 | 0 | 71 | 60 | 64 | 537 | 50 | 43 |
| Binary | 1111011 | 110101 | 1000000 | 0 | 111001 | 110000 | 110100 | 101011111 | 101000 | 100011 |
Color Harmonies of #7B3540
Complementary color
Monochromatic Colors of #7B3540
Black with #7B3540
Text Example
Text Example
White with #7B3540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3540; }
p { color: rgb(123,53,64); }
H1.HeaderClassName
{
color: #7B3540;
}
.AnyTagClassName
{
color: #7B3540;
}
</style>
background-color css
<style>
a { background-color: #7B3540; }
a { background-color: rgb(123,53,64); }
div.DivClassName
{
background-color: #7B3540;
}
.BgClassName
{
background-color: #7B3540;
}
</style>
border-color css
<style>
span { border-color: #7B3540; }
span { border-color: rgb(123,53,64); }
td.TdClassName
{
border-color: #7B3540;
}
.TagClassName
{
border-color: #7B3540;
}
</style>