Shades of Merlot #75393F
Tints of Merlot #75393F
RGB
CMYK
RGB Variations
Color information
#75393F (or 0x75393F) is known color: Merlot. HEX triplet: 75, 39 and 3F. RGB value is (117,57,63). Sum of RGB (Red+Green+Blue) = 117+57+63=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #75393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75393F is #8AC6C0. Grayscale: #4B4B4B. Windows color (decimal): -9094849 or 4143477. OLE color: 4143477.
HSL color Cylindrical-coordinate representation of color #75393F: hue angle of 354º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75393F is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 57 | 63 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.54 |
| HSL | 354º | 0.34% | 0.34% | - |
| HSV(B) | 354º | 0.51% | 0.46% | - |
| XYZ | 9.7 | 7.07 | 5.56 | - |
| YUV | 75.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 57 | 63 | 0 | 0.51 | 0.46 | 0.54 | 354 | 0.34 | 0.34 |
| Hex | 75 | 39 | 3F | 0 | 33 | 2E | 36 | 162 | 22 | 22 |
| Octal | 165 | 71 | 77 | 0 | 63 | 56 | 66 | 542 | 42 | 42 |
| Binary | 1110101 | 111001 | 111111 | 0 | 110011 | 101110 | 110110 | 101100010 | 100010 | 100010 |
Color Harmonies of #75393F
Complementary color
Monochromatic Colors of #75393F
Black with #75393F
Text Example
Text Example
White with #75393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75393F; }
p { color: rgb(117,57,63); }
H1.HeaderClassName
{
color: #75393F;
}
.AnyTagClassName
{
color: #75393F;
}
</style>
background-color css
<style>
a { background-color: #75393F; }
a { background-color: rgb(117,57,63); }
div.DivClassName
{
background-color: #75393F;
}
.BgClassName
{
background-color: #75393F;
}
</style>
border-color css
<style>
span { border-color: #75393F; }
span { border-color: rgb(117,57,63); }
td.TdClassName
{
border-color: #75393F;
}
.TagClassName
{
border-color: #75393F;
}
</style>