Shades of Merlot #7C363A
Tints of Merlot #7C363A
RGB
CMYK
RGB Variations
Color information
#7C363A (or 0x7C363A) is known color: Merlot. HEX triplet: 7C, 36 and 3A. RGB value is (124,54,58). Sum of RGB (Red+Green+Blue) = 124+54+58=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C363A is #83C9C5. Grayscale: #4B4B4B. Windows color (decimal): -8636870 or 3815036. OLE color: 3815036.
HSL color Cylindrical-coordinate representation of color #7C363A: hue angle of 356.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C363A is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 54 | 58 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.51 |
| HSL | 356.57º | 0.39% | 0.35% | - |
| HSV(B) | 356.57º | 0.56% | 0.49% | - |
| XYZ | 10.4 | 7.23 | 4.85 | - |
| YUV | 75.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 54 | 58 | 0 | 0.56 | 0.53 | 0.51 | 356.57 | 0.39 | 0.35 |
| Hex | 7C | 36 | 3A | 0 | 38 | 35 | 33 | 165 | 27 | 23 |
| Octal | 174 | 66 | 72 | 0 | 70 | 65 | 63 | 545 | 47 | 43 |
| Binary | 1111100 | 110110 | 111010 | 0 | 111000 | 110101 | 110011 | 101100101 | 100111 | 100011 |
Color Harmonies of #7C363A
Complementary color
Monochromatic Colors of #7C363A
Black with #7C363A
Text Example
Text Example
White with #7C363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C363A; }
p { color: rgb(124,54,58); }
H1.HeaderClassName
{
color: #7C363A;
}
.AnyTagClassName
{
color: #7C363A;
}
</style>
background-color css
<style>
a { background-color: #7C363A; }
a { background-color: rgb(124,54,58); }
div.DivClassName
{
background-color: #7C363A;
}
.BgClassName
{
background-color: #7C363A;
}
</style>
border-color css
<style>
span { border-color: #7C363A; }
span { border-color: rgb(124,54,58); }
td.TdClassName
{
border-color: #7C363A;
}
.TagClassName
{
border-color: #7C363A;
}
</style>