Shades of Merlot #6B3239
Tints of Merlot #6B3239
RGB
CMYK
RGB Variations
Color information
#6B3239 (or 0x6B3239) is known color: Merlot. HEX triplet: 6B, 32 and 39. RGB value is (107,50,57). Sum of RGB (Red+Green+Blue) = 107+50+57=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3239 is #94CDC6. Grayscale: #434343. Windows color (decimal): -9752007 or 3748459. OLE color: 3748459.
HSL color Cylindrical-coordinate representation of color #6B3239: hue angle of 352.63º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B3239 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 50 | 57 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.58 |
| HSL | 352.63º | 0.36% | 0.31% | - |
| HSV(B) | 352.63º | 0.53% | 0.42% | - |
| XYZ | 7.94 | 5.7 | 4.55 | - |
| YUV | 67.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 50 | 57 | 0 | 0.53 | 0.47 | 0.58 | 352.63 | 0.36 | 0.31 |
| Hex | 6B | 32 | 39 | 0 | 35 | 2F | 3A | 161 | 24 | 1F |
| Octal | 153 | 62 | 71 | 0 | 65 | 57 | 72 | 541 | 44 | 37 |
| Binary | 1101011 | 110010 | 111001 | 0 | 110101 | 101111 | 111010 | 101100001 | 100100 | 11111 |
Color Harmonies of #6B3239
Complementary color
Monochromatic Colors of #6B3239
Black with #6B3239
Text Example
Text Example
White with #6B3239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3239; }
p { color: rgb(107,50,57); }
H1.HeaderClassName
{
color: #6B3239;
}
.AnyTagClassName
{
color: #6B3239;
}
</style>
background-color css
<style>
a { background-color: #6B3239; }
a { background-color: rgb(107,50,57); }
div.DivClassName
{
background-color: #6B3239;
}
.BgClassName
{
background-color: #6B3239;
}
</style>
border-color css
<style>
span { border-color: #6B3239; }
span { border-color: rgb(107,50,57); }
td.TdClassName
{
border-color: #6B3239;
}
.TagClassName
{
border-color: #6B3239;
}
</style>