Shades of Merlot #76333B
Tints of Merlot #76333B
RGB
CMYK
RGB Variations
Color information
#76333B (or 0x76333B) is known color: Merlot. HEX triplet: 76, 33 and 3B. RGB value is (118,51,59). Sum of RGB (Red+Green+Blue) = 118+51+59=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76333B is #89CCC4. Grayscale: #474747. Windows color (decimal): -9030853 or 3879798. OLE color: 3879798.
HSL color Cylindrical-coordinate representation of color #76333B: hue angle of 352.84º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76333B is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 51 | 59 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.54 |
| HSL | 352.84º | 0.4% | 0.33% | - |
| HSV(B) | 352.84º | 0.57% | 0.46% | - |
| XYZ | 9.44 | 6.53 | 4.9 | - |
| YUV | 71.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 59 | 0 | 0.57 | 0.50 | 0.54 | 352.84 | 0.4 | 0.33 |
| Hex | 76 | 33 | 3B | 0 | 39 | 32 | 36 | 161 | 28 | 21 |
| Octal | 166 | 63 | 73 | 0 | 71 | 62 | 66 | 541 | 50 | 41 |
| Binary | 1110110 | 110011 | 111011 | 0 | 111001 | 110010 | 110110 | 101100001 | 101000 | 100001 |
Color Harmonies of #76333B
Complementary color
Monochromatic Colors of #76333B
Black with #76333B
Text Example
Text Example
White with #76333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76333B; }
p { color: rgb(118,51,59); }
H1.HeaderClassName
{
color: #76333B;
}
.AnyTagClassName
{
color: #76333B;
}
</style>
background-color css
<style>
a { background-color: #76333B; }
a { background-color: rgb(118,51,59); }
div.DivClassName
{
background-color: #76333B;
}
.BgClassName
{
background-color: #76333B;
}
</style>
border-color css
<style>
span { border-color: #76333B; }
span { border-color: rgb(118,51,59); }
td.TdClassName
{
border-color: #76333B;
}
.TagClassName
{
border-color: #76333B;
}
</style>