Shades of Merlot #6F313B
Tints of Merlot #6F313B
RGB
CMYK
RGB Variations
Color information
#6F313B (or 0x6F313B) is known color: Merlot. HEX triplet: 6F, 31 and 3B. RGB value is (111,49,59). Sum of RGB (Red+Green+Blue) = 111+49+59=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F313B is #90CEC4. Grayscale: #444444. Windows color (decimal): -9490117 or 3879279. OLE color: 3879279.
HSL color Cylindrical-coordinate representation of color #6F313B: hue angle of 350.32º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F313B is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 59 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.56 |
| HSL | 350.32º | 0.39% | 0.31% | - |
| HSV(B) | 350.32º | 0.56% | 0.44% | - |
| XYZ | 8.44 | 5.89 | 4.83 | - |
| YUV | 68.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 59 | 0 | 0.56 | 0.47 | 0.56 | 350.32 | 0.39 | 0.31 |
| Hex | 6F | 31 | 3B | 0 | 38 | 2F | 38 | 15E | 27 | 1F |
| Octal | 157 | 61 | 73 | 0 | 70 | 57 | 70 | 536 | 47 | 37 |
| Binary | 1101111 | 110001 | 111011 | 0 | 111000 | 101111 | 111000 | 101011110 | 100111 | 11111 |
Color Harmonies of #6F313B
Complementary color
Monochromatic Colors of #6F313B
Black with #6F313B
Text Example
Text Example
White with #6F313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F313B; }
p { color: rgb(111,49,59); }
H1.HeaderClassName
{
color: #6F313B;
}
.AnyTagClassName
{
color: #6F313B;
}
</style>
background-color css
<style>
a { background-color: #6F313B; }
a { background-color: rgb(111,49,59); }
div.DivClassName
{
background-color: #6F313B;
}
.BgClassName
{
background-color: #6F313B;
}
</style>
border-color css
<style>
span { border-color: #6F313B; }
span { border-color: rgb(111,49,59); }
td.TdClassName
{
border-color: #6F313B;
}
.TagClassName
{
border-color: #6F313B;
}
</style>