Shades of Merlot #743840
Tints of Merlot #743840
RGB
CMYK
RGB Variations
Color information
#743840 (or 0x743840) is known color: Merlot. HEX triplet: 74, 38 and 40. RGB value is (116,56,64). Sum of RGB (Red+Green+Blue) = 116+56+64=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #743840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743840 is #8BC7BF. Grayscale: #4A4A4A. Windows color (decimal): -9160640 or 4208756. OLE color: 4208756.
HSL color Cylindrical-coordinate representation of color #743840: hue angle of 352º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #743840 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 56 | 64 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.55 |
| HSL | 352º | 0.35% | 0.34% | - |
| HSV(B) | 352º | 0.52% | 0.45% | - |
| XYZ | 9.54 | 6.91 | 5.68 | - |
| YUV | 74.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 64 | 0 | 0.52 | 0.45 | 0.55 | 352 | 0.35 | 0.34 |
| Hex | 74 | 38 | 40 | 0 | 34 | 2D | 37 | 160 | 23 | 22 |
| Octal | 164 | 70 | 100 | 0 | 64 | 55 | 67 | 540 | 43 | 42 |
| Binary | 1110100 | 111000 | 1000000 | 0 | 110100 | 101101 | 110111 | 101100000 | 100011 | 100010 |
Color Harmonies of #743840
Complementary color
Monochromatic Colors of #743840
Black with #743840
Text Example
Text Example
White with #743840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743840; }
p { color: rgb(116,56,64); }
H1.HeaderClassName
{
color: #743840;
}
.AnyTagClassName
{
color: #743840;
}
</style>
background-color css
<style>
a { background-color: #743840; }
a { background-color: rgb(116,56,64); }
div.DivClassName
{
background-color: #743840;
}
.BgClassName
{
background-color: #743840;
}
</style>
border-color css
<style>
span { border-color: #743840; }
span { border-color: rgb(116,56,64); }
td.TdClassName
{
border-color: #743840;
}
.TagClassName
{
border-color: #743840;
}
</style>