Shades of Merlot #76363B
Tints of Merlot #76363B
RGB
CMYK
RGB Variations
Color information
#76363B (or 0x76363B) is known color: Merlot. HEX triplet: 76, 36 and 3B. RGB value is (118,54,59). Sum of RGB (Red+Green+Blue) = 118+54+59=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76363B is #89C9C4. Grayscale: #494949. Windows color (decimal): -9030085 or 3880566. OLE color: 3880566.
HSL color Cylindrical-coordinate representation of color #76363B: hue angle of 355.31º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76363B is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 54 | 59 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.54 |
| HSL | 355.31º | 0.37% | 0.34% | - |
| HSV(B) | 355.31º | 0.54% | 0.46% | - |
| XYZ | 9.58 | 6.81 | 4.95 | - |
| YUV | 73.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 54 | 59 | 0 | 0.54 | 0.50 | 0.54 | 355.31 | 0.37 | 0.34 |
| Hex | 76 | 36 | 3B | 0 | 36 | 32 | 36 | 163 | 25 | 22 |
| Octal | 166 | 66 | 73 | 0 | 66 | 62 | 66 | 543 | 45 | 42 |
| Binary | 1110110 | 110110 | 111011 | 0 | 110110 | 110010 | 110110 | 101100011 | 100101 | 100010 |
Color Harmonies of #76363B
Complementary color
Monochromatic Colors of #76363B
Black with #76363B
Text Example
Text Example
White with #76363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76363B; }
p { color: rgb(118,54,59); }
H1.HeaderClassName
{
color: #76363B;
}
.AnyTagClassName
{
color: #76363B;
}
</style>
background-color css
<style>
a { background-color: #76363B; }
a { background-color: rgb(118,54,59); }
div.DivClassName
{
background-color: #76363B;
}
.BgClassName
{
background-color: #76363B;
}
</style>
border-color css
<style>
span { border-color: #76363B; }
span { border-color: rgb(118,54,59); }
td.TdClassName
{
border-color: #76363B;
}
.TagClassName
{
border-color: #76363B;
}
</style>