Shades of Merlot #75323F
Tints of Merlot #75323F
RGB
CMYK
RGB Variations
Color information
#75323F (or 0x75323F) is known color: Merlot. HEX triplet: 75, 32 and 3F. RGB value is (117,50,63). Sum of RGB (Red+Green+Blue) = 117+50+63=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75323F is #8ACDC0. Grayscale: #474747. Windows color (decimal): -9096641 or 4141685. OLE color: 4141685.
HSL color Cylindrical-coordinate representation of color #75323F: hue angle of 348.36º 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 #75323F is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 50 | 63 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.54 |
| HSL | 348.36º | 0.4% | 0.33% | - |
| HSV(B) | 348.36º | 0.57% | 0.46% | - |
| XYZ | 9.37 | 6.42 | 5.45 | - |
| YUV | 71.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 63 | 0 | 0.57 | 0.46 | 0.54 | 348.36 | 0.4 | 0.33 |
| Hex | 75 | 32 | 3F | 0 | 39 | 2E | 36 | 15C | 28 | 21 |
| Octal | 165 | 62 | 77 | 0 | 71 | 56 | 66 | 534 | 50 | 41 |
| Binary | 1110101 | 110010 | 111111 | 0 | 111001 | 101110 | 110110 | 101011100 | 101000 | 100001 |
Color Harmonies of #75323F
Complementary color
Monochromatic Colors of #75323F
Black with #75323F
Text Example
Text Example
White with #75323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75323F; }
p { color: rgb(117,50,63); }
H1.HeaderClassName
{
color: #75323F;
}
.AnyTagClassName
{
color: #75323F;
}
</style>
background-color css
<style>
a { background-color: #75323F; }
a { background-color: rgb(117,50,63); }
div.DivClassName
{
background-color: #75323F;
}
.BgClassName
{
background-color: #75323F;
}
</style>
border-color css
<style>
span { border-color: #75323F; }
span { border-color: rgb(117,50,63); }
td.TdClassName
{
border-color: #75323F;
}
.TagClassName
{
border-color: #75323F;
}
</style>