Shades of Merlot #75333B
Tints of Merlot #75333B
RGB
CMYK
RGB Variations
Color information
#75333B (or 0x75333B) is known color: Merlot. HEX triplet: 75, 33 and 3B. RGB value is (117,51,59). Sum of RGB (Red+Green+Blue) = 117+51+59=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75333B is #8ACCC4. Grayscale: #474747. Windows color (decimal): -9096389 or 3879797. OLE color: 3879797.
HSL color Cylindrical-coordinate representation of color #75333B: hue angle of 352.73º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75333B is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 51 | 59 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.54 |
| HSL | 352.73º | 0.39% | 0.33% | - |
| HSV(B) | 352.73º | 0.56% | 0.46% | - |
| XYZ | 9.31 | 6.47 | 4.89 | - |
| YUV | 71.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 51 | 59 | 0 | 0.56 | 0.50 | 0.54 | 352.73 | 0.39 | 0.33 |
| Hex | 75 | 33 | 3B | 0 | 38 | 32 | 36 | 161 | 27 | 21 |
| Octal | 165 | 63 | 73 | 0 | 70 | 62 | 66 | 541 | 47 | 41 |
| Binary | 1110101 | 110011 | 111011 | 0 | 111000 | 110010 | 110110 | 101100001 | 100111 | 100001 |
Color Harmonies of #75333B
Complementary color
Monochromatic Colors of #75333B
Black with #75333B
Text Example
Text Example
White with #75333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75333B; }
p { color: rgb(117,51,59); }
H1.HeaderClassName
{
color: #75333B;
}
.AnyTagClassName
{
color: #75333B;
}
</style>
background-color css
<style>
a { background-color: #75333B; }
a { background-color: rgb(117,51,59); }
div.DivClassName
{
background-color: #75333B;
}
.BgClassName
{
background-color: #75333B;
}
</style>
border-color css
<style>
span { border-color: #75333B; }
span { border-color: rgb(117,51,59); }
td.TdClassName
{
border-color: #75333B;
}
.TagClassName
{
border-color: #75333B;
}
</style>