Shades of Merlot #6F393F
Tints of Merlot #6F393F
RGB
CMYK
RGB Variations
Color information
#6F393F (or 0x6F393F) is known color: Merlot. HEX triplet: 6F, 39 and 3F. RGB value is (111,57,63). Sum of RGB (Red+Green+Blue) = 111+57+63=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F393F is #90C6C0. Grayscale: #494949. Windows color (decimal): -9488065 or 4143471. OLE color: 4143471.
HSL color Cylindrical-coordinate representation of color #6F393F: hue angle of 353.33º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F393F is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 57 | 63 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.56 |
| HSL | 353.33º | 0.32% | 0.33% | - |
| HSV(B) | 353.33º | 0.49% | 0.44% | - |
| XYZ | 8.92 | 6.66 | 5.52 | - |
| YUV | 73.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 57 | 63 | 0 | 0.49 | 0.43 | 0.56 | 353.33 | 0.32 | 0.33 |
| Hex | 6F | 39 | 3F | 0 | 31 | 2B | 38 | 161 | 20 | 21 |
| Octal | 157 | 71 | 77 | 0 | 61 | 53 | 70 | 541 | 40 | 41 |
| Binary | 1101111 | 111001 | 111111 | 0 | 110001 | 101011 | 111000 | 101100001 | 100000 | 100001 |
Color Harmonies of #6F393F
Complementary color
Monochromatic Colors of #6F393F
Black with #6F393F
Text Example
Text Example
White with #6F393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F393F; }
p { color: rgb(111,57,63); }
H1.HeaderClassName
{
color: #6F393F;
}
.AnyTagClassName
{
color: #6F393F;
}
</style>
background-color css
<style>
a { background-color: #6F393F; }
a { background-color: rgb(111,57,63); }
div.DivClassName
{
background-color: #6F393F;
}
.BgClassName
{
background-color: #6F393F;
}
</style>
border-color css
<style>
span { border-color: #6F393F; }
span { border-color: rgb(111,57,63); }
td.TdClassName
{
border-color: #6F393F;
}
.TagClassName
{
border-color: #6F393F;
}
</style>