Shades of Merlot #75353B
Tints of Merlot #75353B
RGB
CMYK
RGB Variations
Color information
#75353B (or 0x75353B) is known color: Merlot. HEX triplet: 75, 35 and 3B. RGB value is (117,53,59). Sum of RGB (Red+Green+Blue) = 117+53+59=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75353B is #8ACAC4. Grayscale: #484848. Windows color (decimal): -9095877 or 3880309. OLE color: 3880309.
HSL color Cylindrical-coordinate representation of color #75353B: hue angle of 354.38º 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 #75353B is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 53 | 59 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.54 |
| HSL | 354.38º | 0.38% | 0.33% | - |
| HSV(B) | 354.38º | 0.55% | 0.46% | - |
| XYZ | 9.4 | 6.64 | 4.92 | - |
| YUV | 72.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 59 | 0 | 0.55 | 0.50 | 0.54 | 354.38 | 0.38 | 0.33 |
| Hex | 75 | 35 | 3B | 0 | 37 | 32 | 36 | 162 | 26 | 21 |
| Octal | 165 | 65 | 73 | 0 | 67 | 62 | 66 | 542 | 46 | 41 |
| Binary | 1110101 | 110101 | 111011 | 0 | 110111 | 110010 | 110110 | 101100010 | 100110 | 100001 |
Color Harmonies of #75353B
Complementary color
Monochromatic Colors of #75353B
Black with #75353B
Text Example
Text Example
White with #75353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75353B; }
p { color: rgb(117,53,59); }
H1.HeaderClassName
{
color: #75353B;
}
.AnyTagClassName
{
color: #75353B;
}
</style>
background-color css
<style>
a { background-color: #75353B; }
a { background-color: rgb(117,53,59); }
div.DivClassName
{
background-color: #75353B;
}
.BgClassName
{
background-color: #75353B;
}
</style>
border-color css
<style>
span { border-color: #75353B; }
span { border-color: rgb(117,53,59); }
td.TdClassName
{
border-color: #75353B;
}
.TagClassName
{
border-color: #75353B;
}
</style>