Shades of Merlot #75393D
Tints of Merlot #75393D
RGB
CMYK
RGB Variations
Color information
#75393D (or 0x75393D) is known color: Merlot. HEX triplet: 75, 39 and 3D. RGB value is (117,57,61). Sum of RGB (Red+Green+Blue) = 117+57+61=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #75393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75393D is #8AC6C2. Grayscale: #4B4B4B. Windows color (decimal): -9094851 or 4012405. OLE color: 4012405.
HSL color Cylindrical-coordinate representation of color #75393D: hue angle of 356º 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 #75393D is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 57 | 61 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.54 |
| HSL | 356º | 0.34% | 0.34% | - |
| HSV(B) | 356º | 0.51% | 0.46% | - |
| XYZ | 9.64 | 7.05 | 5.27 | - |
| YUV | 75.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 57 | 61 | 0 | 0.51 | 0.48 | 0.54 | 356 | 0.34 | 0.34 |
| Hex | 75 | 39 | 3D | 0 | 33 | 30 | 36 | 164 | 22 | 22 |
| Octal | 165 | 71 | 75 | 0 | 63 | 60 | 66 | 544 | 42 | 42 |
| Binary | 1110101 | 111001 | 111101 | 0 | 110011 | 110000 | 110110 | 101100100 | 100010 | 100010 |
Color Harmonies of #75393D
Complementary color
Monochromatic Colors of #75393D
Black with #75393D
Text Example
Text Example
White with #75393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75393D; }
p { color: rgb(117,57,61); }
H1.HeaderClassName
{
color: #75393D;
}
.AnyTagClassName
{
color: #75393D;
}
</style>
background-color css
<style>
a { background-color: #75393D; }
a { background-color: rgb(117,57,61); }
div.DivClassName
{
background-color: #75393D;
}
.BgClassName
{
background-color: #75393D;
}
</style>
border-color css
<style>
span { border-color: #75393D; }
span { border-color: rgb(117,57,61); }
td.TdClassName
{
border-color: #75393D;
}
.TagClassName
{
border-color: #75393D;
}
</style>