Shades of Merlot #6F3440
Tints of Merlot #6F3440
RGB
CMYK
RGB Variations
Color information
#6F3440 (or 0x6F3440) is known color: Merlot. HEX triplet: 6F, 34 and 40. RGB value is (111,52,64). Sum of RGB (Red+Green+Blue) = 111+52+64=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3440 is #90CBBF. Grayscale: #474747. Windows color (decimal): -9489344 or 4207727. OLE color: 4207727.
HSL color Cylindrical-coordinate representation of color #6F3440: hue angle of 347.8º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F3440 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 64 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.56 |
| HSL | 347.8º | 0.36% | 0.32% | - |
| HSV(B) | 347.8º | 0.53% | 0.44% | - |
| XYZ | 8.71 | 6.21 | 5.59 | - |
| YUV | 71.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 64 | 0 | 0.53 | 0.42 | 0.56 | 347.8 | 0.36 | 0.32 |
| Hex | 6F | 34 | 40 | 0 | 35 | 2A | 38 | 15C | 24 | 20 |
| Octal | 157 | 64 | 100 | 0 | 65 | 52 | 70 | 534 | 44 | 40 |
| Binary | 1101111 | 110100 | 1000000 | 0 | 110101 | 101010 | 111000 | 101011100 | 100100 | 100000 |
Color Harmonies of #6F3440
Complementary color
Monochromatic Colors of #6F3440
Black with #6F3440
Text Example
Text Example
White with #6F3440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3440; }
p { color: rgb(111,52,64); }
H1.HeaderClassName
{
color: #6F3440;
}
.AnyTagClassName
{
color: #6F3440;
}
</style>
background-color css
<style>
a { background-color: #6F3440; }
a { background-color: rgb(111,52,64); }
div.DivClassName
{
background-color: #6F3440;
}
.BgClassName
{
background-color: #6F3440;
}
</style>
border-color css
<style>
span { border-color: #6F3440; }
span { border-color: rgb(111,52,64); }
td.TdClassName
{
border-color: #6F3440;
}
.TagClassName
{
border-color: #6F3440;
}
</style>