Shades of Merlot #6B2D36
Tints of Merlot #6B2D36
RGB
CMYK
RGB Variations
Color information
#6B2D36 (or 0x6B2D36) is known color: Merlot. HEX triplet: 6B, 2D and 36. RGB value is (107,45,54). Sum of RGB (Red+Green+Blue) = 107+45+54=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2D36 is #94D2C9. Grayscale: #404040. Windows color (decimal): -9753290 or 3550571. OLE color: 3550571.
HSL color Cylindrical-coordinate representation of color #6B2D36: hue angle of 351.29º 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 #6B2D36 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 45 | 54 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.58 |
| HSL | 351.29º | 0.41% | 0.3% | - |
| HSV(B) | 351.29º | 0.58% | 0.42% | - |
| XYZ | 7.67 | 5.27 | 4.1 | - |
| YUV | 64.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 45 | 54 | 0 | 0.58 | 0.50 | 0.58 | 351.29 | 0.41 | 0.3 |
| Hex | 6B | 2D | 36 | 0 | 3A | 32 | 3A | 15F | 29 | 1E |
| Octal | 153 | 55 | 66 | 0 | 72 | 62 | 72 | 537 | 51 | 36 |
| Binary | 1101011 | 101101 | 110110 | 0 | 111010 | 110010 | 111010 | 101011111 | 101001 | 11110 |
Color Harmonies of #6B2D36
Complementary color
Monochromatic Colors of #6B2D36
Black with #6B2D36
Text Example
Text Example
White with #6B2D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2D36; }
p { color: rgb(107,45,54); }
H1.HeaderClassName
{
color: #6B2D36;
}
.AnyTagClassName
{
color: #6B2D36;
}
</style>
background-color css
<style>
a { background-color: #6B2D36; }
a { background-color: rgb(107,45,54); }
div.DivClassName
{
background-color: #6B2D36;
}
.BgClassName
{
background-color: #6B2D36;
}
</style>
border-color css
<style>
span { border-color: #6B2D36; }
span { border-color: rgb(107,45,54); }
td.TdClassName
{
border-color: #6B2D36;
}
.TagClassName
{
border-color: #6B2D36;
}
</style>