Shades of Merlot #673538
Tints of Merlot #673538
RGB
CMYK
RGB Variations
Color information
#673538 (or 0x673538) is known color: Merlot. HEX triplet: 67, 35 and 38. RGB value is (103,53,56). Sum of RGB (Red+Green+Blue) = 103+53+56=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #673538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673538 is #98CAC7. Grayscale: #444444. Windows color (decimal): -10013384 or 3683687. OLE color: 3683687.
HSL color Cylindrical-coordinate representation of color #673538: hue angle of 356.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #673538 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 53 | 56 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.60 |
| HSL | 356.4º | 0.32% | 0.31% | - |
| HSV(B) | 356.4º | 0.49% | 0.4% | - |
| XYZ | 7.58 | 5.72 | 4.45 | - |
| YUV | 68.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 53 | 56 | 0 | 0.49 | 0.46 | 0.60 | 356.4 | 0.32 | 0.31 |
| Hex | 67 | 35 | 38 | 0 | 31 | 2E | 3C | 164 | 20 | 1F |
| Octal | 147 | 65 | 70 | 0 | 61 | 56 | 74 | 544 | 40 | 37 |
| Binary | 1100111 | 110101 | 111000 | 0 | 110001 | 101110 | 111100 | 101100100 | 100000 | 11111 |
Color Harmonies of #673538
Complementary color
Monochromatic Colors of #673538
Black with #673538
Text Example
Text Example
White with #673538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673538; }
p { color: rgb(103,53,56); }
H1.HeaderClassName
{
color: #673538;
}
.AnyTagClassName
{
color: #673538;
}
</style>
background-color css
<style>
a { background-color: #673538; }
a { background-color: rgb(103,53,56); }
div.DivClassName
{
background-color: #673538;
}
.BgClassName
{
background-color: #673538;
}
</style>
border-color css
<style>
span { border-color: #673538; }
span { border-color: rgb(103,53,56); }
td.TdClassName
{
border-color: #673538;
}
.TagClassName
{
border-color: #673538;
}
</style>