Shades of Merlot #6F3A43
Tints of Merlot #6F3A43
RGB
CMYK
RGB Variations
Color information
#6F3A43 (or 0x6F3A43) is known color: Merlot. HEX triplet: 6F, 3A and 43. RGB value is (111,58,67). Sum of RGB (Red+Green+Blue) = 111+58+67=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A43 is #90C5BC. Grayscale: #4A4A4A. Windows color (decimal): -9487805 or 4405871. OLE color: 4405871.
HSL color Cylindrical-coordinate representation of color #6F3A43: hue angle of 349.81º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F3A43 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 58 | 67 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.56 |
| HSL | 349.81º | 0.31% | 0.33% | - |
| HSV(B) | 349.81º | 0.48% | 0.44% | - |
| XYZ | 9.08 | 6.81 | 6.15 | - |
| YUV | 74.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 67 | 0 | 0.48 | 0.40 | 0.56 | 349.81 | 0.31 | 0.33 |
| Hex | 6F | 3A | 43 | 0 | 30 | 28 | 38 | 15E | 1F | 21 |
| Octal | 157 | 72 | 103 | 0 | 60 | 50 | 70 | 536 | 37 | 41 |
| Binary | 1101111 | 111010 | 1000011 | 0 | 110000 | 101000 | 111000 | 101011110 | 11111 | 100001 |
Color Harmonies of #6F3A43
Complementary color
Monochromatic Colors of #6F3A43
Black with #6F3A43
Text Example
Text Example
White with #6F3A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3A43; }
p { color: rgb(111,58,67); }
H1.HeaderClassName
{
color: #6F3A43;
}
.AnyTagClassName
{
color: #6F3A43;
}
</style>
background-color css
<style>
a { background-color: #6F3A43; }
a { background-color: rgb(111,58,67); }
div.DivClassName
{
background-color: #6F3A43;
}
.BgClassName
{
background-color: #6F3A43;
}
</style>
border-color css
<style>
span { border-color: #6F3A43; }
span { border-color: rgb(111,58,67); }
td.TdClassName
{
border-color: #6F3A43;
}
.TagClassName
{
border-color: #6F3A43;
}
</style>