Shades of Merlot #75353D
Tints of Merlot #75353D
RGB
CMYK
RGB Variations
Color information
#75353D (or 0x75353D) is known color: Merlot. HEX triplet: 75, 35 and 3D. RGB value is (117,53,61). Sum of RGB (Red+Green+Blue) = 117+53+61=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75353D is #8ACAC2. Grayscale: #494949. Windows color (decimal): -9095875 or 4011381. OLE color: 4011381.
HSL color Cylindrical-coordinate representation of color #75353D: hue angle of 352.5º 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 #75353D is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 53 | 61 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.54 |
| HSL | 352.5º | 0.38% | 0.33% | - |
| HSV(B) | 352.5º | 0.55% | 0.46% | - |
| XYZ | 9.45 | 6.67 | 5.2 | - |
| YUV | 73.05 | 121.2 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 61 | 0 | 0.55 | 0.48 | 0.54 | 352.5 | 0.38 | 0.33 |
| Hex | 75 | 35 | 3D | 0 | 37 | 30 | 36 | 160 | 26 | 21 |
| Octal | 165 | 65 | 75 | 0 | 67 | 60 | 66 | 540 | 46 | 41 |
| Binary | 1110101 | 110101 | 111101 | 0 | 110111 | 110000 | 110110 | 101100000 | 100110 | 100001 |
Color Harmonies of #75353D
Complementary color
Monochromatic Colors of #75353D
Black with #75353D
Text Example
Text Example
White with #75353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75353D; }
p { color: rgb(117,53,61); }
H1.HeaderClassName
{
color: #75353D;
}
.AnyTagClassName
{
color: #75353D;
}
</style>
background-color css
<style>
a { background-color: #75353D; }
a { background-color: rgb(117,53,61); }
div.DivClassName
{
background-color: #75353D;
}
.BgClassName
{
background-color: #75353D;
}
</style>
border-color css
<style>
span { border-color: #75353D; }
span { border-color: rgb(117,53,61); }
td.TdClassName
{
border-color: #75353D;
}
.TagClassName
{
border-color: #75353D;
}
</style>