Shades of Merlot #753543
Tints of Merlot #753543
RGB
CMYK
RGB Variations
Color information
#753543 (or 0x753543) is known color: Merlot. HEX triplet: 75, 35 and 43. RGB value is (117,53,67). Sum of RGB (Red+Green+Blue) = 117+53+67=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #753543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753543 is #8ACABC. Grayscale: #494949. Windows color (decimal): -9095869 or 4404597. OLE color: 4404597.
HSL color Cylindrical-coordinate representation of color #753543: hue angle of 346.88º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #753543 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 53 | 67 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.54 |
| HSL | 346.88º | 0.38% | 0.33% | - |
| HSV(B) | 346.88º | 0.55% | 0.46% | - |
| XYZ | 9.62 | 6.73 | 6.1 | - |
| YUV | 73.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 67 | 0 | 0.55 | 0.43 | 0.54 | 346.88 | 0.38 | 0.33 |
| Hex | 75 | 35 | 43 | 0 | 37 | 2B | 36 | 15B | 26 | 21 |
| Octal | 165 | 65 | 103 | 0 | 67 | 53 | 66 | 533 | 46 | 41 |
| Binary | 1110101 | 110101 | 1000011 | 0 | 110111 | 101011 | 110110 | 101011011 | 100110 | 100001 |
Color Harmonies of #753543
Complementary color
Monochromatic Colors of #753543
Black with #753543
Text Example
Text Example
White with #753543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753543; }
p { color: rgb(117,53,67); }
H1.HeaderClassName
{
color: #753543;
}
.AnyTagClassName
{
color: #753543;
}
</style>
background-color css
<style>
a { background-color: #753543; }
a { background-color: rgb(117,53,67); }
div.DivClassName
{
background-color: #753543;
}
.BgClassName
{
background-color: #753543;
}
</style>
border-color css
<style>
span { border-color: #753543; }
span { border-color: rgb(117,53,67); }
td.TdClassName
{
border-color: #753543;
}
.TagClassName
{
border-color: #753543;
}
</style>