Shades of Merlot #74373B
Tints of Merlot #74373B
RGB
CMYK
RGB Variations
Color information
#74373B (or 0x74373B) is known color: Merlot. HEX triplet: 74, 37 and 3B. RGB value is (116,55,59). Sum of RGB (Red+Green+Blue) = 116+55+59=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #74373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74373B is #8BC8C4. Grayscale: #494949. Windows color (decimal): -9160901 or 3880820. OLE color: 3880820.
HSL color Cylindrical-coordinate representation of color #74373B: hue angle of 356.07º 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 #74373B is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 55 | 59 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.55 |
| HSL | 356.07º | 0.36% | 0.34% | - |
| HSV(B) | 356.07º | 0.53% | 0.45% | - |
| XYZ | 9.36 | 6.76 | 4.95 | - |
| YUV | 73.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 55 | 59 | 0 | 0.53 | 0.49 | 0.55 | 356.07 | 0.36 | 0.34 |
| Hex | 74 | 37 | 3B | 0 | 35 | 31 | 37 | 164 | 24 | 22 |
| Octal | 164 | 67 | 73 | 0 | 65 | 61 | 67 | 544 | 44 | 42 |
| Binary | 1110100 | 110111 | 111011 | 0 | 110101 | 110001 | 110111 | 101100100 | 100100 | 100010 |
Color Harmonies of #74373B
Complementary color
Monochromatic Colors of #74373B
Black with #74373B
Text Example
Text Example
White with #74373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74373B; }
p { color: rgb(116,55,59); }
H1.HeaderClassName
{
color: #74373B;
}
.AnyTagClassName
{
color: #74373B;
}
</style>
background-color css
<style>
a { background-color: #74373B; }
a { background-color: rgb(116,55,59); }
div.DivClassName
{
background-color: #74373B;
}
.BgClassName
{
background-color: #74373B;
}
</style>
border-color css
<style>
span { border-color: #74373B; }
span { border-color: rgb(116,55,59); }
td.TdClassName
{
border-color: #74373B;
}
.TagClassName
{
border-color: #74373B;
}
</style>