Shades of Merlot #76333D
Tints of Merlot #76333D
RGB
CMYK
RGB Variations
Color information
#76333D (or 0x76333D) is known color: Merlot. HEX triplet: 76, 33 and 3D. RGB value is (118,51,61). Sum of RGB (Red+Green+Blue) = 118+51+61=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76333D is #89CCC2. Grayscale: #484848. Windows color (decimal): -9030851 or 4010870. OLE color: 4010870.
HSL color Cylindrical-coordinate representation of color #76333D: hue angle of 351.04º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76333D is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 51 | 61 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.54 |
| HSL | 351.04º | 0.4% | 0.33% | - |
| HSV(B) | 351.04º | 0.57% | 0.46% | - |
| XYZ | 9.5 | 6.56 | 5.18 | - |
| YUV | 72.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 61 | 0 | 0.57 | 0.48 | 0.54 | 351.04 | 0.4 | 0.33 |
| Hex | 76 | 33 | 3D | 0 | 39 | 30 | 36 | 15F | 28 | 21 |
| Octal | 166 | 63 | 75 | 0 | 71 | 60 | 66 | 537 | 50 | 41 |
| Binary | 1110110 | 110011 | 111101 | 0 | 111001 | 110000 | 110110 | 101011111 | 101000 | 100001 |
Color Harmonies of #76333D
Complementary color
Monochromatic Colors of #76333D
Black with #76333D
Text Example
Text Example
White with #76333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76333D; }
p { color: rgb(118,51,61); }
H1.HeaderClassName
{
color: #76333D;
}
.AnyTagClassName
{
color: #76333D;
}
</style>
background-color css
<style>
a { background-color: #76333D; }
a { background-color: rgb(118,51,61); }
div.DivClassName
{
background-color: #76333D;
}
.BgClassName
{
background-color: #76333D;
}
</style>
border-color css
<style>
span { border-color: #76333D; }
span { border-color: rgb(118,51,61); }
td.TdClassName
{
border-color: #76333D;
}
.TagClassName
{
border-color: #76333D;
}
</style>