Shades of Merlot #75303F
Tints of Merlot #75303F
RGB
CMYK
RGB Variations
Color information
#75303F (or 0x75303F) is known color: Merlot. HEX triplet: 75, 30 and 3F. RGB value is (117,48,63). Sum of RGB (Red+Green+Blue) = 117+48+63=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75303F is #8ACFC0. Grayscale: #464646. Windows color (decimal): -9097153 or 4141173. OLE color: 4141173.
HSL color Cylindrical-coordinate representation of color #75303F: hue angle of 346.96º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75303F is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 48 | 63 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.54 |
| HSL | 346.96º | 0.42% | 0.32% | - |
| HSV(B) | 346.96º | 0.59% | 0.46% | - |
| XYZ | 9.29 | 6.25 | 5.42 | - |
| YUV | 70.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 63 | 0 | 0.59 | 0.46 | 0.54 | 346.96 | 0.42 | 0.32 |
| Hex | 75 | 30 | 3F | 0 | 3B | 2E | 36 | 15B | 2A | 20 |
| Octal | 165 | 60 | 77 | 0 | 73 | 56 | 66 | 533 | 52 | 40 |
| Binary | 1110101 | 110000 | 111111 | 0 | 111011 | 101110 | 110110 | 101011011 | 101010 | 100000 |
Color Harmonies of #75303F
Complementary color
Monochromatic Colors of #75303F
Black with #75303F
Text Example
Text Example
White with #75303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75303F; }
p { color: rgb(117,48,63); }
H1.HeaderClassName
{
color: #75303F;
}
.AnyTagClassName
{
color: #75303F;
}
</style>
background-color css
<style>
a { background-color: #75303F; }
a { background-color: rgb(117,48,63); }
div.DivClassName
{
background-color: #75303F;
}
.BgClassName
{
background-color: #75303F;
}
</style>
border-color css
<style>
span { border-color: #75303F; }
span { border-color: rgb(117,48,63); }
td.TdClassName
{
border-color: #75303F;
}
.TagClassName
{
border-color: #75303F;
}
</style>