Shades of Merlot #78353D
Tints of Merlot #78353D
RGB
CMYK
RGB Variations
Color information
#78353D (or 0x78353D) is known color: Merlot. HEX triplet: 78, 35 and 3D. RGB value is (120,53,61). Sum of RGB (Red+Green+Blue) = 120+53+61=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #78353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78353D is #87CAC2. Grayscale: #494949. Windows color (decimal): -8899267 or 4011384. OLE color: 4011384.
HSL color Cylindrical-coordinate representation of color #78353D: hue angle of 352.84º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78353D is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 53 | 61 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.53 |
| HSL | 352.84º | 0.39% | 0.34% | - |
| HSV(B) | 352.84º | 0.56% | 0.47% | - |
| XYZ | 9.86 | 6.88 | 5.22 | - |
| YUV | 73.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 53 | 61 | 0 | 0.56 | 0.49 | 0.53 | 352.84 | 0.39 | 0.34 |
| Hex | 78 | 35 | 3D | 0 | 38 | 31 | 35 | 161 | 27 | 22 |
| Octal | 170 | 65 | 75 | 0 | 70 | 61 | 65 | 541 | 47 | 42 |
| Binary | 1111000 | 110101 | 111101 | 0 | 111000 | 110001 | 110101 | 101100001 | 100111 | 100010 |
Color Harmonies of #78353D
Complementary color
Monochromatic Colors of #78353D
Black with #78353D
Text Example
Text Example
White with #78353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78353D; }
p { color: rgb(120,53,61); }
H1.HeaderClassName
{
color: #78353D;
}
.AnyTagClassName
{
color: #78353D;
}
</style>
background-color css
<style>
a { background-color: #78353D; }
a { background-color: rgb(120,53,61); }
div.DivClassName
{
background-color: #78353D;
}
.BgClassName
{
background-color: #78353D;
}
</style>
border-color css
<style>
span { border-color: #78353D; }
span { border-color: rgb(120,53,61); }
td.TdClassName
{
border-color: #78353D;
}
.TagClassName
{
border-color: #78353D;
}
</style>