Shades of Merlot #773240
Tints of Merlot #773240
RGB
CMYK
RGB Variations
Color information
#773240 (or 0x773240) is known color: Merlot. HEX triplet: 77, 32 and 40. RGB value is (119,50,64). Sum of RGB (Red+Green+Blue) = 119+50+64=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #773240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773240 is #88CDBF. Grayscale: #484848. Windows color (decimal): -8965568 or 4207223. OLE color: 4207223.
HSL color Cylindrical-coordinate representation of color #773240: hue angle of 347.83º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773240 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 50 | 64 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.53 |
| HSL | 347.83º | 0.41% | 0.33% | - |
| HSV(B) | 347.83º | 0.58% | 0.47% | - |
| XYZ | 9.67 | 6.57 | 5.61 | - |
| YUV | 72.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 64 | 0 | 0.58 | 0.46 | 0.53 | 347.83 | 0.41 | 0.33 |
| Hex | 77 | 32 | 40 | 0 | 3A | 2E | 35 | 15C | 29 | 21 |
| Octal | 167 | 62 | 100 | 0 | 72 | 56 | 65 | 534 | 51 | 41 |
| Binary | 1110111 | 110010 | 1000000 | 0 | 111010 | 101110 | 110101 | 101011100 | 101001 | 100001 |
Color Harmonies of #773240
Complementary color
Monochromatic Colors of #773240
Black with #773240
Text Example
Text Example
White with #773240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773240; }
p { color: rgb(119,50,64); }
H1.HeaderClassName
{
color: #773240;
}
.AnyTagClassName
{
color: #773240;
}
</style>
background-color css
<style>
a { background-color: #773240; }
a { background-color: rgb(119,50,64); }
div.DivClassName
{
background-color: #773240;
}
.BgClassName
{
background-color: #773240;
}
</style>
border-color css
<style>
span { border-color: #773240; }
span { border-color: rgb(119,50,64); }
td.TdClassName
{
border-color: #773240;
}
.TagClassName
{
border-color: #773240;
}
</style>