Shades of Merlot #753236
Tints of Merlot #753236
RGB
CMYK
RGB Variations
Color information
#753236 (or 0x753236) is known color: Merlot. HEX triplet: 75, 32 and 36. RGB value is (117,50,54). Sum of RGB (Red+Green+Blue) = 117+50+54=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #753236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753236 is #8ACDC9. Grayscale: #464646. Windows color (decimal): -9096650 or 3551861. OLE color: 3551861.
HSL color Cylindrical-coordinate representation of color #753236: hue angle of 356.42º 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 #753236 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 50 | 54 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.54 |
| HSL | 356.42º | 0.4% | 0.33% | - |
| HSV(B) | 356.42º | 0.57% | 0.46% | - |
| XYZ | 9.14 | 6.33 | 4.23 | - |
| YUV | 70.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 54 | 0 | 0.57 | 0.54 | 0.54 | 356.42 | 0.4 | 0.33 |
| Hex | 75 | 32 | 36 | 0 | 39 | 36 | 36 | 164 | 28 | 21 |
| Octal | 165 | 62 | 66 | 0 | 71 | 66 | 66 | 544 | 50 | 41 |
| Binary | 1110101 | 110010 | 110110 | 0 | 111001 | 110110 | 110110 | 101100100 | 101000 | 100001 |
Color Harmonies of #753236
Complementary color
Monochromatic Colors of #753236
Black with #753236
Text Example
Text Example
White with #753236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753236; }
p { color: rgb(117,50,54); }
H1.HeaderClassName
{
color: #753236;
}
.AnyTagClassName
{
color: #753236;
}
</style>
background-color css
<style>
a { background-color: #753236; }
a { background-color: rgb(117,50,54); }
div.DivClassName
{
background-color: #753236;
}
.BgClassName
{
background-color: #753236;
}
</style>
border-color css
<style>
span { border-color: #753236; }
span { border-color: rgb(117,50,54); }
td.TdClassName
{
border-color: #753236;
}
.TagClassName
{
border-color: #753236;
}
</style>