Shades of Merlot #743239
Tints of Merlot #743239
RGB
CMYK
RGB Variations
Color information
#743239 (or 0x743239) is known color: Merlot. HEX triplet: 74, 32 and 39. RGB value is (116,50,57). Sum of RGB (Red+Green+Blue) = 116+50+57=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #743239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743239 is #8BCDC6. Grayscale: #464646. Windows color (decimal): -9162183 or 3748468. OLE color: 3748468.
HSL color Cylindrical-coordinate representation of color #743239: hue angle of 353.64º 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 #743239 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 50 | 57 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.55 |
| HSL | 353.64º | 0.4% | 0.33% | - |
| HSV(B) | 353.64º | 0.57% | 0.45% | - |
| XYZ | 9.08 | 6.29 | 4.61 | - |
| YUV | 70.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 57 | 0 | 0.57 | 0.51 | 0.55 | 353.64 | 0.4 | 0.33 |
| Hex | 74 | 32 | 39 | 0 | 39 | 33 | 37 | 162 | 28 | 21 |
| Octal | 164 | 62 | 71 | 0 | 71 | 63 | 67 | 542 | 50 | 41 |
| Binary | 1110100 | 110010 | 111001 | 0 | 111001 | 110011 | 110111 | 101100010 | 101000 | 100001 |
Color Harmonies of #743239
Complementary color
Monochromatic Colors of #743239
Black with #743239
Text Example
Text Example
White with #743239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743239; }
p { color: rgb(116,50,57); }
H1.HeaderClassName
{
color: #743239;
}
.AnyTagClassName
{
color: #743239;
}
</style>
background-color css
<style>
a { background-color: #743239; }
a { background-color: rgb(116,50,57); }
div.DivClassName
{
background-color: #743239;
}
.BgClassName
{
background-color: #743239;
}
</style>
border-color css
<style>
span { border-color: #743239; }
span { border-color: rgb(116,50,57); }
td.TdClassName
{
border-color: #743239;
}
.TagClassName
{
border-color: #743239;
}
</style>