Shades of Merlot #6F3540
Tints of Merlot #6F3540
RGB
CMYK
RGB Variations
Color information
#6F3540 (or 0x6F3540) is known color: Merlot. HEX triplet: 6F, 35 and 40. RGB value is (111,53,64). Sum of RGB (Red+Green+Blue) = 111+53+64=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3540 is #90CABF. Grayscale: #474747. Windows color (decimal): -9489088 or 4207983. OLE color: 4207983.
HSL color Cylindrical-coordinate representation of color #6F3540: hue angle of 348.62º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F3540 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 53 | 64 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.56 |
| HSL | 348.62º | 0.35% | 0.32% | - |
| HSV(B) | 348.62º | 0.52% | 0.44% | - |
| XYZ | 8.75 | 6.3 | 5.6 | - |
| YUV | 71.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 64 | 0 | 0.52 | 0.42 | 0.56 | 348.62 | 0.35 | 0.32 |
| Hex | 6F | 35 | 40 | 0 | 34 | 2A | 38 | 15D | 23 | 20 |
| Octal | 157 | 65 | 100 | 0 | 64 | 52 | 70 | 535 | 43 | 40 |
| Binary | 1101111 | 110101 | 1000000 | 0 | 110100 | 101010 | 111000 | 101011101 | 100011 | 100000 |
Color Harmonies of #6F3540
Complementary color
Monochromatic Colors of #6F3540
Black with #6F3540
Text Example
Text Example
White with #6F3540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3540; }
p { color: rgb(111,53,64); }
H1.HeaderClassName
{
color: #6F3540;
}
.AnyTagClassName
{
color: #6F3540;
}
</style>
background-color css
<style>
a { background-color: #6F3540; }
a { background-color: rgb(111,53,64); }
div.DivClassName
{
background-color: #6F3540;
}
.BgClassName
{
background-color: #6F3540;
}
</style>
border-color css
<style>
span { border-color: #6F3540; }
span { border-color: rgb(111,53,64); }
td.TdClassName
{
border-color: #6F3540;
}
.TagClassName
{
border-color: #6F3540;
}
</style>