Shades of Merlot #6A2D36
Tints of Merlot #6A2D36
RGB
CMYK
RGB Variations
Color information
#6A2D36 (or 0x6A2D36) is known color: Merlot. HEX triplet: 6A, 2D and 36. RGB value is (106,45,54). Sum of RGB (Red+Green+Blue) = 106+45+54=205 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.71% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2D36 is #95D2C9. Grayscale: #404040. Windows color (decimal): -9818826 or 3550570. OLE color: 3550570.
HSL color Cylindrical-coordinate representation of color #6A2D36: hue angle of 351.15º degrees, saturation: 0.4, 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 #6A2D36 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 45 | 54 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.58 |
| HSL | 351.15º | 0.4% | 0.3% | - |
| HSV(B) | 351.15º | 0.58% | 0.42% | - |
| XYZ | 7.55 | 5.21 | 4.1 | - |
| YUV | 64.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 45 | 54 | 0 | 0.58 | 0.49 | 0.58 | 351.15 | 0.4 | 0.3 |
| Hex | 6A | 2D | 36 | 0 | 3A | 31 | 3A | 15F | 28 | 1E |
| Octal | 152 | 55 | 66 | 0 | 72 | 61 | 72 | 537 | 50 | 36 |
| Binary | 1101010 | 101101 | 110110 | 0 | 111010 | 110001 | 111010 | 101011111 | 101000 | 11110 |
Color Harmonies of #6A2D36
Complementary color
Monochromatic Colors of #6A2D36
Black with #6A2D36
Text Example
Text Example
White with #6A2D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2D36; }
p { color: rgb(106,45,54); }
H1.HeaderClassName
{
color: #6A2D36;
}
.AnyTagClassName
{
color: #6A2D36;
}
</style>
background-color css
<style>
a { background-color: #6A2D36; }
a { background-color: rgb(106,45,54); }
div.DivClassName
{
background-color: #6A2D36;
}
.BgClassName
{
background-color: #6A2D36;
}
</style>
border-color css
<style>
span { border-color: #6A2D36; }
span { border-color: rgb(106,45,54); }
td.TdClassName
{
border-color: #6A2D36;
}
.TagClassName
{
border-color: #6A2D36;
}
</style>