Shades of Merlot #78323F
Tints of Merlot #78323F
RGB
CMYK
RGB Variations
Color information
#78323F (or 0x78323F) is known color: Merlot. HEX triplet: 78, 32 and 3F. RGB value is (120,50,63). Sum of RGB (Red+Green+Blue) = 120+50+63=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #78323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78323F is #87CDC0. Grayscale: #484848. Windows color (decimal): -8900033 or 4141688. OLE color: 4141688.
HSL color Cylindrical-coordinate representation of color #78323F: hue angle of 348.86º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78323F is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 50 | 63 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.53 |
| HSL | 348.86º | 0.41% | 0.33% | - |
| HSV(B) | 348.86º | 0.58% | 0.47% | - |
| XYZ | 9.78 | 6.63 | 5.47 | - |
| YUV | 72.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 50 | 63 | 0 | 0.58 | 0.48 | 0.53 | 348.86 | 0.41 | 0.33 |
| Hex | 78 | 32 | 3F | 0 | 3A | 30 | 35 | 15D | 29 | 21 |
| Octal | 170 | 62 | 77 | 0 | 72 | 60 | 65 | 535 | 51 | 41 |
| Binary | 1111000 | 110010 | 111111 | 0 | 111010 | 110000 | 110101 | 101011101 | 101001 | 100001 |
Color Harmonies of #78323F
Complementary color
Monochromatic Colors of #78323F
Black with #78323F
Text Example
Text Example
White with #78323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78323F; }
p { color: rgb(120,50,63); }
H1.HeaderClassName
{
color: #78323F;
}
.AnyTagClassName
{
color: #78323F;
}
</style>
background-color css
<style>
a { background-color: #78323F; }
a { background-color: rgb(120,50,63); }
div.DivClassName
{
background-color: #78323F;
}
.BgClassName
{
background-color: #78323F;
}
</style>
border-color css
<style>
span { border-color: #78323F; }
span { border-color: rgb(120,50,63); }
td.TdClassName
{
border-color: #78323F;
}
.TagClassName
{
border-color: #78323F;
}
</style>