Shades of Merlot #753443
Tints of Merlot #753443
RGB
CMYK
RGB Variations
Color information
#753443 (or 0x753443) is known color: Merlot. HEX triplet: 75, 34 and 43. RGB value is (117,52,67). Sum of RGB (Red+Green+Blue) = 117+52+67=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #753443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753443 is #8ACBBC. Grayscale: #494949. Windows color (decimal): -9096125 or 4404341. OLE color: 4404341.
HSL color Cylindrical-coordinate representation of color #753443: hue angle of 346.15º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753443 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 52 | 67 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.54 |
| HSL | 346.15º | 0.38% | 0.33% | - |
| HSV(B) | 346.15º | 0.56% | 0.46% | - |
| XYZ | 9.58 | 6.64 | 6.09 | - |
| YUV | 73.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 67 | 0 | 0.56 | 0.43 | 0.54 | 346.15 | 0.38 | 0.33 |
| Hex | 75 | 34 | 43 | 0 | 38 | 2B | 36 | 15A | 26 | 21 |
| Octal | 165 | 64 | 103 | 0 | 70 | 53 | 66 | 532 | 46 | 41 |
| Binary | 1110101 | 110100 | 1000011 | 0 | 111000 | 101011 | 110110 | 101011010 | 100110 | 100001 |
Color Harmonies of #753443
Complementary color
Monochromatic Colors of #753443
Black with #753443
Text Example
Text Example
White with #753443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753443; }
p { color: rgb(117,52,67); }
H1.HeaderClassName
{
color: #753443;
}
.AnyTagClassName
{
color: #753443;
}
</style>
background-color css
<style>
a { background-color: #753443; }
a { background-color: rgb(117,52,67); }
div.DivClassName
{
background-color: #753443;
}
.BgClassName
{
background-color: #753443;
}
</style>
border-color css
<style>
span { border-color: #753443; }
span { border-color: rgb(117,52,67); }
td.TdClassName
{
border-color: #753443;
}
.TagClassName
{
border-color: #753443;
}
</style>