Shades of Merlot #793839
Tints of Merlot #793839
RGB
CMYK
RGB Variations
Color information
#793839 (or 0x793839) is known color: Merlot. HEX triplet: 79, 38 and 39. RGB value is (121,56,57). Sum of RGB (Red+Green+Blue) = 121+56+57=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #793839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793839 is #86C7C6. Grayscale: #4B4B4B. Windows color (decimal): -8832967 or 3750009. OLE color: 3750009.
HSL color Cylindrical-coordinate representation of color #793839: hue angle of 359.08º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #793839 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 56 | 57 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.53 |
| HSL | 359.08º | 0.37% | 0.35% | - |
| HSV(B) | 359.08º | 0.54% | 0.47% | - |
| XYZ | 10.04 | 7.19 | 4.73 | - |
| YUV | 75.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 56 | 57 | 0 | 0.54 | 0.53 | 0.53 | 359.08 | 0.37 | 0.35 |
| Hex | 79 | 38 | 39 | 0 | 36 | 35 | 35 | 167 | 25 | 23 |
| Octal | 171 | 70 | 71 | 0 | 66 | 65 | 65 | 547 | 45 | 43 |
| Binary | 1111001 | 111000 | 111001 | 0 | 110110 | 110101 | 110101 | 101100111 | 100101 | 100011 |
Color Harmonies of #793839
Complementary color
Monochromatic Colors of #793839
Black with #793839
Text Example
Text Example
White with #793839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793839; }
p { color: rgb(121,56,57); }
H1.HeaderClassName
{
color: #793839;
}
.AnyTagClassName
{
color: #793839;
}
</style>
background-color css
<style>
a { background-color: #793839; }
a { background-color: rgb(121,56,57); }
div.DivClassName
{
background-color: #793839;
}
.BgClassName
{
background-color: #793839;
}
</style>
border-color css
<style>
span { border-color: #793839; }
span { border-color: rgb(121,56,57); }
td.TdClassName
{
border-color: #793839;
}
.TagClassName
{
border-color: #793839;
}
</style>