Shades of Merlot #75353F
Tints of Merlot #75353F
RGB
CMYK
RGB Variations
Color information
#75353F (or 0x75353F) is known color: Merlot. HEX triplet: 75, 35 and 3F. RGB value is (117,53,63). Sum of RGB (Red+Green+Blue) = 117+53+63=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75353F is #8ACAC0. Grayscale: #494949. Windows color (decimal): -9095873 or 4142453. OLE color: 4142453.
HSL color Cylindrical-coordinate representation of color #75353F: hue angle of 350.62º 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 #75353F is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 53 | 63 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.54 |
| HSL | 350.63º | 0.38% | 0.33% | - |
| HSV(B) | 350.63º | 0.55% | 0.46% | - |
| XYZ | 9.51 | 6.69 | 5.49 | - |
| YUV | 73.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 63 | 0 | 0.55 | 0.46 | 0.54 | 350.63 | 0.38 | 0.33 |
| Hex | 75 | 35 | 3F | 0 | 37 | 2E | 36 | 15F | 26 | 21 |
| Octal | 165 | 65 | 77 | 0 | 67 | 56 | 66 | 537 | 46 | 41 |
| Binary | 1110101 | 110101 | 111111 | 0 | 110111 | 101110 | 110110 | 101011111 | 100110 | 100001 |
Color Harmonies of #75353F
Complementary color
Monochromatic Colors of #75353F
Black with #75353F
Text Example
Text Example
White with #75353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75353F; }
p { color: rgb(117,53,63); }
H1.HeaderClassName
{
color: #75353F;
}
.AnyTagClassName
{
color: #75353F;
}
</style>
background-color css
<style>
a { background-color: #75353F; }
a { background-color: rgb(117,53,63); }
div.DivClassName
{
background-color: #75353F;
}
.BgClassName
{
background-color: #75353F;
}
</style>
border-color css
<style>
span { border-color: #75353F; }
span { border-color: rgb(117,53,63); }
td.TdClassName
{
border-color: #75353F;
}
.TagClassName
{
border-color: #75353F;
}
</style>