Shades of Merlot #763238
Tints of Merlot #763238
RGB
CMYK
RGB Variations
Color information
#763238 (or 0x763238) is known color: Merlot. HEX triplet: 76, 32 and 38. RGB value is (118,50,56). Sum of RGB (Red+Green+Blue) = 118+50+56=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #763238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763238 is #89CDC7. Grayscale: #474747. Windows color (decimal): -9031112 or 3682934. OLE color: 3682934.
HSL color Cylindrical-coordinate representation of color #763238: hue angle of 354.71º degrees, saturation: 0.4, 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 #763238 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 50 | 56 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.54 |
| HSL | 354.71º | 0.4% | 0.33% | - |
| HSV(B) | 354.71º | 0.58% | 0.46% | - |
| XYZ | 9.33 | 6.42 | 4.49 | - |
| YUV | 71.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 56 | 0 | 0.58 | 0.53 | 0.54 | 354.71 | 0.4 | 0.33 |
| Hex | 76 | 32 | 38 | 0 | 3A | 35 | 36 | 163 | 28 | 21 |
| Octal | 166 | 62 | 70 | 0 | 72 | 65 | 66 | 543 | 50 | 41 |
| Binary | 1110110 | 110010 | 111000 | 0 | 111010 | 110101 | 110110 | 101100011 | 101000 | 100001 |
Color Harmonies of #763238
Complementary color
Monochromatic Colors of #763238
Black with #763238
Text Example
Text Example
White with #763238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763238; }
p { color: rgb(118,50,56); }
H1.HeaderClassName
{
color: #763238;
}
.AnyTagClassName
{
color: #763238;
}
</style>
background-color css
<style>
a { background-color: #763238; }
a { background-color: rgb(118,50,56); }
div.DivClassName
{
background-color: #763238;
}
.BgClassName
{
background-color: #763238;
}
</style>
border-color css
<style>
span { border-color: #763238; }
span { border-color: rgb(118,50,56); }
td.TdClassName
{
border-color: #763238;
}
.TagClassName
{
border-color: #763238;
}
</style>