Shades of Merlot #74323E
Tints of Merlot #74323E
RGB
CMYK
RGB Variations
Color information
#74323E (or 0x74323E) is known color: Merlot. HEX triplet: 74, 32 and 3E. RGB value is (116,50,62). Sum of RGB (Red+Green+Blue) = 116+50+62=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74323E is #8BCDC1. Grayscale: #474747. Windows color (decimal): -9162178 or 4076148. OLE color: 4076148.
HSL color Cylindrical-coordinate representation of color #74323E: hue angle of 349.09º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74323E is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 50 | 62 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.55 |
| HSL | 349.09º | 0.4% | 0.33% | - |
| HSV(B) | 349.09º | 0.57% | 0.45% | - |
| XYZ | 9.21 | 6.34 | 5.3 | - |
| YUV | 71.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 62 | 0 | 0.57 | 0.47 | 0.55 | 349.09 | 0.4 | 0.33 |
| Hex | 74 | 32 | 3E | 0 | 39 | 2F | 37 | 15D | 28 | 21 |
| Octal | 164 | 62 | 76 | 0 | 71 | 57 | 67 | 535 | 50 | 41 |
| Binary | 1110100 | 110010 | 111110 | 0 | 111001 | 101111 | 110111 | 101011101 | 101000 | 100001 |
Color Harmonies of #74323E
Complementary color
Monochromatic Colors of #74323E
Black with #74323E
Text Example
Text Example
White with #74323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74323E; }
p { color: rgb(116,50,62); }
H1.HeaderClassName
{
color: #74323E;
}
.AnyTagClassName
{
color: #74323E;
}
</style>
background-color css
<style>
a { background-color: #74323E; }
a { background-color: rgb(116,50,62); }
div.DivClassName
{
background-color: #74323E;
}
.BgClassName
{
background-color: #74323E;
}
</style>
border-color css
<style>
span { border-color: #74323E; }
span { border-color: rgb(116,50,62); }
td.TdClassName
{
border-color: #74323E;
}
.TagClassName
{
border-color: #74323E;
}
</style>