Shades of Merlot #763240
Tints of Merlot #763240
RGB
CMYK
RGB Variations
Color information
#763240 (or 0x763240) is known color: Merlot. HEX triplet: 76, 32 and 40. RGB value is (118,50,64). Sum of RGB (Red+Green+Blue) = 118+50+64=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #763240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763240 is #89CDBF. Grayscale: #474747. Windows color (decimal): -9031104 or 4207222. OLE color: 4207222.
HSL color Cylindrical-coordinate representation of color #763240: hue angle of 347.65º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763240 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 50 | 64 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.54 |
| HSL | 347.65º | 0.4% | 0.33% | - |
| HSV(B) | 347.65º | 0.58% | 0.46% | - |
| XYZ | 9.54 | 6.5 | 5.6 | - |
| YUV | 71.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 64 | 0 | 0.58 | 0.46 | 0.54 | 347.65 | 0.4 | 0.33 |
| Hex | 76 | 32 | 40 | 0 | 3A | 2E | 36 | 15C | 28 | 21 |
| Octal | 166 | 62 | 100 | 0 | 72 | 56 | 66 | 534 | 50 | 41 |
| Binary | 1110110 | 110010 | 1000000 | 0 | 111010 | 101110 | 110110 | 101011100 | 101000 | 100001 |
Color Harmonies of #763240
Complementary color
Monochromatic Colors of #763240
Black with #763240
Text Example
Text Example
White with #763240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763240; }
p { color: rgb(118,50,64); }
H1.HeaderClassName
{
color: #763240;
}
.AnyTagClassName
{
color: #763240;
}
</style>
background-color css
<style>
a { background-color: #763240; }
a { background-color: rgb(118,50,64); }
div.DivClassName
{
background-color: #763240;
}
.BgClassName
{
background-color: #763240;
}
</style>
border-color css
<style>
span { border-color: #763240; }
span { border-color: rgb(118,50,64); }
td.TdClassName
{
border-color: #763240;
}
.TagClassName
{
border-color: #763240;
}
</style>