Shades of Merlot #74343C
Tints of Merlot #74343C
RGB
CMYK
RGB Variations
Color information
#74343C (or 0x74343C) is known color: Merlot. HEX triplet: 74, 34 and 3C. RGB value is (116,52,60). Sum of RGB (Red+Green+Blue) = 116+52+60=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74343C is #8BCBC3. Grayscale: #484848. Windows color (decimal): -9161668 or 3945588. OLE color: 3945588.
HSL color Cylindrical-coordinate representation of color #74343C: hue angle of 352.5º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74343C is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 52 | 60 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.55 |
| HSL | 352.5º | 0.38% | 0.33% | - |
| HSV(B) | 352.5º | 0.55% | 0.45% | - |
| XYZ | 9.25 | 6.5 | 5.04 | - |
| YUV | 72.05 | 121.2 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 60 | 0 | 0.55 | 0.48 | 0.55 | 352.5 | 0.38 | 0.33 |
| Hex | 74 | 34 | 3C | 0 | 37 | 30 | 37 | 160 | 26 | 21 |
| Octal | 164 | 64 | 74 | 0 | 67 | 60 | 67 | 540 | 46 | 41 |
| Binary | 1110100 | 110100 | 111100 | 0 | 110111 | 110000 | 110111 | 101100000 | 100110 | 100001 |
Color Harmonies of #74343C
Complementary color
Monochromatic Colors of #74343C
Black with #74343C
Text Example
Text Example
White with #74343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74343C; }
p { color: rgb(116,52,60); }
H1.HeaderClassName
{
color: #74343C;
}
.AnyTagClassName
{
color: #74343C;
}
</style>
background-color css
<style>
a { background-color: #74343C; }
a { background-color: rgb(116,52,60); }
div.DivClassName
{
background-color: #74343C;
}
.BgClassName
{
background-color: #74343C;
}
</style>
border-color css
<style>
span { border-color: #74343C; }
span { border-color: rgb(116,52,60); }
td.TdClassName
{
border-color: #74343C;
}
.TagClassName
{
border-color: #74343C;
}
</style>