Shades of Merlot #75343C
Tints of Merlot #75343C
RGB
CMYK
RGB Variations
Color information
#75343C (or 0x75343C) is known color: Merlot. HEX triplet: 75, 34 and 3C. RGB value is (117,52,60). Sum of RGB (Red+Green+Blue) = 117+52+60=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75343C is #8ACBC3. Grayscale: #484848. Windows color (decimal): -9096132 or 3945589. OLE color: 3945589.
HSL color Cylindrical-coordinate representation of color #75343C: hue angle of 352.62º degrees, saturation: 0.38, 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 #75343C is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 52 | 60 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.54 |
| HSL | 352.62º | 0.38% | 0.33% | - |
| HSV(B) | 352.62º | 0.56% | 0.46% | - |
| XYZ | 9.38 | 6.56 | 5.05 | - |
| YUV | 72.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 60 | 0 | 0.56 | 0.49 | 0.54 | 352.62 | 0.38 | 0.33 |
| Hex | 75 | 34 | 3C | 0 | 38 | 31 | 36 | 161 | 26 | 21 |
| Octal | 165 | 64 | 74 | 0 | 70 | 61 | 66 | 541 | 46 | 41 |
| Binary | 1110101 | 110100 | 111100 | 0 | 111000 | 110001 | 110110 | 101100001 | 100110 | 100001 |
Color Harmonies of #75343C
Complementary color
Monochromatic Colors of #75343C
Black with #75343C
Text Example
Text Example
White with #75343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75343C; }
p { color: rgb(117,52,60); }
H1.HeaderClassName
{
color: #75343C;
}
.AnyTagClassName
{
color: #75343C;
}
</style>
background-color css
<style>
a { background-color: #75343C; }
a { background-color: rgb(117,52,60); }
div.DivClassName
{
background-color: #75343C;
}
.BgClassName
{
background-color: #75343C;
}
</style>
border-color css
<style>
span { border-color: #75343C; }
span { border-color: rgb(117,52,60); }
td.TdClassName
{
border-color: #75343C;
}
.TagClassName
{
border-color: #75343C;
}
</style>