Shades of Merlot #70363A
Tints of Merlot #70363A
RGB
CMYK
RGB Variations
Color information
#70363A (or 0x70363A) is known color: Merlot. HEX triplet: 70, 36 and 3A. RGB value is (112,54,58). Sum of RGB (Red+Green+Blue) = 112+54+58=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70363A is #8FC9C5. Grayscale: #474747. Windows color (decimal): -9423302 or 3815024. OLE color: 3815024.
HSL color Cylindrical-coordinate representation of color #70363A: hue angle of 355.86º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70363A is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 54 | 58 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.56 |
| HSL | 355.86º | 0.35% | 0.33% | - |
| HSV(B) | 355.86º | 0.52% | 0.44% | - |
| XYZ | 8.76 | 6.39 | 4.77 | - |
| YUV | 71.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 58 | 0 | 0.52 | 0.48 | 0.56 | 355.86 | 0.35 | 0.33 |
| Hex | 70 | 36 | 3A | 0 | 34 | 30 | 38 | 164 | 23 | 21 |
| Octal | 160 | 66 | 72 | 0 | 64 | 60 | 70 | 544 | 43 | 41 |
| Binary | 1110000 | 110110 | 111010 | 0 | 110100 | 110000 | 111000 | 101100100 | 100011 | 100001 |
Color Harmonies of #70363A
Complementary color
Monochromatic Colors of #70363A
Black with #70363A
Text Example
Text Example
White with #70363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70363A; }
p { color: rgb(112,54,58); }
H1.HeaderClassName
{
color: #70363A;
}
.AnyTagClassName
{
color: #70363A;
}
</style>
background-color css
<style>
a { background-color: #70363A; }
a { background-color: rgb(112,54,58); }
div.DivClassName
{
background-color: #70363A;
}
.BgClassName
{
background-color: #70363A;
}
</style>
border-color css
<style>
span { border-color: #70363A; }
span { border-color: rgb(112,54,58); }
td.TdClassName
{
border-color: #70363A;
}
.TagClassName
{
border-color: #70363A;
}
</style>