Shades of Merlot #78363B
Tints of Merlot #78363B
RGB
CMYK
RGB Variations
Color information
#78363B (or 0x78363B) is known color: Merlot. HEX triplet: 78, 36 and 3B. RGB value is (120,54,59). Sum of RGB (Red+Green+Blue) = 120+54+59=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #78363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78363B is #87C9C4. Grayscale: #4A4A4A. Windows color (decimal): -8899013 or 3880568. OLE color: 3880568.
HSL color Cylindrical-coordinate representation of color #78363B: hue angle of 355.45º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78363B is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 54 | 59 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.53 |
| HSL | 355.45º | 0.38% | 0.34% | - |
| HSV(B) | 355.45º | 0.55% | 0.47% | - |
| XYZ | 9.85 | 6.95 | 4.96 | - |
| YUV | 74.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 54 | 59 | 0 | 0.55 | 0.51 | 0.53 | 355.45 | 0.38 | 0.34 |
| Hex | 78 | 36 | 3B | 0 | 37 | 33 | 35 | 163 | 26 | 22 |
| Octal | 170 | 66 | 73 | 0 | 67 | 63 | 65 | 543 | 46 | 42 |
| Binary | 1111000 | 110110 | 111011 | 0 | 110111 | 110011 | 110101 | 101100011 | 100110 | 100010 |
Color Harmonies of #78363B
Complementary color
Monochromatic Colors of #78363B
Black with #78363B
Text Example
Text Example
White with #78363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78363B; }
p { color: rgb(120,54,59); }
H1.HeaderClassName
{
color: #78363B;
}
.AnyTagClassName
{
color: #78363B;
}
</style>
background-color css
<style>
a { background-color: #78363B; }
a { background-color: rgb(120,54,59); }
div.DivClassName
{
background-color: #78363B;
}
.BgClassName
{
background-color: #78363B;
}
</style>
border-color css
<style>
span { border-color: #78363B; }
span { border-color: rgb(120,54,59); }
td.TdClassName
{
border-color: #78363B;
}
.TagClassName
{
border-color: #78363B;
}
</style>