Shades of Merlot #673B3E
Tints of Merlot #673B3E
RGB
CMYK
RGB Variations
Color information
#673B3E (or 0x673B3E) is known color: Merlot. HEX triplet: 67, 3B and 3E. RGB value is (103,59,62). Sum of RGB (Red+Green+Blue) = 103+59+62=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #673B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673B3E is #98C4C1. Grayscale: #484848. Windows color (decimal): -10011842 or 4078439. OLE color: 4078439.
HSL color Cylindrical-coordinate representation of color #673B3E: hue angle of 355.91º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #673B3E is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 59 | 62 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.60 |
| HSL | 355.91º | 0.27% | 0.32% | - |
| HSV(B) | 355.91º | 0.43% | 0.4% | - |
| XYZ | 8.03 | 6.36 | 5.36 | - |
| YUV | 72.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 62 | 0 | 0.43 | 0.40 | 0.60 | 355.91 | 0.27 | 0.32 |
| Hex | 67 | 3B | 3E | 0 | 2B | 28 | 3C | 164 | 1B | 20 |
| Octal | 147 | 73 | 76 | 0 | 53 | 50 | 74 | 544 | 33 | 40 |
| Binary | 1100111 | 111011 | 111110 | 0 | 101011 | 101000 | 111100 | 101100100 | 11011 | 100000 |
Color Harmonies of #673B3E
Complementary color
Monochromatic Colors of #673B3E
Black with #673B3E
Text Example
Text Example
White with #673B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673B3E; }
p { color: rgb(103,59,62); }
H1.HeaderClassName
{
color: #673B3E;
}
.AnyTagClassName
{
color: #673B3E;
}
</style>
background-color css
<style>
a { background-color: #673B3E; }
a { background-color: rgb(103,59,62); }
div.DivClassName
{
background-color: #673B3E;
}
.BgClassName
{
background-color: #673B3E;
}
</style>
border-color css
<style>
span { border-color: #673B3E; }
span { border-color: rgb(103,59,62); }
td.TdClassName
{
border-color: #673B3E;
}
.TagClassName
{
border-color: #673B3E;
}
</style>