Shades of Merlot #6F3843
Tints of Merlot #6F3843
RGB
CMYK
RGB Variations
Color information
#6F3843 (or 0x6F3843) is known color: Merlot. HEX triplet: 6F, 38 and 43. RGB value is (111,56,67). Sum of RGB (Red+Green+Blue) = 111+56+67=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3843 is #90C7BC. Grayscale: #494949. Windows color (decimal): -9488317 or 4405359. OLE color: 4405359.
HSL color Cylindrical-coordinate representation of color #6F3843: hue angle of 348º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3843 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 67 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.56 |
| HSL | 348º | 0.33% | 0.33% | - |
| HSV(B) | 348º | 0.5% | 0.44% | - |
| XYZ | 8.98 | 6.61 | 6.11 | - |
| YUV | 73.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 67 | 0 | 0.50 | 0.40 | 0.56 | 348 | 0.33 | 0.33 |
| Hex | 6F | 38 | 43 | 0 | 32 | 28 | 38 | 15C | 21 | 21 |
| Octal | 157 | 70 | 103 | 0 | 62 | 50 | 70 | 534 | 41 | 41 |
| Binary | 1101111 | 111000 | 1000011 | 0 | 110010 | 101000 | 111000 | 101011100 | 100001 | 100001 |
Color Harmonies of #6F3843
Complementary color
Monochromatic Colors of #6F3843
Black with #6F3843
Text Example
Text Example
White with #6F3843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3843; }
p { color: rgb(111,56,67); }
H1.HeaderClassName
{
color: #6F3843;
}
.AnyTagClassName
{
color: #6F3843;
}
</style>
background-color css
<style>
a { background-color: #6F3843; }
a { background-color: rgb(111,56,67); }
div.DivClassName
{
background-color: #6F3843;
}
.BgClassName
{
background-color: #6F3843;
}
</style>
border-color css
<style>
span { border-color: #6F3843; }
span { border-color: rgb(111,56,67); }
td.TdClassName
{
border-color: #6F3843;
}
.TagClassName
{
border-color: #6F3843;
}
</style>