Shades of Merlot #76313D
Tints of Merlot #76313D
RGB
CMYK
RGB Variations
Color information
#76313D (or 0x76313D) is known color: Merlot. HEX triplet: 76, 31 and 3D. RGB value is (118,49,61). Sum of RGB (Red+Green+Blue) = 118+49+61=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76313D is #89CEC2. Grayscale: #474747. Windows color (decimal): -9031363 or 4010358. OLE color: 4010358.
HSL color Cylindrical-coordinate representation of color #76313D: hue angle of 349.57º degrees, saturation: 0.41, 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 #76313D is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 49 | 61 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.54 |
| HSL | 349.57º | 0.41% | 0.33% | - |
| HSV(B) | 349.57º | 0.58% | 0.46% | - |
| XYZ | 9.41 | 6.39 | 5.15 | - |
| YUV | 71 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 61 | 0 | 0.58 | 0.48 | 0.54 | 349.57 | 0.41 | 0.33 |
| Hex | 76 | 31 | 3D | 0 | 3A | 30 | 36 | 15E | 29 | 21 |
| Octal | 166 | 61 | 75 | 0 | 72 | 60 | 66 | 536 | 51 | 41 |
| Binary | 1110110 | 110001 | 111101 | 0 | 111010 | 110000 | 110110 | 101011110 | 101001 | 100001 |
Color Harmonies of #76313D
Complementary color
Monochromatic Colors of #76313D
Black with #76313D
Text Example
Text Example
White with #76313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76313D; }
p { color: rgb(118,49,61); }
H1.HeaderClassName
{
color: #76313D;
}
.AnyTagClassName
{
color: #76313D;
}
</style>
background-color css
<style>
a { background-color: #76313D; }
a { background-color: rgb(118,49,61); }
div.DivClassName
{
background-color: #76313D;
}
.BgClassName
{
background-color: #76313D;
}
</style>
border-color css
<style>
span { border-color: #76313D; }
span { border-color: rgb(118,49,61); }
td.TdClassName
{
border-color: #76313D;
}
.TagClassName
{
border-color: #76313D;
}
</style>