Shades of Merlot #74373C
Tints of Merlot #74373C
RGB
CMYK
RGB Variations
Color information
#74373C (or 0x74373C) is known color: Merlot. HEX triplet: 74, 37 and 3C. RGB value is (116,55,60). Sum of RGB (Red+Green+Blue) = 116+55+60=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74373C is #8BC8C3. Grayscale: #494949. Windows color (decimal): -9160900 or 3946356. OLE color: 3946356.
HSL color Cylindrical-coordinate representation of color #74373C: hue angle of 355.08º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74373C is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 55 | 60 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.55 |
| HSL | 355.08º | 0.36% | 0.34% | - |
| HSV(B) | 355.08º | 0.53% | 0.45% | - |
| XYZ | 9.38 | 6.77 | 5.09 | - |
| YUV | 73.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 55 | 60 | 0 | 0.53 | 0.48 | 0.55 | 355.08 | 0.36 | 0.34 |
| Hex | 74 | 37 | 3C | 0 | 35 | 30 | 37 | 163 | 24 | 22 |
| Octal | 164 | 67 | 74 | 0 | 65 | 60 | 67 | 543 | 44 | 42 |
| Binary | 1110100 | 110111 | 111100 | 0 | 110101 | 110000 | 110111 | 101100011 | 100100 | 100010 |
Color Harmonies of #74373C
Complementary color
Monochromatic Colors of #74373C
Black with #74373C
Text Example
Text Example
White with #74373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74373C; }
p { color: rgb(116,55,60); }
H1.HeaderClassName
{
color: #74373C;
}
.AnyTagClassName
{
color: #74373C;
}
</style>
background-color css
<style>
a { background-color: #74373C; }
a { background-color: rgb(116,55,60); }
div.DivClassName
{
background-color: #74373C;
}
.BgClassName
{
background-color: #74373C;
}
</style>
border-color css
<style>
span { border-color: #74373C; }
span { border-color: rgb(116,55,60); }
td.TdClassName
{
border-color: #74373C;
}
.TagClassName
{
border-color: #74373C;
}
</style>