Shades of Merlot #74373A
Tints of Merlot #74373A
RGB
CMYK
RGB Variations
Color information
#74373A (or 0x74373A) is known color: Merlot. HEX triplet: 74, 37 and 3A. RGB value is (116,55,58). Sum of RGB (Red+Green+Blue) = 116+55+58=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74373A is #8BC8C5. Grayscale: #494949. Windows color (decimal): -9160902 or 3815284. OLE color: 3815284.
HSL color Cylindrical-coordinate representation of color #74373A: hue angle of 357.05º 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 #74373A is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 55 | 58 | - |
| CMYK | 0 | 0.53 | 0.5 | 0.55 |
| HSL | 357.05º | 0.36% | 0.34% | - |
| HSV(B) | 357.05º | 0.53% | 0.45% | - |
| XYZ | 9.33 | 6.75 | 4.81 | - |
| YUV | 73.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 55 | 58 | 0 | 0.53 | 0.5 | 0.55 | 357.05 | 0.36 | 0.34 |
| Hex | 74 | 37 | 3A | 0 | 35 | 32 | 37 | 165 | 24 | 22 |
| Octal | 164 | 67 | 72 | 0 | 65 | 62 | 67 | 545 | 44 | 42 |
| Binary | 1110100 | 110111 | 111010 | 0 | 110101 | 110010 | 110111 | 101100101 | 100100 | 100010 |
Color Harmonies of #74373A
Complementary color
Monochromatic Colors of #74373A
Black with #74373A
Text Example
Text Example
White with #74373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74373A; }
p { color: rgb(116,55,58); }
H1.HeaderClassName
{
color: #74373A;
}
.AnyTagClassName
{
color: #74373A;
}
</style>
background-color css
<style>
a { background-color: #74373A; }
a { background-color: rgb(116,55,58); }
div.DivClassName
{
background-color: #74373A;
}
.BgClassName
{
background-color: #74373A;
}
</style>
border-color css
<style>
span { border-color: #74373A; }
span { border-color: rgb(116,55,58); }
td.TdClassName
{
border-color: #74373A;
}
.TagClassName
{
border-color: #74373A;
}
</style>