Shades of Merlot #753643
Tints of Merlot #753643
RGB
CMYK
RGB Variations
Color information
#753643 (or 0x753643) is known color: Merlot. HEX triplet: 75, 36 and 43. RGB value is (117,54,67). Sum of RGB (Red+Green+Blue) = 117+54+67=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #753643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753643 is #8AC9BC. Grayscale: #4A4A4A. Windows color (decimal): -9095613 or 4404853. OLE color: 4404853.
HSL color Cylindrical-coordinate representation of color #753643: hue angle of 347.62º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #753643 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 54 | 67 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.54 |
| HSL | 347.62º | 0.37% | 0.34% | - |
| HSV(B) | 347.62º | 0.54% | 0.46% | - |
| XYZ | 9.67 | 6.83 | 6.12 | - |
| YUV | 74.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 54 | 67 | 0 | 0.54 | 0.43 | 0.54 | 347.62 | 0.37 | 0.34 |
| Hex | 75 | 36 | 43 | 0 | 36 | 2B | 36 | 15C | 25 | 22 |
| Octal | 165 | 66 | 103 | 0 | 66 | 53 | 66 | 534 | 45 | 42 |
| Binary | 1110101 | 110110 | 1000011 | 0 | 110110 | 101011 | 110110 | 101011100 | 100101 | 100010 |
Color Harmonies of #753643
Complementary color
Monochromatic Colors of #753643
Black with #753643
Text Example
Text Example
White with #753643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753643; }
p { color: rgb(117,54,67); }
H1.HeaderClassName
{
color: #753643;
}
.AnyTagClassName
{
color: #753643;
}
</style>
background-color css
<style>
a { background-color: #753643; }
a { background-color: rgb(117,54,67); }
div.DivClassName
{
background-color: #753643;
}
.BgClassName
{
background-color: #753643;
}
</style>
border-color css
<style>
span { border-color: #753643; }
span { border-color: rgb(117,54,67); }
td.TdClassName
{
border-color: #753643;
}
.TagClassName
{
border-color: #753643;
}
</style>