Shades of Merlot #70383B
Tints of Merlot #70383B
RGB
CMYK
RGB Variations
Color information
#70383B (or 0x70383B) is known color: Merlot. HEX triplet: 70, 38 and 3B. RGB value is (112,56,59). Sum of RGB (Red+Green+Blue) = 112+56+59=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70383B is #8FC7C4. Grayscale: #494949. Windows color (decimal): -9422789 or 3881072. OLE color: 3881072.
HSL color Cylindrical-coordinate representation of color #70383B: hue angle of 356.79º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70383B is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 56 | 59 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.56 |
| HSL | 356.79º | 0.33% | 0.33% | - |
| HSV(B) | 356.79º | 0.5% | 0.44% | - |
| XYZ | 8.89 | 6.59 | 4.94 | - |
| YUV | 73.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 59 | 0 | 0.50 | 0.47 | 0.56 | 356.79 | 0.33 | 0.33 |
| Hex | 70 | 38 | 3B | 0 | 32 | 2F | 38 | 165 | 21 | 21 |
| Octal | 160 | 70 | 73 | 0 | 62 | 57 | 70 | 545 | 41 | 41 |
| Binary | 1110000 | 111000 | 111011 | 0 | 110010 | 101111 | 111000 | 101100101 | 100001 | 100001 |
Color Harmonies of #70383B
Complementary color
Monochromatic Colors of #70383B
Black with #70383B
Text Example
Text Example
White with #70383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70383B; }
p { color: rgb(112,56,59); }
H1.HeaderClassName
{
color: #70383B;
}
.AnyTagClassName
{
color: #70383B;
}
</style>
background-color css
<style>
a { background-color: #70383B; }
a { background-color: rgb(112,56,59); }
div.DivClassName
{
background-color: #70383B;
}
.BgClassName
{
background-color: #70383B;
}
</style>
border-color css
<style>
span { border-color: #70383B; }
span { border-color: rgb(112,56,59); }
td.TdClassName
{
border-color: #70383B;
}
.TagClassName
{
border-color: #70383B;
}
</style>