Shades of Merlot #743543
Tints of Merlot #743543
RGB
CMYK
RGB Variations
Color information
#743543 (or 0x743543) is known color: Merlot. HEX triplet: 74, 35 and 43. RGB value is (116,53,67). Sum of RGB (Red+Green+Blue) = 116+53+67=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #743543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743543 is #8BCABC. Grayscale: #494949. Windows color (decimal): -9161405 or 4404596. OLE color: 4404596.
HSL color Cylindrical-coordinate representation of color #743543: hue angle of 346.67º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #743543 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 53 | 67 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.55 |
| HSL | 346.67º | 0.37% | 0.33% | - |
| HSV(B) | 346.67º | 0.54% | 0.45% | - |
| XYZ | 9.49 | 6.66 | 6.1 | - |
| YUV | 73.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 67 | 0 | 0.54 | 0.42 | 0.55 | 346.67 | 0.37 | 0.33 |
| Hex | 74 | 35 | 43 | 0 | 36 | 2A | 37 | 15B | 25 | 21 |
| Octal | 164 | 65 | 103 | 0 | 66 | 52 | 67 | 533 | 45 | 41 |
| Binary | 1110100 | 110101 | 1000011 | 0 | 110110 | 101010 | 110111 | 101011011 | 100101 | 100001 |
Color Harmonies of #743543
Complementary color
Monochromatic Colors of #743543
Black with #743543
Text Example
Text Example
White with #743543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743543; }
p { color: rgb(116,53,67); }
H1.HeaderClassName
{
color: #743543;
}
.AnyTagClassName
{
color: #743543;
}
</style>
background-color css
<style>
a { background-color: #743543; }
a { background-color: rgb(116,53,67); }
div.DivClassName
{
background-color: #743543;
}
.BgClassName
{
background-color: #743543;
}
</style>
border-color css
<style>
span { border-color: #743543; }
span { border-color: rgb(116,53,67); }
td.TdClassName
{
border-color: #743543;
}
.TagClassName
{
border-color: #743543;
}
</style>