Shades of Merlot #753234
Tints of Merlot #753234
RGB
CMYK
RGB Variations
Color information
#753234 (or 0x753234) is known color: Merlot. HEX triplet: 75, 32 and 34. RGB value is (117,50,52). Sum of RGB (Red+Green+Blue) = 117+50+52=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #753234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753234 is #8ACDCB. Grayscale: #464646. Windows color (decimal): -9096652 or 3420789. OLE color: 3420789.
HSL color Cylindrical-coordinate representation of color #753234: hue angle of 358.21º 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 #753234 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 50 | 52 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.54 |
| HSL | 358.21º | 0.4% | 0.33% | - |
| HSV(B) | 358.21º | 0.57% | 0.46% | - |
| XYZ | 9.1 | 6.31 | 3.99 | - |
| YUV | 70.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 52 | 0 | 0.57 | 0.56 | 0.54 | 358.21 | 0.4 | 0.33 |
| Hex | 75 | 32 | 34 | 0 | 39 | 38 | 36 | 166 | 28 | 21 |
| Octal | 165 | 62 | 64 | 0 | 71 | 70 | 66 | 546 | 50 | 41 |
| Binary | 1110101 | 110010 | 110100 | 0 | 111001 | 111000 | 110110 | 101100110 | 101000 | 100001 |
Color Harmonies of #753234
Complementary color
Monochromatic Colors of #753234
Black with #753234
Text Example
Text Example
White with #753234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753234; }
p { color: rgb(117,50,52); }
H1.HeaderClassName
{
color: #753234;
}
.AnyTagClassName
{
color: #753234;
}
</style>
background-color css
<style>
a { background-color: #753234; }
a { background-color: rgb(117,50,52); }
div.DivClassName
{
background-color: #753234;
}
.BgClassName
{
background-color: #753234;
}
</style>
border-color css
<style>
span { border-color: #753234; }
span { border-color: rgb(117,50,52); }
td.TdClassName
{
border-color: #753234;
}
.TagClassName
{
border-color: #753234;
}
</style>