Shades of Merlot #6F373A
Tints of Merlot #6F373A
RGB
CMYK
RGB Variations
Color information
#6F373A (or 0x6F373A) is known color: Merlot. HEX triplet: 6F, 37 and 3A. RGB value is (111,55,58). Sum of RGB (Red+Green+Blue) = 111+55+58=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F373A is #90C8C5. Grayscale: #484848. Windows color (decimal): -9488582 or 3815279. OLE color: 3815279.
HSL color Cylindrical-coordinate representation of color #6F373A: hue angle of 356.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F373A is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 55 | 58 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.56 |
| HSL | 356.79º | 0.34% | 0.33% | - |
| HSV(B) | 356.79º | 0.5% | 0.44% | - |
| XYZ | 8.69 | 6.42 | 4.78 | - |
| YUV | 72.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 58 | 0 | 0.50 | 0.48 | 0.56 | 356.79 | 0.34 | 0.33 |
| Hex | 6F | 37 | 3A | 0 | 32 | 30 | 38 | 165 | 22 | 21 |
| Octal | 157 | 67 | 72 | 0 | 62 | 60 | 70 | 545 | 42 | 41 |
| Binary | 1101111 | 110111 | 111010 | 0 | 110010 | 110000 | 111000 | 101100101 | 100010 | 100001 |
Color Harmonies of #6F373A
Complementary color
Monochromatic Colors of #6F373A
Black with #6F373A
Text Example
Text Example
White with #6F373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F373A; }
p { color: rgb(111,55,58); }
H1.HeaderClassName
{
color: #6F373A;
}
.AnyTagClassName
{
color: #6F373A;
}
</style>
background-color css
<style>
a { background-color: #6F373A; }
a { background-color: rgb(111,55,58); }
div.DivClassName
{
background-color: #6F373A;
}
.BgClassName
{
background-color: #6F373A;
}
</style>
border-color css
<style>
span { border-color: #6F373A; }
span { border-color: rgb(111,55,58); }
td.TdClassName
{
border-color: #6F373A;
}
.TagClassName
{
border-color: #6F373A;
}
</style>