Shades of Merlot #75373D
Tints of Merlot #75373D
RGB
CMYK
RGB Variations
Color information
#75373D (or 0x75373D) is known color: Merlot. HEX triplet: 75, 37 and 3D. RGB value is (117,55,61). Sum of RGB (Red+Green+Blue) = 117+55+61=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75373D is #8AC8C2. Grayscale: #4A4A4A. Windows color (decimal): -9095363 or 4011893. OLE color: 4011893.
HSL color Cylindrical-coordinate representation of color #75373D: hue angle of 354.19º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75373D is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 55 | 61 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.54 |
| HSL | 354.19º | 0.36% | 0.34% | - |
| HSV(B) | 354.19º | 0.53% | 0.46% | - |
| XYZ | 9.54 | 6.85 | 5.23 | - |
| YUV | 74.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 55 | 61 | 0 | 0.53 | 0.48 | 0.54 | 354.19 | 0.36 | 0.34 |
| Hex | 75 | 37 | 3D | 0 | 35 | 30 | 36 | 162 | 24 | 22 |
| Octal | 165 | 67 | 75 | 0 | 65 | 60 | 66 | 542 | 44 | 42 |
| Binary | 1110101 | 110111 | 111101 | 0 | 110101 | 110000 | 110110 | 101100010 | 100100 | 100010 |
Color Harmonies of #75373D
Complementary color
Monochromatic Colors of #75373D
Black with #75373D
Text Example
Text Example
White with #75373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75373D; }
p { color: rgb(117,55,61); }
H1.HeaderClassName
{
color: #75373D;
}
.AnyTagClassName
{
color: #75373D;
}
</style>
background-color css
<style>
a { background-color: #75373D; }
a { background-color: rgb(117,55,61); }
div.DivClassName
{
background-color: #75373D;
}
.BgClassName
{
background-color: #75373D;
}
</style>
border-color css
<style>
span { border-color: #75373D; }
span { border-color: rgb(117,55,61); }
td.TdClassName
{
border-color: #75373D;
}
.TagClassName
{
border-color: #75373D;
}
</style>