Shades of Merlot #773238
Tints of Merlot #773238
RGB
CMYK
RGB Variations
Color information
#773238 (or 0x773238) is known color: Merlot. HEX triplet: 77, 32 and 38. RGB value is (119,50,56). Sum of RGB (Red+Green+Blue) = 119+50+56=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #773238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773238 is #88CDC7. Grayscale: #474747. Windows color (decimal): -8965576 or 3682935. OLE color: 3682935.
HSL color Cylindrical-coordinate representation of color #773238: hue angle of 354.78º 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 #773238 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 50 | 56 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.53 |
| HSL | 354.78º | 0.41% | 0.33% | - |
| HSV(B) | 354.78º | 0.58% | 0.47% | - |
| XYZ | 9.46 | 6.49 | 4.5 | - |
| YUV | 71.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 56 | 0 | 0.58 | 0.53 | 0.53 | 354.78 | 0.41 | 0.33 |
| Hex | 77 | 32 | 38 | 0 | 3A | 35 | 35 | 163 | 29 | 21 |
| Octal | 167 | 62 | 70 | 0 | 72 | 65 | 65 | 543 | 51 | 41 |
| Binary | 1110111 | 110010 | 111000 | 0 | 111010 | 110101 | 110101 | 101100011 | 101001 | 100001 |
Color Harmonies of #773238
Complementary color
Monochromatic Colors of #773238
Black with #773238
Text Example
Text Example
White with #773238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773238; }
p { color: rgb(119,50,56); }
H1.HeaderClassName
{
color: #773238;
}
.AnyTagClassName
{
color: #773238;
}
</style>
background-color css
<style>
a { background-color: #773238; }
a { background-color: rgb(119,50,56); }
div.DivClassName
{
background-color: #773238;
}
.BgClassName
{
background-color: #773238;
}
</style>
border-color css
<style>
span { border-color: #773238; }
span { border-color: rgb(119,50,56); }
td.TdClassName
{
border-color: #773238;
}
.TagClassName
{
border-color: #773238;
}
</style>