Shades of Merlot #7B363B
Tints of Merlot #7B363B
RGB
CMYK
RGB Variations
Color information
#7B363B (or 0x7B363B) is known color: Merlot. HEX triplet: 7B, 36 and 3B. RGB value is (123,54,59). Sum of RGB (Red+Green+Blue) = 123+54+59=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B363B is #84C9C4. Grayscale: #4B4B4B. Windows color (decimal): -8702405 or 3880571. OLE color: 3880571.
HSL color Cylindrical-coordinate representation of color #7B363B: hue angle of 355.65º 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 #7B363B is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 54 | 59 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.52 |
| HSL | 355.65º | 0.39% | 0.35% | - |
| HSV(B) | 355.65º | 0.56% | 0.48% | - |
| XYZ | 10.28 | 7.17 | 4.98 | - |
| YUV | 75.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 54 | 59 | 0 | 0.56 | 0.52 | 0.52 | 355.65 | 0.39 | 0.35 |
| Hex | 7B | 36 | 3B | 0 | 38 | 34 | 34 | 164 | 27 | 23 |
| Octal | 173 | 66 | 73 | 0 | 70 | 64 | 64 | 544 | 47 | 43 |
| Binary | 1111011 | 110110 | 111011 | 0 | 111000 | 110100 | 110100 | 101100100 | 100111 | 100011 |
Color Harmonies of #7B363B
Complementary color
Monochromatic Colors of #7B363B
Black with #7B363B
Text Example
Text Example
White with #7B363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B363B; }
p { color: rgb(123,54,59); }
H1.HeaderClassName
{
color: #7B363B;
}
.AnyTagClassName
{
color: #7B363B;
}
</style>
background-color css
<style>
a { background-color: #7B363B; }
a { background-color: rgb(123,54,59); }
div.DivClassName
{
background-color: #7B363B;
}
.BgClassName
{
background-color: #7B363B;
}
</style>
border-color css
<style>
span { border-color: #7B363B; }
span { border-color: rgb(123,54,59); }
td.TdClassName
{
border-color: #7B363B;
}
.TagClassName
{
border-color: #7B363B;
}
</style>