Shades of Merlot #76383D
Tints of Merlot #76383D
RGB
CMYK
RGB Variations
Color information
#76383D (or 0x76383D) is known color: Merlot. HEX triplet: 76, 38 and 3D. RGB value is (118,56,61). Sum of RGB (Red+Green+Blue) = 118+56+61=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #76383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76383D is #89C7C2. Grayscale: #4B4B4B. Windows color (decimal): -9029571 or 4012150. OLE color: 4012150.
HSL color Cylindrical-coordinate representation of color #76383D: hue angle of 355.16º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76383D is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 56 | 61 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.54 |
| HSL | 355.16º | 0.36% | 0.34% | - |
| HSV(B) | 355.16º | 0.53% | 0.46% | - |
| XYZ | 9.73 | 7.02 | 5.26 | - |
| YUV | 75.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 61 | 0 | 0.53 | 0.48 | 0.54 | 355.16 | 0.36 | 0.34 |
| Hex | 76 | 38 | 3D | 0 | 35 | 30 | 36 | 163 | 24 | 22 |
| Octal | 166 | 70 | 75 | 0 | 65 | 60 | 66 | 543 | 44 | 42 |
| Binary | 1110110 | 111000 | 111101 | 0 | 110101 | 110000 | 110110 | 101100011 | 100100 | 100010 |
Color Harmonies of #76383D
Complementary color
Monochromatic Colors of #76383D
Black with #76383D
Text Example
Text Example
White with #76383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76383D; }
p { color: rgb(118,56,61); }
H1.HeaderClassName
{
color: #76383D;
}
.AnyTagClassName
{
color: #76383D;
}
</style>
background-color css
<style>
a { background-color: #76383D; }
a { background-color: rgb(118,56,61); }
div.DivClassName
{
background-color: #76383D;
}
.BgClassName
{
background-color: #76383D;
}
</style>
border-color css
<style>
span { border-color: #76383D; }
span { border-color: rgb(118,56,61); }
td.TdClassName
{
border-color: #76383D;
}
.TagClassName
{
border-color: #76383D;
}
</style>