Shades of Merlot #74313B
Tints of Merlot #74313B
RGB
CMYK
RGB Variations
Color information
#74313B (or 0x74313B) is known color: Merlot. HEX triplet: 74, 31 and 3B. RGB value is (116,49,59). Sum of RGB (Red+Green+Blue) = 116+49+59=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #74313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74313B is #8BCEC4. Grayscale: #464646. Windows color (decimal): -9162437 or 3879284. OLE color: 3879284.
HSL color Cylindrical-coordinate representation of color #74313B: hue angle of 351.04º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74313B is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 49 | 59 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.55 |
| HSL | 351.04º | 0.41% | 0.32% | - |
| HSV(B) | 351.04º | 0.58% | 0.45% | - |
| XYZ | 9.09 | 6.23 | 4.86 | - |
| YUV | 70.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 49 | 59 | 0 | 0.58 | 0.49 | 0.55 | 351.04 | 0.41 | 0.32 |
| Hex | 74 | 31 | 3B | 0 | 3A | 31 | 37 | 15F | 29 | 20 |
| Octal | 164 | 61 | 73 | 0 | 72 | 61 | 67 | 537 | 51 | 40 |
| Binary | 1110100 | 110001 | 111011 | 0 | 111010 | 110001 | 110111 | 101011111 | 101001 | 100000 |
Color Harmonies of #74313B
Complementary color
Monochromatic Colors of #74313B
Black with #74313B
Text Example
Text Example
White with #74313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74313B; }
p { color: rgb(116,49,59); }
H1.HeaderClassName
{
color: #74313B;
}
.AnyTagClassName
{
color: #74313B;
}
</style>
background-color css
<style>
a { background-color: #74313B; }
a { background-color: rgb(116,49,59); }
div.DivClassName
{
background-color: #74313B;
}
.BgClassName
{
background-color: #74313B;
}
</style>
border-color css
<style>
span { border-color: #74313B; }
span { border-color: rgb(116,49,59); }
td.TdClassName
{
border-color: #74313B;
}
.TagClassName
{
border-color: #74313B;
}
</style>