Shades of Merlot #74393F
Tints of Merlot #74393F
RGB
CMYK
RGB Variations
Color information
#74393F (or 0x74393F) is known color: Merlot. HEX triplet: 74, 39 and 3F. RGB value is (116,57,63). Sum of RGB (Red+Green+Blue) = 116+57+63=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #74393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74393F is #8BC6C0. Grayscale: #4B4B4B. Windows color (decimal): -9160385 or 4143476. OLE color: 4143476.
HSL color Cylindrical-coordinate representation of color #74393F: hue angle of 353.9º 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 #74393F is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 57 | 63 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.55 |
| HSL | 353.9º | 0.34% | 0.34% | - |
| HSV(B) | 353.9º | 0.51% | 0.45% | - |
| XYZ | 9.56 | 7 | 5.55 | - |
| YUV | 75.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 57 | 63 | 0 | 0.51 | 0.46 | 0.55 | 353.9 | 0.34 | 0.34 |
| Hex | 74 | 39 | 3F | 0 | 33 | 2E | 37 | 162 | 22 | 22 |
| Octal | 164 | 71 | 77 | 0 | 63 | 56 | 67 | 542 | 42 | 42 |
| Binary | 1110100 | 111001 | 111111 | 0 | 110011 | 101110 | 110111 | 101100010 | 100010 | 100010 |
Color Harmonies of #74393F
Complementary color
Monochromatic Colors of #74393F
Black with #74393F
Text Example
Text Example
White with #74393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74393F; }
p { color: rgb(116,57,63); }
H1.HeaderClassName
{
color: #74393F;
}
.AnyTagClassName
{
color: #74393F;
}
</style>
background-color css
<style>
a { background-color: #74393F; }
a { background-color: rgb(116,57,63); }
div.DivClassName
{
background-color: #74393F;
}
.BgClassName
{
background-color: #74393F;
}
</style>
border-color css
<style>
span { border-color: #74393F; }
span { border-color: rgb(116,57,63); }
td.TdClassName
{
border-color: #74393F;
}
.TagClassName
{
border-color: #74393F;
}
</style>