Shades of Merlot #79393B
Tints of Merlot #79393B
RGB
CMYK
RGB Variations
Color information
#79393B (or 0x79393B) is known color: Merlot. HEX triplet: 79, 39 and 3B. RGB value is (121,57,59). Sum of RGB (Red+Green+Blue) = 121+57+59=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #79393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79393B is #86C6C4. Grayscale: #4C4C4C. Windows color (decimal): -8832709 or 3881337. OLE color: 3881337.
HSL color Cylindrical-coordinate representation of color #79393B: hue angle of 358.12º 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 #79393B is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 57 | 59 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.53 |
| HSL | 358.13º | 0.36% | 0.35% | - |
| HSV(B) | 358.13º | 0.53% | 0.47% | - |
| XYZ | 10.14 | 7.31 | 5.01 | - |
| YUV | 76.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 57 | 59 | 0 | 0.53 | 0.51 | 0.53 | 358.13 | 0.36 | 0.35 |
| Hex | 79 | 39 | 3B | 0 | 35 | 33 | 35 | 166 | 24 | 23 |
| Octal | 171 | 71 | 73 | 0 | 65 | 63 | 65 | 546 | 44 | 43 |
| Binary | 1111001 | 111001 | 111011 | 0 | 110101 | 110011 | 110101 | 101100110 | 100100 | 100011 |
Color Harmonies of #79393B
Complementary color
Monochromatic Colors of #79393B
Black with #79393B
Text Example
Text Example
White with #79393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79393B; }
p { color: rgb(121,57,59); }
H1.HeaderClassName
{
color: #79393B;
}
.AnyTagClassName
{
color: #79393B;
}
</style>
background-color css
<style>
a { background-color: #79393B; }
a { background-color: rgb(121,57,59); }
div.DivClassName
{
background-color: #79393B;
}
.BgClassName
{
background-color: #79393B;
}
</style>
border-color css
<style>
span { border-color: #79393B; }
span { border-color: rgb(121,57,59); }
td.TdClassName
{
border-color: #79393B;
}
.TagClassName
{
border-color: #79393B;
}
</style>