Shades of Merlot #7B363F
Tints of Merlot #7B363F
RGB
CMYK
RGB Variations
Color information
#7B363F (or 0x7B363F) is known color: Merlot. HEX triplet: 7B, 36 and 3F. RGB value is (123,54,63). Sum of RGB (Red+Green+Blue) = 123+54+63=240 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.25% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 123 - color contains mainly: red. Hex color #7B363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B363F is #84C9C0. Grayscale: #4B4B4B. Windows color (decimal): -8702401 or 4142715. OLE color: 4142715.
HSL color Cylindrical-coordinate representation of color #7B363F: hue angle of 352.17º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B363F is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 54 | 63 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.52 |
| HSL | 352.17º | 0.39% | 0.35% | - |
| HSV(B) | 352.17º | 0.56% | 0.48% | - |
| XYZ | 10.38 | 7.21 | 5.55 | - |
| YUV | 75.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 54 | 63 | 0 | 0.56 | 0.49 | 0.52 | 352.17 | 0.39 | 0.35 |
| Hex | 7B | 36 | 3F | 0 | 38 | 31 | 34 | 160 | 27 | 23 |
| Octal | 173 | 66 | 77 | 0 | 70 | 61 | 64 | 540 | 47 | 43 |
| Binary | 1111011 | 110110 | 111111 | 0 | 111000 | 110001 | 110100 | 101100000 | 100111 | 100011 |
Color Harmonies of #7B363F
Complementary color
Monochromatic Colors of #7B363F
Black with #7B363F
Text Example
Text Example
White with #7B363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B363F; }
p { color: rgb(123,54,63); }
H1.HeaderClassName
{
color: #7B363F;
}
.AnyTagClassName
{
color: #7B363F;
}
</style>
background-color css
<style>
a { background-color: #7B363F; }
a { background-color: rgb(123,54,63); }
div.DivClassName
{
background-color: #7B363F;
}
.BgClassName
{
background-color: #7B363F;
}
</style>
border-color css
<style>
span { border-color: #7B363F; }
span { border-color: rgb(123,54,63); }
td.TdClassName
{
border-color: #7B363F;
}
.TagClassName
{
border-color: #7B363F;
}
</style>