Shades of Merlot #67373D
Tints of Merlot #67373D
RGB
CMYK
RGB Variations
Color information
#67373D (or 0x67373D) is known color: Merlot. HEX triplet: 67, 37 and 3D. RGB value is (103,55,61). Sum of RGB (Red+Green+Blue) = 103+55+61=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #67373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67373D is #98C8C2. Grayscale: #464646. Windows color (decimal): -10012867 or 4011879. OLE color: 4011879.
HSL color Cylindrical-coordinate representation of color #67373D: hue angle of 352.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67373D is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 55 | 61 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.60 |
| HSL | 352.5º | 0.3% | 0.31% | - |
| HSV(B) | 352.5º | 0.47% | 0.4% | - |
| XYZ | 7.8 | 5.95 | 5.15 | - |
| YUV | 70.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 55 | 61 | 0 | 0.47 | 0.41 | 0.60 | 352.5 | 0.3 | 0.31 |
| Hex | 67 | 37 | 3D | 0 | 2F | 29 | 3C | 160 | 1E | 1F |
| Octal | 147 | 67 | 75 | 0 | 57 | 51 | 74 | 540 | 36 | 37 |
| Binary | 1100111 | 110111 | 111101 | 0 | 101111 | 101001 | 111100 | 101100000 | 11110 | 11111 |
Color Harmonies of #67373D
Complementary color
Monochromatic Colors of #67373D
Black with #67373D
Text Example
Text Example
White with #67373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67373D; }
p { color: rgb(103,55,61); }
H1.HeaderClassName
{
color: #67373D;
}
.AnyTagClassName
{
color: #67373D;
}
</style>
background-color css
<style>
a { background-color: #67373D; }
a { background-color: rgb(103,55,61); }
div.DivClassName
{
background-color: #67373D;
}
.BgClassName
{
background-color: #67373D;
}
</style>
border-color css
<style>
span { border-color: #67373D; }
span { border-color: rgb(103,55,61); }
td.TdClassName
{
border-color: #67373D;
}
.TagClassName
{
border-color: #67373D;
}
</style>