Shades of Merlot #75353C
Tints of Merlot #75353C
RGB
CMYK
RGB Variations
Color information
#75353C (or 0x75353C) is known color: Merlot. HEX triplet: 75, 35 and 3C. RGB value is (117,53,60). Sum of RGB (Red+Green+Blue) = 117+53+60=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75353C is #8ACAC3. Grayscale: #484848. Windows color (decimal): -9095876 or 3945845. OLE color: 3945845.
HSL color Cylindrical-coordinate representation of color #75353C: hue angle of 353.44º 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 #75353C is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 53 | 60 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.54 |
| HSL | 353.44º | 0.38% | 0.33% | - |
| HSV(B) | 353.44º | 0.55% | 0.46% | - |
| XYZ | 9.42 | 6.65 | 5.06 | - |
| YUV | 72.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 60 | 0 | 0.55 | 0.49 | 0.54 | 353.44 | 0.38 | 0.33 |
| Hex | 75 | 35 | 3C | 0 | 37 | 31 | 36 | 161 | 26 | 21 |
| Octal | 165 | 65 | 74 | 0 | 67 | 61 | 66 | 541 | 46 | 41 |
| Binary | 1110101 | 110101 | 111100 | 0 | 110111 | 110001 | 110110 | 101100001 | 100110 | 100001 |
Color Harmonies of #75353C
Complementary color
Monochromatic Colors of #75353C
Black with #75353C
Text Example
Text Example
White with #75353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75353C; }
p { color: rgb(117,53,60); }
H1.HeaderClassName
{
color: #75353C;
}
.AnyTagClassName
{
color: #75353C;
}
</style>
background-color css
<style>
a { background-color: #75353C; }
a { background-color: rgb(117,53,60); }
div.DivClassName
{
background-color: #75353C;
}
.BgClassName
{
background-color: #75353C;
}
</style>
border-color css
<style>
span { border-color: #75353C; }
span { border-color: rgb(117,53,60); }
td.TdClassName
{
border-color: #75353C;
}
.TagClassName
{
border-color: #75353C;
}
</style>