Shades of Merlot #74303F
Tints of Merlot #74303F
RGB
CMYK
RGB Variations
Color information
#74303F (or 0x74303F) is known color: Merlot. HEX triplet: 74, 30 and 3F. RGB value is (116,48,63). Sum of RGB (Red+Green+Blue) = 116+48+63=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74303F is #8BCFC0. Grayscale: #464646. Windows color (decimal): -9162689 or 4141172. OLE color: 4141172.
HSL color Cylindrical-coordinate representation of color #74303F: hue angle of 346.76º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74303F is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 48 | 63 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.55 |
| HSL | 346.76º | 0.41% | 0.32% | - |
| HSV(B) | 346.76º | 0.59% | 0.45% | - |
| XYZ | 9.16 | 6.19 | 5.41 | - |
| YUV | 70.04 | 124.03 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 63 | 0 | 0.59 | 0.46 | 0.55 | 346.76 | 0.41 | 0.32 |
| Hex | 74 | 30 | 3F | 0 | 3B | 2E | 37 | 15B | 29 | 20 |
| Octal | 164 | 60 | 77 | 0 | 73 | 56 | 67 | 533 | 51 | 40 |
| Binary | 1110100 | 110000 | 111111 | 0 | 111011 | 101110 | 110111 | 101011011 | 101001 | 100000 |
Color Harmonies of #74303F
Complementary color
Monochromatic Colors of #74303F
Black with #74303F
Text Example
Text Example
White with #74303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74303F; }
p { color: rgb(116,48,63); }
H1.HeaderClassName
{
color: #74303F;
}
.AnyTagClassName
{
color: #74303F;
}
</style>
background-color css
<style>
a { background-color: #74303F; }
a { background-color: rgb(116,48,63); }
div.DivClassName
{
background-color: #74303F;
}
.BgClassName
{
background-color: #74303F;
}
</style>
border-color css
<style>
span { border-color: #74303F; }
span { border-color: rgb(116,48,63); }
td.TdClassName
{
border-color: #74303F;
}
.TagClassName
{
border-color: #74303F;
}
</style>