Shades of Merlot #67353E
Tints of Merlot #67353E
RGB
CMYK
RGB Variations
Color information
#67353E (or 0x67353E) is known color: Merlot. HEX triplet: 67, 35 and 3E. RGB value is (103,53,62). Sum of RGB (Red+Green+Blue) = 103+53+62=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #67353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67353E is #98CAC1. Grayscale: #444444. Windows color (decimal): -10013378 or 4076903. OLE color: 4076903.
HSL color Cylindrical-coordinate representation of color #67353E: hue angle of 349.2º 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 #67353E is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 53 | 62 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.60 |
| HSL | 349.2º | 0.32% | 0.31% | - |
| HSV(B) | 349.2º | 0.49% | 0.4% | - |
| XYZ | 7.74 | 5.78 | 5.26 | - |
| YUV | 68.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 53 | 62 | 0 | 0.49 | 0.40 | 0.60 | 349.2 | 0.32 | 0.31 |
| Hex | 67 | 35 | 3E | 0 | 31 | 28 | 3C | 15D | 20 | 1F |
| Octal | 147 | 65 | 76 | 0 | 61 | 50 | 74 | 535 | 40 | 37 |
| Binary | 1100111 | 110101 | 111110 | 0 | 110001 | 101000 | 111100 | 101011101 | 100000 | 11111 |
Color Harmonies of #67353E
Complementary color
Monochromatic Colors of #67353E
Black with #67353E
Text Example
Text Example
White with #67353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67353E; }
p { color: rgb(103,53,62); }
H1.HeaderClassName
{
color: #67353E;
}
.AnyTagClassName
{
color: #67353E;
}
</style>
background-color css
<style>
a { background-color: #67353E; }
a { background-color: rgb(103,53,62); }
div.DivClassName
{
background-color: #67353E;
}
.BgClassName
{
background-color: #67353E;
}
</style>
border-color css
<style>
span { border-color: #67353E; }
span { border-color: rgb(103,53,62); }
td.TdClassName
{
border-color: #67353E;
}
.TagClassName
{
border-color: #67353E;
}
</style>