Shades of Merlot #76353D
Tints of Merlot #76353D
RGB
CMYK
RGB Variations
Color information
#76353D (or 0x76353D) is known color: Merlot. HEX triplet: 76, 35 and 3D. RGB value is (118,53,61). Sum of RGB (Red+Green+Blue) = 118+53+61=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76353D is #89CAC2. Grayscale: #494949. Windows color (decimal): -9030339 or 4011382. OLE color: 4011382.
HSL color Cylindrical-coordinate representation of color #76353D: hue angle of 352.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76353D is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 53 | 61 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.54 |
| HSL | 352.62º | 0.38% | 0.34% | - |
| HSV(B) | 352.62º | 0.55% | 0.46% | - |
| XYZ | 9.59 | 6.73 | 5.21 | - |
| YUV | 73.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 61 | 0 | 0.55 | 0.48 | 0.54 | 352.62 | 0.38 | 0.34 |
| Hex | 76 | 35 | 3D | 0 | 37 | 30 | 36 | 161 | 26 | 22 |
| Octal | 166 | 65 | 75 | 0 | 67 | 60 | 66 | 541 | 46 | 42 |
| Binary | 1110110 | 110101 | 111101 | 0 | 110111 | 110000 | 110110 | 101100001 | 100110 | 100010 |
Color Harmonies of #76353D
Complementary color
Monochromatic Colors of #76353D
Black with #76353D
Text Example
Text Example
White with #76353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76353D; }
p { color: rgb(118,53,61); }
H1.HeaderClassName
{
color: #76353D;
}
.AnyTagClassName
{
color: #76353D;
}
</style>
background-color css
<style>
a { background-color: #76353D; }
a { background-color: rgb(118,53,61); }
div.DivClassName
{
background-color: #76353D;
}
.BgClassName
{
background-color: #76353D;
}
</style>
border-color css
<style>
span { border-color: #76353D; }
span { border-color: rgb(118,53,61); }
td.TdClassName
{
border-color: #76353D;
}
.TagClassName
{
border-color: #76353D;
}
</style>