Shades of Merlot #67343A
Tints of Merlot #67343A
RGB
CMYK
RGB Variations
Color information
#67343A (or 0x67343A) is known color: Merlot. HEX triplet: 67, 34 and 3A. RGB value is (103,52,58). Sum of RGB (Red+Green+Blue) = 103+52+58=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 103 - color contains mainly: red. Hex color #67343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67343A is #98CBC5. Grayscale: #434343. Windows color (decimal): -10013638 or 3814503. OLE color: 3814503.
HSL color Cylindrical-coordinate representation of color #67343A: hue angle of 352.94º 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 #67343A is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 52 | 58 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.60 |
| HSL | 352.94º | 0.33% | 0.3% | - |
| HSV(B) | 352.94º | 0.5% | 0.4% | - |
| XYZ | 7.59 | 5.65 | 4.69 | - |
| YUV | 67.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 58 | 0 | 0.50 | 0.44 | 0.60 | 352.94 | 0.33 | 0.3 |
| Hex | 67 | 34 | 3A | 0 | 32 | 2C | 3C | 161 | 21 | 1E |
| Octal | 147 | 64 | 72 | 0 | 62 | 54 | 74 | 541 | 41 | 36 |
| Binary | 1100111 | 110100 | 111010 | 0 | 110010 | 101100 | 111100 | 101100001 | 100001 | 11110 |
Color Harmonies of #67343A
Complementary color
Monochromatic Colors of #67343A
Black with #67343A
Text Example
Text Example
White with #67343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67343A; }
p { color: rgb(103,52,58); }
H1.HeaderClassName
{
color: #67343A;
}
.AnyTagClassName
{
color: #67343A;
}
</style>
background-color css
<style>
a { background-color: #67343A; }
a { background-color: rgb(103,52,58); }
div.DivClassName
{
background-color: #67343A;
}
.BgClassName
{
background-color: #67343A;
}
</style>
border-color css
<style>
span { border-color: #67343A; }
span { border-color: rgb(103,52,58); }
td.TdClassName
{
border-color: #67343A;
}
.TagClassName
{
border-color: #67343A;
}
</style>