Shades of Merlot #6C2D35
Tints of Merlot #6C2D35
RGB
CMYK
RGB Variations
Color information
#6C2D35 (or 0x6C2D35) is known color: Merlot. HEX triplet: 6C, 2D and 35. RGB value is (108,45,53). Sum of RGB (Red+Green+Blue) = 108+45+53=206 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.43% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2D35 is #93D2CA. Grayscale: #404040. Windows color (decimal): -9687755 or 3485036. OLE color: 3485036.
HSL color Cylindrical-coordinate representation of color #6C2D35: hue angle of 352.38º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C2D35 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 45 | 53 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.58 |
| HSL | 352.38º | 0.41% | 0.3% | - |
| HSV(B) | 352.38º | 0.58% | 0.42% | - |
| XYZ | 7.77 | 5.32 | 3.99 | - |
| YUV | 64.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 45 | 53 | 0 | 0.58 | 0.51 | 0.58 | 352.38 | 0.41 | 0.3 |
| Hex | 6C | 2D | 35 | 0 | 3A | 33 | 3A | 160 | 29 | 1E |
| Octal | 154 | 55 | 65 | 0 | 72 | 63 | 72 | 540 | 51 | 36 |
| Binary | 1101100 | 101101 | 110101 | 0 | 111010 | 110011 | 111010 | 101100000 | 101001 | 11110 |
Color Harmonies of #6C2D35
Complementary color
Monochromatic Colors of #6C2D35
Black with #6C2D35
Text Example
Text Example
White with #6C2D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2D35; }
p { color: rgb(108,45,53); }
H1.HeaderClassName
{
color: #6C2D35;
}
.AnyTagClassName
{
color: #6C2D35;
}
</style>
background-color css
<style>
a { background-color: #6C2D35; }
a { background-color: rgb(108,45,53); }
div.DivClassName
{
background-color: #6C2D35;
}
.BgClassName
{
background-color: #6C2D35;
}
</style>
border-color css
<style>
span { border-color: #6C2D35; }
span { border-color: rgb(108,45,53); }
td.TdClassName
{
border-color: #6C2D35;
}
.TagClassName
{
border-color: #6C2D35;
}
</style>