Shades of Merlot #6F3039
Tints of Merlot #6F3039
RGB
CMYK
RGB Variations
Color information
#6F3039 (or 0x6F3039) is known color: Merlot. HEX triplet: 6F, 30 and 39. RGB value is (111,48,57). Sum of RGB (Red+Green+Blue) = 111+48+57=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3039 is #90CFC6. Grayscale: #434343. Windows color (decimal): -9490375 or 3747951. OLE color: 3747951.
HSL color Cylindrical-coordinate representation of color #6F3039: hue angle of 351.43º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F3039 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 48 | 57 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.56 |
| HSL | 351.43º | 0.4% | 0.31% | - |
| HSV(B) | 351.43º | 0.57% | 0.44% | - |
| XYZ | 8.35 | 5.79 | 4.55 | - |
| YUV | 67.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 48 | 57 | 0 | 0.57 | 0.49 | 0.56 | 351.43 | 0.4 | 0.31 |
| Hex | 6F | 30 | 39 | 0 | 39 | 31 | 38 | 15F | 28 | 1F |
| Octal | 157 | 60 | 71 | 0 | 71 | 61 | 70 | 537 | 50 | 37 |
| Binary | 1101111 | 110000 | 111001 | 0 | 111001 | 110001 | 111000 | 101011111 | 101000 | 11111 |
Color Harmonies of #6F3039
Complementary color
Monochromatic Colors of #6F3039
Black with #6F3039
Text Example
Text Example
White with #6F3039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3039; }
p { color: rgb(111,48,57); }
H1.HeaderClassName
{
color: #6F3039;
}
.AnyTagClassName
{
color: #6F3039;
}
</style>
background-color css
<style>
a { background-color: #6F3039; }
a { background-color: rgb(111,48,57); }
div.DivClassName
{
background-color: #6F3039;
}
.BgClassName
{
background-color: #6F3039;
}
</style>
border-color css
<style>
span { border-color: #6F3039; }
span { border-color: rgb(111,48,57); }
td.TdClassName
{
border-color: #6F3039;
}
.TagClassName
{
border-color: #6F3039;
}
</style>