Shades of Merlot #75303A
Tints of Merlot #75303A
RGB
CMYK
RGB Variations
Color information
#75303A (or 0x75303A) is known color: Merlot. HEX triplet: 75, 30 and 3A. RGB value is (117,48,58). Sum of RGB (Red+Green+Blue) = 117+48+58=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #75303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75303A is #8ACFC5. Grayscale: #454545. Windows color (decimal): -9097158 or 3813493. OLE color: 3813493.
HSL color Cylindrical-coordinate representation of color #75303A: hue angle of 351.3º 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 #75303A is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 48 | 58 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.54 |
| HSL | 351.3º | 0.42% | 0.32% | - |
| HSV(B) | 351.3º | 0.59% | 0.46% | - |
| XYZ | 9.16 | 6.2 | 4.72 | - |
| YUV | 69.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 58 | 0 | 0.59 | 0.50 | 0.54 | 351.3 | 0.42 | 0.32 |
| Hex | 75 | 30 | 3A | 0 | 3B | 32 | 36 | 15F | 2A | 20 |
| Octal | 165 | 60 | 72 | 0 | 73 | 62 | 66 | 537 | 52 | 40 |
| Binary | 1110101 | 110000 | 111010 | 0 | 111011 | 110010 | 110110 | 101011111 | 101010 | 100000 |
Color Harmonies of #75303A
Complementary color
Monochromatic Colors of #75303A
Black with #75303A
Text Example
Text Example
White with #75303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75303A; }
p { color: rgb(117,48,58); }
H1.HeaderClassName
{
color: #75303A;
}
.AnyTagClassName
{
color: #75303A;
}
</style>
background-color css
<style>
a { background-color: #75303A; }
a { background-color: rgb(117,48,58); }
div.DivClassName
{
background-color: #75303A;
}
.BgClassName
{
background-color: #75303A;
}
</style>
border-color css
<style>
span { border-color: #75303A; }
span { border-color: rgb(117,48,58); }
td.TdClassName
{
border-color: #75303A;
}
.TagClassName
{
border-color: #75303A;
}
</style>