Shades of Merlot #67343D
Tints of Merlot #67343D
RGB
CMYK
RGB Variations
Color information
#67343D (or 0x67343D) is known color: Merlot. HEX triplet: 67, 34 and 3D. RGB value is (103,52,61). Sum of RGB (Red+Green+Blue) = 103+52+61=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 103 - color contains mainly: red. Hex color #67343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67343D is #98CBC2. Grayscale: #444444. Windows color (decimal): -10013635 or 4011111. OLE color: 4011111.
HSL color Cylindrical-coordinate representation of color #67343D: hue angle of 349.41º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67343D is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 52 | 61 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.60 |
| HSL | 349.41º | 0.33% | 0.3% | - |
| HSV(B) | 349.41º | 0.5% | 0.4% | - |
| XYZ | 7.66 | 5.68 | 5.11 | - |
| YUV | 68.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 61 | 0 | 0.50 | 0.41 | 0.60 | 349.41 | 0.33 | 0.3 |
| Hex | 67 | 34 | 3D | 0 | 32 | 29 | 3C | 15D | 21 | 1E |
| Octal | 147 | 64 | 75 | 0 | 62 | 51 | 74 | 535 | 41 | 36 |
| Binary | 1100111 | 110100 | 111101 | 0 | 110010 | 101001 | 111100 | 101011101 | 100001 | 11110 |
Color Harmonies of #67343D
Complementary color
Monochromatic Colors of #67343D
Black with #67343D
Text Example
Text Example
White with #67343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67343D; }
p { color: rgb(103,52,61); }
H1.HeaderClassName
{
color: #67343D;
}
.AnyTagClassName
{
color: #67343D;
}
</style>
background-color css
<style>
a { background-color: #67343D; }
a { background-color: rgb(103,52,61); }
div.DivClassName
{
background-color: #67343D;
}
.BgClassName
{
background-color: #67343D;
}
</style>
border-color css
<style>
span { border-color: #67343D; }
span { border-color: rgb(103,52,61); }
td.TdClassName
{
border-color: #67343D;
}
.TagClassName
{
border-color: #67343D;
}
</style>