Shades of Merlot #773235
Tints of Merlot #773235
RGB
CMYK
RGB Variations
Color information
#773235 (or 0x773235) is known color: Merlot. HEX triplet: 77, 32 and 35. RGB value is (119,50,53). Sum of RGB (Red+Green+Blue) = 119+50+53=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #773235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773235 is #88CDCA. Grayscale: #474747. Windows color (decimal): -8965579 or 3486327. OLE color: 3486327.
HSL color Cylindrical-coordinate representation of color #773235: hue angle of 357.39º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773235 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 50 | 53 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.53 |
| HSL | 357.39º | 0.41% | 0.33% | - |
| HSV(B) | 357.39º | 0.58% | 0.47% | - |
| XYZ | 9.39 | 6.46 | 4.12 | - |
| YUV | 70.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 53 | 0 | 0.58 | 0.55 | 0.53 | 357.39 | 0.41 | 0.33 |
| Hex | 77 | 32 | 35 | 0 | 3A | 37 | 35 | 165 | 29 | 21 |
| Octal | 167 | 62 | 65 | 0 | 72 | 67 | 65 | 545 | 51 | 41 |
| Binary | 1110111 | 110010 | 110101 | 0 | 111010 | 110111 | 110101 | 101100101 | 101001 | 100001 |
Color Harmonies of #773235
Complementary color
Monochromatic Colors of #773235
Black with #773235
Text Example
Text Example
White with #773235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773235; }
p { color: rgb(119,50,53); }
H1.HeaderClassName
{
color: #773235;
}
.AnyTagClassName
{
color: #773235;
}
</style>
background-color css
<style>
a { background-color: #773235; }
a { background-color: rgb(119,50,53); }
div.DivClassName
{
background-color: #773235;
}
.BgClassName
{
background-color: #773235;
}
</style>
border-color css
<style>
span { border-color: #773235; }
span { border-color: rgb(119,50,53); }
td.TdClassName
{
border-color: #773235;
}
.TagClassName
{
border-color: #773235;
}
</style>