Shades of Merlot #74393C
Tints of Merlot #74393C
RGB
CMYK
RGB Variations
Color information
#74393C (or 0x74393C) is known color: Merlot. HEX triplet: 74, 39 and 3C. RGB value is (116,57,60). Sum of RGB (Red+Green+Blue) = 116+57+60=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #74393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74393C is #8BC6C3. Grayscale: #4B4B4B. Windows color (decimal): -9160388 or 3946868. OLE color: 3946868.
HSL color Cylindrical-coordinate representation of color #74393C: hue angle of 356.95º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74393C is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 57 | 60 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.55 |
| HSL | 356.95º | 0.34% | 0.34% | - |
| HSV(B) | 356.95º | 0.51% | 0.45% | - |
| XYZ | 9.48 | 6.97 | 5.12 | - |
| YUV | 74.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 57 | 60 | 0 | 0.51 | 0.48 | 0.55 | 356.95 | 0.34 | 0.34 |
| Hex | 74 | 39 | 3C | 0 | 33 | 30 | 37 | 165 | 22 | 22 |
| Octal | 164 | 71 | 74 | 0 | 63 | 60 | 67 | 545 | 42 | 42 |
| Binary | 1110100 | 111001 | 111100 | 0 | 110011 | 110000 | 110111 | 101100101 | 100010 | 100010 |
Color Harmonies of #74393C
Complementary color
Monochromatic Colors of #74393C
Black with #74393C
Text Example
Text Example
White with #74393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74393C; }
p { color: rgb(116,57,60); }
H1.HeaderClassName
{
color: #74393C;
}
.AnyTagClassName
{
color: #74393C;
}
</style>
background-color css
<style>
a { background-color: #74393C; }
a { background-color: rgb(116,57,60); }
div.DivClassName
{
background-color: #74393C;
}
.BgClassName
{
background-color: #74393C;
}
</style>
border-color css
<style>
span { border-color: #74393C; }
span { border-color: rgb(116,57,60); }
td.TdClassName
{
border-color: #74393C;
}
.TagClassName
{
border-color: #74393C;
}
</style>