Shades of Merlot #7C363C
Tints of Merlot #7C363C
RGB
CMYK
RGB Variations
Color information
#7C363C (or 0x7C363C) is known color: Merlot. HEX triplet: 7C, 36 and 3C. RGB value is (124,54,60). Sum of RGB (Red+Green+Blue) = 124+54+60=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C363C is #83C9C3. Grayscale: #4B4B4B. Windows color (decimal): -8636868 or 3946108. OLE color: 3946108.
HSL color Cylindrical-coordinate representation of color #7C363C: hue angle of 354.86º 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 #7C363C is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 54 | 60 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.51 |
| HSL | 354.86º | 0.39% | 0.35% | - |
| HSV(B) | 354.86º | 0.56% | 0.49% | - |
| XYZ | 10.45 | 7.25 | 5.12 | - |
| YUV | 75.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 54 | 60 | 0 | 0.56 | 0.52 | 0.51 | 354.86 | 0.39 | 0.35 |
| Hex | 7C | 36 | 3C | 0 | 38 | 34 | 33 | 163 | 27 | 23 |
| Octal | 174 | 66 | 74 | 0 | 70 | 64 | 63 | 543 | 47 | 43 |
| Binary | 1111100 | 110110 | 111100 | 0 | 111000 | 110100 | 110011 | 101100011 | 100111 | 100011 |
Color Harmonies of #7C363C
Complementary color
Monochromatic Colors of #7C363C
Black with #7C363C
Text Example
Text Example
White with #7C363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C363C; }
p { color: rgb(124,54,60); }
H1.HeaderClassName
{
color: #7C363C;
}
.AnyTagClassName
{
color: #7C363C;
}
</style>
background-color css
<style>
a { background-color: #7C363C; }
a { background-color: rgb(124,54,60); }
div.DivClassName
{
background-color: #7C363C;
}
.BgClassName
{
background-color: #7C363C;
}
</style>
border-color css
<style>
span { border-color: #7C363C; }
span { border-color: rgb(124,54,60); }
td.TdClassName
{
border-color: #7C363C;
}
.TagClassName
{
border-color: #7C363C;
}
</style>