Shades of Merlot #77313B
Tints of Merlot #77313B
RGB
CMYK
RGB Variations
Color information
#77313B (or 0x77313B) is known color: Merlot. HEX triplet: 77, 31 and 3B. RGB value is (119,49,59). Sum of RGB (Red+Green+Blue) = 119+49+59=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #77313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77313B is #88CEC4. Grayscale: #474747. Windows color (decimal): -8965829 or 3879287. OLE color: 3879287.
HSL color Cylindrical-coordinate representation of color #77313B: hue angle of 351.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77313B is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 49 | 59 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.53 |
| HSL | 351.43º | 0.42% | 0.33% | - |
| HSV(B) | 351.43º | 0.59% | 0.47% | - |
| XYZ | 9.5 | 6.43 | 4.88 | - |
| YUV | 71.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 59 | 0 | 0.59 | 0.50 | 0.53 | 351.43 | 0.42 | 0.33 |
| Hex | 77 | 31 | 3B | 0 | 3B | 32 | 35 | 15F | 2A | 21 |
| Octal | 167 | 61 | 73 | 0 | 73 | 62 | 65 | 537 | 52 | 41 |
| Binary | 1110111 | 110001 | 111011 | 0 | 111011 | 110010 | 110101 | 101011111 | 101010 | 100001 |
Color Harmonies of #77313B
Complementary color
Monochromatic Colors of #77313B
Black with #77313B
Text Example
Text Example
White with #77313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77313B; }
p { color: rgb(119,49,59); }
H1.HeaderClassName
{
color: #77313B;
}
.AnyTagClassName
{
color: #77313B;
}
</style>
background-color css
<style>
a { background-color: #77313B; }
a { background-color: rgb(119,49,59); }
div.DivClassName
{
background-color: #77313B;
}
.BgClassName
{
background-color: #77313B;
}
</style>
border-color css
<style>
span { border-color: #77313B; }
span { border-color: rgb(119,49,59); }
td.TdClassName
{
border-color: #77313B;
}
.TagClassName
{
border-color: #77313B;
}
</style>