Shades of Merlot #76323D
Tints of Merlot #76323D
RGB
CMYK
RGB Variations
Color information
#76323D (or 0x76323D) is known color: Merlot. HEX triplet: 76, 32 and 3D. RGB value is (118,50,61). Sum of RGB (Red+Green+Blue) = 118+50+61=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76323D is #89CDC2. Grayscale: #474747. Windows color (decimal): -9031107 or 4010614. OLE color: 4010614.
HSL color Cylindrical-coordinate representation of color #76323D: hue angle of 350.29º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76323D is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 50 | 61 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.54 |
| HSL | 350.29º | 0.4% | 0.33% | - |
| HSV(B) | 350.29º | 0.58% | 0.46% | - |
| XYZ | 9.45 | 6.47 | 5.17 | - |
| YUV | 71.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 61 | 0 | 0.58 | 0.48 | 0.54 | 350.29 | 0.4 | 0.33 |
| Hex | 76 | 32 | 3D | 0 | 3A | 30 | 36 | 15E | 28 | 21 |
| Octal | 166 | 62 | 75 | 0 | 72 | 60 | 66 | 536 | 50 | 41 |
| Binary | 1110110 | 110010 | 111101 | 0 | 111010 | 110000 | 110110 | 101011110 | 101000 | 100001 |
Color Harmonies of #76323D
Complementary color
Monochromatic Colors of #76323D
Black with #76323D
Text Example
Text Example
White with #76323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76323D; }
p { color: rgb(118,50,61); }
H1.HeaderClassName
{
color: #76323D;
}
.AnyTagClassName
{
color: #76323D;
}
</style>
background-color css
<style>
a { background-color: #76323D; }
a { background-color: rgb(118,50,61); }
div.DivClassName
{
background-color: #76323D;
}
.BgClassName
{
background-color: #76323D;
}
</style>
border-color css
<style>
span { border-color: #76323D; }
span { border-color: rgb(118,50,61); }
td.TdClassName
{
border-color: #76323D;
}
.TagClassName
{
border-color: #76323D;
}
</style>