Shades of Merlot #673940
Tints of Merlot #673940
RGB
CMYK
RGB Variations
Color information
#673940 (or 0x673940) is known color: Merlot. HEX triplet: 67, 39 and 40. RGB value is (103,57,64). Sum of RGB (Red+Green+Blue) = 103+57+64=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #673940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673940 is #98C6BF. Grayscale: #474747. Windows color (decimal): -10012352 or 4208999. OLE color: 4208999.
HSL color Cylindrical-coordinate representation of color #673940: hue angle of 350.87º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #673940 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 57 | 64 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.60 |
| HSL | 350.87º | 0.29% | 0.31% | - |
| HSV(B) | 350.87º | 0.45% | 0.4% | - |
| XYZ | 7.98 | 6.18 | 5.62 | - |
| YUV | 71.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 64 | 0 | 0.45 | 0.38 | 0.60 | 350.87 | 0.29 | 0.31 |
| Hex | 67 | 39 | 40 | 0 | 2D | 26 | 3C | 15F | 1D | 1F |
| Octal | 147 | 71 | 100 | 0 | 55 | 46 | 74 | 537 | 35 | 37 |
| Binary | 1100111 | 111001 | 1000000 | 0 | 101101 | 100110 | 111100 | 101011111 | 11101 | 11111 |
Color Harmonies of #673940
Complementary color
Monochromatic Colors of #673940
Black with #673940
Text Example
Text Example
White with #673940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673940; }
p { color: rgb(103,57,64); }
H1.HeaderClassName
{
color: #673940;
}
.AnyTagClassName
{
color: #673940;
}
</style>
background-color css
<style>
a { background-color: #673940; }
a { background-color: rgb(103,57,64); }
div.DivClassName
{
background-color: #673940;
}
.BgClassName
{
background-color: #673940;
}
</style>
border-color css
<style>
span { border-color: #673940; }
span { border-color: rgb(103,57,64); }
td.TdClassName
{
border-color: #673940;
}
.TagClassName
{
border-color: #673940;
}
</style>