Shades of Merlot #6B3038
Tints of Merlot #6B3038
RGB
CMYK
RGB Variations
Color information
#6B3038 (or 0x6B3038) is known color: Merlot. HEX triplet: 6B, 30 and 38. RGB value is (107,48,56). Sum of RGB (Red+Green+Blue) = 107+48+56=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3038 is #94CFC7. Grayscale: #424242. Windows color (decimal): -9752520 or 3682411. OLE color: 3682411.
HSL color Cylindrical-coordinate representation of color #6B3038: hue angle of 351.86º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B3038 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 48 | 56 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.58 |
| HSL | 351.86º | 0.38% | 0.3% | - |
| HSV(B) | 351.86º | 0.55% | 0.42% | - |
| XYZ | 7.83 | 5.53 | 4.39 | - |
| YUV | 66.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 48 | 56 | 0 | 0.55 | 0.48 | 0.58 | 351.86 | 0.38 | 0.3 |
| Hex | 6B | 30 | 38 | 0 | 37 | 30 | 3A | 160 | 26 | 1E |
| Octal | 153 | 60 | 70 | 0 | 67 | 60 | 72 | 540 | 46 | 36 |
| Binary | 1101011 | 110000 | 111000 | 0 | 110111 | 110000 | 111010 | 101100000 | 100110 | 11110 |
Color Harmonies of #6B3038
Complementary color
Monochromatic Colors of #6B3038
Black with #6B3038
Text Example
Text Example
White with #6B3038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3038; }
p { color: rgb(107,48,56); }
H1.HeaderClassName
{
color: #6B3038;
}
.AnyTagClassName
{
color: #6B3038;
}
</style>
background-color css
<style>
a { background-color: #6B3038; }
a { background-color: rgb(107,48,56); }
div.DivClassName
{
background-color: #6B3038;
}
.BgClassName
{
background-color: #6B3038;
}
</style>
border-color css
<style>
span { border-color: #6B3038; }
span { border-color: rgb(107,48,56); }
td.TdClassName
{
border-color: #6B3038;
}
.TagClassName
{
border-color: #6B3038;
}
</style>