Shades of Merlot #6F3235
Tints of Merlot #6F3235
RGB
CMYK
RGB Variations
Color information
#6F3235 (or 0x6F3235) is known color: Merlot. HEX triplet: 6F, 32 and 35. RGB value is (111,50,53). Sum of RGB (Red+Green+Blue) = 111+50+53=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3235 is #90CDCA. Grayscale: #444444. Windows color (decimal): -9489867 or 3486319. OLE color: 3486319.
HSL color Cylindrical-coordinate representation of color #6F3235: hue angle of 357.05º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F3235 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 50 | 53 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.56 |
| HSL | 357.05º | 0.38% | 0.32% | - |
| HSV(B) | 357.05º | 0.55% | 0.44% | - |
| XYZ | 8.34 | 5.92 | 4.07 | - |
| YUV | 68.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 53 | 0 | 0.55 | 0.52 | 0.56 | 357.05 | 0.38 | 0.32 |
| Hex | 6F | 32 | 35 | 0 | 37 | 34 | 38 | 165 | 26 | 20 |
| Octal | 157 | 62 | 65 | 0 | 67 | 64 | 70 | 545 | 46 | 40 |
| Binary | 1101111 | 110010 | 110101 | 0 | 110111 | 110100 | 111000 | 101100101 | 100110 | 100000 |
Color Harmonies of #6F3235
Complementary color
Monochromatic Colors of #6F3235
Black with #6F3235
Text Example
Text Example
White with #6F3235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3235; }
p { color: rgb(111,50,53); }
H1.HeaderClassName
{
color: #6F3235;
}
.AnyTagClassName
{
color: #6F3235;
}
</style>
background-color css
<style>
a { background-color: #6F3235; }
a { background-color: rgb(111,50,53); }
div.DivClassName
{
background-color: #6F3235;
}
.BgClassName
{
background-color: #6F3235;
}
</style>
border-color css
<style>
span { border-color: #6F3235; }
span { border-color: rgb(111,50,53); }
td.TdClassName
{
border-color: #6F3235;
}
.TagClassName
{
border-color: #6F3235;
}
</style>