Shades of Merlot #75363F
Tints of Merlot #75363F
RGB
CMYK
RGB Variations
Color information
#75363F (or 0x75363F) is known color: Merlot. HEX triplet: 75, 36 and 3F. RGB value is (117,54,63). Sum of RGB (Red+Green+Blue) = 117+54+63=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #75363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75363F is #8AC9C0. Grayscale: #494949. Windows color (decimal): -9095617 or 4142709. OLE color: 4142709.
HSL color Cylindrical-coordinate representation of color #75363F: hue angle of 351.43º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75363F is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 54 | 63 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.54 |
| HSL | 351.43º | 0.37% | 0.34% | - |
| HSV(B) | 351.43º | 0.54% | 0.46% | - |
| XYZ | 9.55 | 6.78 | 5.51 | - |
| YUV | 73.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 54 | 63 | 0 | 0.54 | 0.46 | 0.54 | 351.43 | 0.37 | 0.34 |
| Hex | 75 | 36 | 3F | 0 | 36 | 2E | 36 | 15F | 25 | 22 |
| Octal | 165 | 66 | 77 | 0 | 66 | 56 | 66 | 537 | 45 | 42 |
| Binary | 1110101 | 110110 | 111111 | 0 | 110110 | 101110 | 110110 | 101011111 | 100101 | 100010 |
Color Harmonies of #75363F
Complementary color
Monochromatic Colors of #75363F
Black with #75363F
Text Example
Text Example
White with #75363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75363F; }
p { color: rgb(117,54,63); }
H1.HeaderClassName
{
color: #75363F;
}
.AnyTagClassName
{
color: #75363F;
}
</style>
background-color css
<style>
a { background-color: #75363F; }
a { background-color: rgb(117,54,63); }
div.DivClassName
{
background-color: #75363F;
}
.BgClassName
{
background-color: #75363F;
}
</style>
border-color css
<style>
span { border-color: #75363F; }
span { border-color: rgb(117,54,63); }
td.TdClassName
{
border-color: #75363F;
}
.TagClassName
{
border-color: #75363F;
}
</style>