Shades of Merlot #673A3D
Tints of Merlot #673A3D
RGB
CMYK
RGB Variations
Color information
#673A3D (or 0x673A3D) is known color: Merlot. HEX triplet: 67, 3A and 3D. RGB value is (103,58,61). Sum of RGB (Red+Green+Blue) = 103+58+61=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #673A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673A3D is #98C5C2. Grayscale: #474747. Windows color (decimal): -10012099 or 4012647. OLE color: 4012647.
HSL color Cylindrical-coordinate representation of color #673A3D: hue angle of 356º 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 #673A3D is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 58 | 61 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.60 |
| HSL | 356º | 0.28% | 0.32% | - |
| HSV(B) | 356º | 0.44% | 0.4% | - |
| XYZ | 7.95 | 6.25 | 5.2 | - |
| YUV | 71.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 61 | 0 | 0.44 | 0.41 | 0.60 | 356 | 0.28 | 0.32 |
| Hex | 67 | 3A | 3D | 0 | 2C | 29 | 3C | 164 | 1C | 20 |
| Octal | 147 | 72 | 75 | 0 | 54 | 51 | 74 | 544 | 34 | 40 |
| Binary | 1100111 | 111010 | 111101 | 0 | 101100 | 101001 | 111100 | 101100100 | 11100 | 100000 |
Color Harmonies of #673A3D
Complementary color
Monochromatic Colors of #673A3D
Black with #673A3D
Text Example
Text Example
White with #673A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673A3D; }
p { color: rgb(103,58,61); }
H1.HeaderClassName
{
color: #673A3D;
}
.AnyTagClassName
{
color: #673A3D;
}
</style>
background-color css
<style>
a { background-color: #673A3D; }
a { background-color: rgb(103,58,61); }
div.DivClassName
{
background-color: #673A3D;
}
.BgClassName
{
background-color: #673A3D;
}
</style>
border-color css
<style>
span { border-color: #673A3D; }
span { border-color: rgb(103,58,61); }
td.TdClassName
{
border-color: #673A3D;
}
.TagClassName
{
border-color: #673A3D;
}
</style>