Shades of Merlot #75323C
Tints of Merlot #75323C
RGB
CMYK
RGB Variations
Color information
#75323C (or 0x75323C) is known color: Merlot. HEX triplet: 75, 32 and 3C. RGB value is (117,50,60). Sum of RGB (Red+Green+Blue) = 117+50+60=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75323C is #8ACDC3. Grayscale: #474747. Windows color (decimal): -9096644 or 3945077. OLE color: 3945077.
HSL color Cylindrical-coordinate representation of color #75323C: hue angle of 351.04º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75323C is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 50 | 60 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.54 |
| HSL | 351.04º | 0.4% | 0.33% | - |
| HSV(B) | 351.04º | 0.57% | 0.46% | - |
| XYZ | 9.29 | 6.39 | 5.02 | - |
| YUV | 71.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 60 | 0 | 0.57 | 0.49 | 0.54 | 351.04 | 0.4 | 0.33 |
| Hex | 75 | 32 | 3C | 0 | 39 | 31 | 36 | 15F | 28 | 21 |
| Octal | 165 | 62 | 74 | 0 | 71 | 61 | 66 | 537 | 50 | 41 |
| Binary | 1110101 | 110010 | 111100 | 0 | 111001 | 110001 | 110110 | 101011111 | 101000 | 100001 |
Color Harmonies of #75323C
Complementary color
Monochromatic Colors of #75323C
Black with #75323C
Text Example
Text Example
White with #75323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75323C; }
p { color: rgb(117,50,60); }
H1.HeaderClassName
{
color: #75323C;
}
.AnyTagClassName
{
color: #75323C;
}
</style>
background-color css
<style>
a { background-color: #75323C; }
a { background-color: rgb(117,50,60); }
div.DivClassName
{
background-color: #75323C;
}
.BgClassName
{
background-color: #75323C;
}
</style>
border-color css
<style>
span { border-color: #75323C; }
span { border-color: rgb(117,50,60); }
td.TdClassName
{
border-color: #75323C;
}
.TagClassName
{
border-color: #75323C;
}
</style>