Shades of Merlot #75373C
Tints of Merlot #75373C
RGB
CMYK
RGB Variations
Color information
#75373C (or 0x75373C) is known color: Merlot. HEX triplet: 75, 37 and 3C. RGB value is (117,55,60). Sum of RGB (Red+Green+Blue) = 117+55+60=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75373C is #8AC8C3. Grayscale: #4A4A4A. Windows color (decimal): -9095364 or 3946357. OLE color: 3946357.
HSL color Cylindrical-coordinate representation of color #75373C: hue angle of 355.16º 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 #75373C is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 55 | 60 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.54 |
| HSL | 355.16º | 0.36% | 0.34% | - |
| HSV(B) | 355.16º | 0.53% | 0.46% | - |
| XYZ | 9.52 | 6.84 | 5.09 | - |
| YUV | 74.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 55 | 60 | 0 | 0.53 | 0.49 | 0.54 | 355.16 | 0.36 | 0.34 |
| Hex | 75 | 37 | 3C | 0 | 35 | 31 | 36 | 163 | 24 | 22 |
| Octal | 165 | 67 | 74 | 0 | 65 | 61 | 66 | 543 | 44 | 42 |
| Binary | 1110101 | 110111 | 111100 | 0 | 110101 | 110001 | 110110 | 101100011 | 100100 | 100010 |
Color Harmonies of #75373C
Complementary color
Monochromatic Colors of #75373C
Black with #75373C
Text Example
Text Example
White with #75373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75373C; }
p { color: rgb(117,55,60); }
H1.HeaderClassName
{
color: #75373C;
}
.AnyTagClassName
{
color: #75373C;
}
</style>
background-color css
<style>
a { background-color: #75373C; }
a { background-color: rgb(117,55,60); }
div.DivClassName
{
background-color: #75373C;
}
.BgClassName
{
background-color: #75373C;
}
</style>
border-color css
<style>
span { border-color: #75373C; }
span { border-color: rgb(117,55,60); }
td.TdClassName
{
border-color: #75373C;
}
.TagClassName
{
border-color: #75373C;
}
</style>