Shades of Merlot #783940
Tints of Merlot #783940
RGB
CMYK
RGB Variations
Color information
#783940 (or 0x783940) is known color: Merlot. HEX triplet: 78, 39 and 40. RGB value is (120,57,64). Sum of RGB (Red+Green+Blue) = 120+57+64=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #783940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783940 is #87C6BF. Grayscale: #4C4C4C. Windows color (decimal): -8898240 or 4209016. OLE color: 4209016.
HSL color Cylindrical-coordinate representation of color #783940: hue angle of 353.33º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #783940 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 57 | 64 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.53 |
| HSL | 353.33º | 0.36% | 0.35% | - |
| HSV(B) | 353.33º | 0.53% | 0.47% | - |
| XYZ | 10.13 | 7.29 | 5.72 | - |
| YUV | 76.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 57 | 64 | 0 | 0.52 | 0.47 | 0.53 | 353.33 | 0.36 | 0.35 |
| Hex | 78 | 39 | 40 | 0 | 34 | 2F | 35 | 161 | 24 | 23 |
| Octal | 170 | 71 | 100 | 0 | 64 | 57 | 65 | 541 | 44 | 43 |
| Binary | 1111000 | 111001 | 1000000 | 0 | 110100 | 101111 | 110101 | 101100001 | 100100 | 100011 |
Color Harmonies of #783940
Complementary color
Monochromatic Colors of #783940
Black with #783940
Text Example
Text Example
White with #783940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783940; }
p { color: rgb(120,57,64); }
H1.HeaderClassName
{
color: #783940;
}
.AnyTagClassName
{
color: #783940;
}
</style>
background-color css
<style>
a { background-color: #783940; }
a { background-color: rgb(120,57,64); }
div.DivClassName
{
background-color: #783940;
}
.BgClassName
{
background-color: #783940;
}
</style>
border-color css
<style>
span { border-color: #783940; }
span { border-color: rgb(120,57,64); }
td.TdClassName
{
border-color: #783940;
}
.TagClassName
{
border-color: #783940;
}
</style>