Shades of Merlot #673A3C
Tints of Merlot #673A3C
RGB
CMYK
RGB Variations
Color information
#673A3C (or 0x673A3C) is known color: Merlot. HEX triplet: 67, 3A and 3C. RGB value is (103,58,60). Sum of RGB (Red+Green+Blue) = 103+58+60=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 103 - color contains mainly: red. Hex color #673A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673A3C is #98C5C3. Grayscale: #474747. Windows color (decimal): -10012100 or 3947111. OLE color: 3947111.
HSL color Cylindrical-coordinate representation of color #673A3C: hue angle of 357.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #673A3C is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 58 | 60 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.60 |
| HSL | 357.33º | 0.28% | 0.32% | - |
| HSV(B) | 357.33º | 0.44% | 0.4% | - |
| XYZ | 7.92 | 6.24 | 5.06 | - |
| YUV | 71.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 60 | 0 | 0.44 | 0.42 | 0.60 | 357.33 | 0.28 | 0.32 |
| Hex | 67 | 3A | 3C | 0 | 2C | 2A | 3C | 165 | 1C | 20 |
| Octal | 147 | 72 | 74 | 0 | 54 | 52 | 74 | 545 | 34 | 40 |
| Binary | 1100111 | 111010 | 111100 | 0 | 101100 | 101010 | 111100 | 101100101 | 11100 | 100000 |
Color Harmonies of #673A3C
Complementary color
Monochromatic Colors of #673A3C
Black with #673A3C
Text Example
Text Example
White with #673A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673A3C; }
p { color: rgb(103,58,60); }
H1.HeaderClassName
{
color: #673A3C;
}
.AnyTagClassName
{
color: #673A3C;
}
</style>
background-color css
<style>
a { background-color: #673A3C; }
a { background-color: rgb(103,58,60); }
div.DivClassName
{
background-color: #673A3C;
}
.BgClassName
{
background-color: #673A3C;
}
</style>
border-color css
<style>
span { border-color: #673A3C; }
span { border-color: rgb(103,58,60); }
td.TdClassName
{
border-color: #673A3C;
}
.TagClassName
{
border-color: #673A3C;
}
</style>