Shades of Merlot #75333F
Tints of Merlot #75333F
RGB
CMYK
RGB Variations
Color information
#75333F (or 0x75333F) is known color: Merlot. HEX triplet: 75, 33 and 3F. RGB value is (117,51,63). Sum of RGB (Red+Green+Blue) = 117+51+63=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75333F is #8ACCC0. Grayscale: #484848. Windows color (decimal): -9096385 or 4141941. OLE color: 4141941.
HSL color Cylindrical-coordinate representation of color #75333F: hue angle of 349.09º 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 #75333F is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 51 | 63 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.54 |
| HSL | 349.09º | 0.39% | 0.33% | - |
| HSV(B) | 349.09º | 0.56% | 0.46% | - |
| XYZ | 9.42 | 6.51 | 5.46 | - |
| YUV | 72.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 51 | 63 | 0 | 0.56 | 0.46 | 0.54 | 349.09 | 0.39 | 0.33 |
| Hex | 75 | 33 | 3F | 0 | 38 | 2E | 36 | 15D | 27 | 21 |
| Octal | 165 | 63 | 77 | 0 | 70 | 56 | 66 | 535 | 47 | 41 |
| Binary | 1110101 | 110011 | 111111 | 0 | 111000 | 101110 | 110110 | 101011101 | 100111 | 100001 |
Color Harmonies of #75333F
Complementary color
Monochromatic Colors of #75333F
Black with #75333F
Text Example
Text Example
White with #75333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75333F; }
p { color: rgb(117,51,63); }
H1.HeaderClassName
{
color: #75333F;
}
.AnyTagClassName
{
color: #75333F;
}
</style>
background-color css
<style>
a { background-color: #75333F; }
a { background-color: rgb(117,51,63); }
div.DivClassName
{
background-color: #75333F;
}
.BgClassName
{
background-color: #75333F;
}
</style>
border-color css
<style>
span { border-color: #75333F; }
span { border-color: rgb(117,51,63); }
td.TdClassName
{
border-color: #75333F;
}
.TagClassName
{
border-color: #75333F;
}
</style>