Shades of Merlot #76313F
Tints of Merlot #76313F
RGB
CMYK
RGB Variations
Color information
#76313F (or 0x76313F) is known color: Merlot. HEX triplet: 76, 31 and 3F. RGB value is (118,49,63). Sum of RGB (Red+Green+Blue) = 118+49+63=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76313F is #89CEC0. Grayscale: #474747. Windows color (decimal): -9031361 or 4141430. OLE color: 4141430.
HSL color Cylindrical-coordinate representation of color #76313F: hue angle of 347.83º 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 #76313F is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 49 | 63 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.54 |
| HSL | 347.83º | 0.41% | 0.33% | - |
| HSV(B) | 347.83º | 0.58% | 0.46% | - |
| XYZ | 9.47 | 6.41 | 5.44 | - |
| YUV | 71.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 63 | 0 | 0.58 | 0.47 | 0.54 | 347.83 | 0.41 | 0.33 |
| Hex | 76 | 31 | 3F | 0 | 3A | 2F | 36 | 15C | 29 | 21 |
| Octal | 166 | 61 | 77 | 0 | 72 | 57 | 66 | 534 | 51 | 41 |
| Binary | 1110110 | 110001 | 111111 | 0 | 111010 | 101111 | 110110 | 101011100 | 101001 | 100001 |
Color Harmonies of #76313F
Complementary color
Monochromatic Colors of #76313F
Black with #76313F
Text Example
Text Example
White with #76313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76313F; }
p { color: rgb(118,49,63); }
H1.HeaderClassName
{
color: #76313F;
}
.AnyTagClassName
{
color: #76313F;
}
</style>
background-color css
<style>
a { background-color: #76313F; }
a { background-color: rgb(118,49,63); }
div.DivClassName
{
background-color: #76313F;
}
.BgClassName
{
background-color: #76313F;
}
</style>
border-color css
<style>
span { border-color: #76313F; }
span { border-color: rgb(118,49,63); }
td.TdClassName
{
border-color: #76313F;
}
.TagClassName
{
border-color: #76313F;
}
</style>