Shades of Merlot #7D363D
Tints of Merlot #7D363D
RGB
CMYK
RGB Variations
Color information
#7D363D (or 0x7D363D) is known color: Merlot. HEX triplet: 7D, 36 and 3D. RGB value is (125,54,61). Sum of RGB (Red+Green+Blue) = 125+54+61=240 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.08% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 125 - color contains mainly: red. Hex color #7D363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D363D is #82C9C2. Grayscale: #4C4C4C. Windows color (decimal): -8571331 or 4011645. OLE color: 4011645.
HSL color Cylindrical-coordinate representation of color #7D363D: hue angle of 354.08º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D363D is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 54 | 61 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.51 |
| HSL | 354.08º | 0.4% | 0.35% | - |
| HSV(B) | 354.08º | 0.57% | 0.49% | - |
| XYZ | 10.62 | 7.34 | 5.27 | - |
| YUV | 76.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 54 | 61 | 0 | 0.57 | 0.51 | 0.51 | 354.08 | 0.4 | 0.35 |
| Hex | 7D | 36 | 3D | 0 | 39 | 33 | 33 | 162 | 28 | 23 |
| Octal | 175 | 66 | 75 | 0 | 71 | 63 | 63 | 542 | 50 | 43 |
| Binary | 1111101 | 110110 | 111101 | 0 | 111001 | 110011 | 110011 | 101100010 | 101000 | 100011 |
Color Harmonies of #7D363D
Complementary color
Monochromatic Colors of #7D363D
Black with #7D363D
Text Example
Text Example
White with #7D363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D363D; }
p { color: rgb(125,54,61); }
H1.HeaderClassName
{
color: #7D363D;
}
.AnyTagClassName
{
color: #7D363D;
}
</style>
background-color css
<style>
a { background-color: #7D363D; }
a { background-color: rgb(125,54,61); }
div.DivClassName
{
background-color: #7D363D;
}
.BgClassName
{
background-color: #7D363D;
}
</style>
border-color css
<style>
span { border-color: #7D363D; }
span { border-color: rgb(125,54,61); }
td.TdClassName
{
border-color: #7D363D;
}
.TagClassName
{
border-color: #7D363D;
}
</style>