Shades of Merlot #783841
Tints of Merlot #783841
RGB
CMYK
RGB Variations
Color information
#783841 (or 0x783841) is known color: Merlot. HEX triplet: 78, 38 and 41. RGB value is (120,56,65). Sum of RGB (Red+Green+Blue) = 120+56+65=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #783841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783841 is #87C7BE. Grayscale: #4C4C4C. Windows color (decimal): -8898495 or 4274296. OLE color: 4274296.
HSL color Cylindrical-coordinate representation of color #783841: hue angle of 351.56º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #783841 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 56 | 65 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.53 |
| HSL | 351.56º | 0.36% | 0.35% | - |
| HSV(B) | 351.56º | 0.53% | 0.47% | - |
| XYZ | 10.11 | 7.2 | 5.86 | - |
| YUV | 76.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 56 | 65 | 0 | 0.53 | 0.46 | 0.53 | 351.56 | 0.36 | 0.35 |
| Hex | 78 | 38 | 41 | 0 | 35 | 2E | 35 | 160 | 24 | 23 |
| Octal | 170 | 70 | 101 | 0 | 65 | 56 | 65 | 540 | 44 | 43 |
| Binary | 1111000 | 111000 | 1000001 | 0 | 110101 | 101110 | 110101 | 101100000 | 100100 | 100011 |
Color Harmonies of #783841
Complementary color
Monochromatic Colors of #783841
Black with #783841
Text Example
Text Example
White with #783841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783841; }
p { color: rgb(120,56,65); }
H1.HeaderClassName
{
color: #783841;
}
.AnyTagClassName
{
color: #783841;
}
</style>
background-color css
<style>
a { background-color: #783841; }
a { background-color: rgb(120,56,65); }
div.DivClassName
{
background-color: #783841;
}
.BgClassName
{
background-color: #783841;
}
</style>
border-color css
<style>
span { border-color: #783841; }
span { border-color: rgb(120,56,65); }
td.TdClassName
{
border-color: #783841;
}
.TagClassName
{
border-color: #783841;
}
</style>