Shades of Merlot #76353A
Tints of Merlot #76353A
RGB
CMYK
RGB Variations
Color information
#76353A (or 0x76353A) is known color: Merlot. HEX triplet: 76, 35 and 3A. RGB value is (118,53,58). Sum of RGB (Red+Green+Blue) = 118+53+58=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76353A is #89CAC5. Grayscale: #494949. Windows color (decimal): -9030342 or 3814774. OLE color: 3814774.
HSL color Cylindrical-coordinate representation of color #76353A: hue angle of 355.38º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76353A is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 53 | 58 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.54 |
| HSL | 355.38º | 0.38% | 0.34% | - |
| HSV(B) | 355.38º | 0.55% | 0.46% | - |
| XYZ | 9.51 | 6.7 | 4.8 | - |
| YUV | 73.01 | 119.53 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 58 | 0 | 0.55 | 0.51 | 0.54 | 355.38 | 0.38 | 0.34 |
| Hex | 76 | 35 | 3A | 0 | 37 | 33 | 36 | 163 | 26 | 22 |
| Octal | 166 | 65 | 72 | 0 | 67 | 63 | 66 | 543 | 46 | 42 |
| Binary | 1110110 | 110101 | 111010 | 0 | 110111 | 110011 | 110110 | 101100011 | 100110 | 100010 |
Color Harmonies of #76353A
Complementary color
Monochromatic Colors of #76353A
Black with #76353A
Text Example
Text Example
White with #76353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76353A; }
p { color: rgb(118,53,58); }
H1.HeaderClassName
{
color: #76353A;
}
.AnyTagClassName
{
color: #76353A;
}
</style>
background-color css
<style>
a { background-color: #76353A; }
a { background-color: rgb(118,53,58); }
div.DivClassName
{
background-color: #76353A;
}
.BgClassName
{
background-color: #76353A;
}
</style>
border-color css
<style>
span { border-color: #76353A; }
span { border-color: rgb(118,53,58); }
td.TdClassName
{
border-color: #76353A;
}
.TagClassName
{
border-color: #76353A;
}
</style>