Shades of Merlot #6F2F36
Tints of Merlot #6F2F36
RGB
CMYK
RGB Variations
Color information
#6F2F36 (or 0x6F2F36) is known color: Merlot. HEX triplet: 6F, 2F and 36. RGB value is (111,47,54). Sum of RGB (Red+Green+Blue) = 111+47+54=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2F36 is #90D0C9. Grayscale: #424242. Windows color (decimal): -9490634 or 3551087. OLE color: 3551087.
HSL color Cylindrical-coordinate representation of color #6F2F36: hue angle of 353.44º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F2F36 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 47 | 54 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.56 |
| HSL | 353.44º | 0.41% | 0.31% | - |
| HSV(B) | 353.44º | 0.58% | 0.44% | - |
| XYZ | 8.24 | 5.68 | 4.15 | - |
| YUV | 66.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 47 | 54 | 0 | 0.58 | 0.51 | 0.56 | 353.44 | 0.41 | 0.31 |
| Hex | 6F | 2F | 36 | 0 | 3A | 33 | 38 | 161 | 29 | 1F |
| Octal | 157 | 57 | 66 | 0 | 72 | 63 | 70 | 541 | 51 | 37 |
| Binary | 1101111 | 101111 | 110110 | 0 | 111010 | 110011 | 111000 | 101100001 | 101001 | 11111 |
Color Harmonies of #6F2F36
Complementary color
Monochromatic Colors of #6F2F36
Black with #6F2F36
Text Example
Text Example
White with #6F2F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2F36; }
p { color: rgb(111,47,54); }
H1.HeaderClassName
{
color: #6F2F36;
}
.AnyTagClassName
{
color: #6F2F36;
}
</style>
background-color css
<style>
a { background-color: #6F2F36; }
a { background-color: rgb(111,47,54); }
div.DivClassName
{
background-color: #6F2F36;
}
.BgClassName
{
background-color: #6F2F36;
}
</style>
border-color css
<style>
span { border-color: #6F2F36; }
span { border-color: rgb(111,47,54); }
td.TdClassName
{
border-color: #6F2F36;
}
.TagClassName
{
border-color: #6F2F36;
}
</style>