Shades of Merlot #6D393B
Tints of Merlot #6D393B
RGB
CMYK
RGB Variations
Color information
#6D393B (or 0x6D393B) is known color: Merlot. HEX triplet: 6D, 39 and 3B. RGB value is (109,57,59). Sum of RGB (Red+Green+Blue) = 109+57+59=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D393B is #92C6C4. Grayscale: #484848. Windows color (decimal): -9619141 or 3881325. OLE color: 3881325.
HSL color Cylindrical-coordinate representation of color #6D393B: hue angle of 357.69º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D393B is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 57 | 59 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.57 |
| HSL | 357.69º | 0.31% | 0.33% | - |
| HSV(B) | 357.69º | 0.48% | 0.43% | - |
| XYZ | 8.56 | 6.49 | 4.94 | - |
| YUV | 72.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 57 | 59 | 0 | 0.48 | 0.46 | 0.57 | 357.69 | 0.31 | 0.33 |
| Hex | 6D | 39 | 3B | 0 | 30 | 2E | 39 | 166 | 1F | 21 |
| Octal | 155 | 71 | 73 | 0 | 60 | 56 | 71 | 546 | 37 | 41 |
| Binary | 1101101 | 111001 | 111011 | 0 | 110000 | 101110 | 111001 | 101100110 | 11111 | 100001 |
Color Harmonies of #6D393B
Complementary color
Monochromatic Colors of #6D393B
Black with #6D393B
Text Example
Text Example
White with #6D393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D393B; }
p { color: rgb(109,57,59); }
H1.HeaderClassName
{
color: #6D393B;
}
.AnyTagClassName
{
color: #6D393B;
}
</style>
background-color css
<style>
a { background-color: #6D393B; }
a { background-color: rgb(109,57,59); }
div.DivClassName
{
background-color: #6D393B;
}
.BgClassName
{
background-color: #6D393B;
}
</style>
border-color css
<style>
span { border-color: #6D393B; }
span { border-color: rgb(109,57,59); }
td.TdClassName
{
border-color: #6D393B;
}
.TagClassName
{
border-color: #6D393B;
}
</style>