Shades of Merlot #70383A
Tints of Merlot #70383A
RGB
CMYK
RGB Variations
Color information
#70383A (or 0x70383A) is known color: Merlot. HEX triplet: 70, 38 and 3A. RGB value is (112,56,58). Sum of RGB (Red+Green+Blue) = 112+56+58=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70383A is #8FC7C5. Grayscale: #494949. Windows color (decimal): -9422790 or 3815536. OLE color: 3815536.
HSL color Cylindrical-coordinate representation of color #70383A: hue angle of 357.86º 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 #70383A is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 56 | 58 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.56 |
| HSL | 357.86º | 0.33% | 0.33% | - |
| HSV(B) | 357.86º | 0.5% | 0.44% | - |
| XYZ | 8.86 | 6.58 | 4.81 | - |
| YUV | 72.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 58 | 0 | 0.50 | 0.48 | 0.56 | 357.86 | 0.33 | 0.33 |
| Hex | 70 | 38 | 3A | 0 | 32 | 30 | 38 | 166 | 21 | 21 |
| Octal | 160 | 70 | 72 | 0 | 62 | 60 | 70 | 546 | 41 | 41 |
| Binary | 1110000 | 111000 | 111010 | 0 | 110010 | 110000 | 111000 | 101100110 | 100001 | 100001 |
Color Harmonies of #70383A
Complementary color
Monochromatic Colors of #70383A
Black with #70383A
Text Example
Text Example
White with #70383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70383A; }
p { color: rgb(112,56,58); }
H1.HeaderClassName
{
color: #70383A;
}
.AnyTagClassName
{
color: #70383A;
}
</style>
background-color css
<style>
a { background-color: #70383A; }
a { background-color: rgb(112,56,58); }
div.DivClassName
{
background-color: #70383A;
}
.BgClassName
{
background-color: #70383A;
}
</style>
border-color css
<style>
span { border-color: #70383A; }
span { border-color: rgb(112,56,58); }
td.TdClassName
{
border-color: #70383A;
}
.TagClassName
{
border-color: #70383A;
}
</style>