Shades of Merlot #6F2E36
Tints of Merlot #6F2E36
RGB
CMYK
RGB Variations
Color information
#6F2E36 (or 0x6F2E36) is known color: Merlot. HEX triplet: 6F, 2E and 36. RGB value is (111,46,54). Sum of RGB (Red+Green+Blue) = 111+46+54=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2E36 is #90D1C9. Grayscale: #424242. Windows color (decimal): -9490890 or 3550831. OLE color: 3550831.
HSL color Cylindrical-coordinate representation of color #6F2E36: hue angle of 352.62º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F2E36 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 46 | 54 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.56 |
| HSL | 352.62º | 0.41% | 0.31% | - |
| HSV(B) | 352.62º | 0.59% | 0.44% | - |
| XYZ | 8.2 | 5.6 | 4.14 | - |
| YUV | 66.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 46 | 54 | 0 | 0.59 | 0.51 | 0.56 | 352.62 | 0.41 | 0.31 |
| Hex | 6F | 2E | 36 | 0 | 3B | 33 | 38 | 161 | 29 | 1F |
| Octal | 157 | 56 | 66 | 0 | 73 | 63 | 70 | 541 | 51 | 37 |
| Binary | 1101111 | 101110 | 110110 | 0 | 111011 | 110011 | 111000 | 101100001 | 101001 | 11111 |
Color Harmonies of #6F2E36
Complementary color
Monochromatic Colors of #6F2E36
Black with #6F2E36
Text Example
Text Example
White with #6F2E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2E36; }
p { color: rgb(111,46,54); }
H1.HeaderClassName
{
color: #6F2E36;
}
.AnyTagClassName
{
color: #6F2E36;
}
</style>
background-color css
<style>
a { background-color: #6F2E36; }
a { background-color: rgb(111,46,54); }
div.DivClassName
{
background-color: #6F2E36;
}
.BgClassName
{
background-color: #6F2E36;
}
</style>
border-color css
<style>
span { border-color: #6F2E36; }
span { border-color: rgb(111,46,54); }
td.TdClassName
{
border-color: #6F2E36;
}
.TagClassName
{
border-color: #6F2E36;
}
</style>