Shades of Merlot #70323C
Tints of Merlot #70323C
RGB
CMYK
RGB Variations
Color information
#70323C (or 0x70323C) is known color: Merlot. HEX triplet: 70, 32 and 3C. RGB value is (112,50,60). Sum of RGB (Red+Green+Blue) = 112+50+60=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70323C is #8FCDC3. Grayscale: #454545. Windows color (decimal): -9424324 or 3945072. OLE color: 3945072.
HSL color Cylindrical-coordinate representation of color #70323C: hue angle of 350.32º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70323C is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 50 | 60 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.56 |
| HSL | 350.32º | 0.38% | 0.32% | - |
| HSV(B) | 350.32º | 0.55% | 0.44% | - |
| XYZ | 8.64 | 6.05 | 4.99 | - |
| YUV | 69.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 60 | 0 | 0.55 | 0.46 | 0.56 | 350.32 | 0.38 | 0.32 |
| Hex | 70 | 32 | 3C | 0 | 37 | 2E | 38 | 15E | 26 | 20 |
| Octal | 160 | 62 | 74 | 0 | 67 | 56 | 70 | 536 | 46 | 40 |
| Binary | 1110000 | 110010 | 111100 | 0 | 110111 | 101110 | 111000 | 101011110 | 100110 | 100000 |
Color Harmonies of #70323C
Complementary color
Monochromatic Colors of #70323C
Black with #70323C
Text Example
Text Example
White with #70323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70323C; }
p { color: rgb(112,50,60); }
H1.HeaderClassName
{
color: #70323C;
}
.AnyTagClassName
{
color: #70323C;
}
</style>
background-color css
<style>
a { background-color: #70323C; }
a { background-color: rgb(112,50,60); }
div.DivClassName
{
background-color: #70323C;
}
.BgClassName
{
background-color: #70323C;
}
</style>
border-color css
<style>
span { border-color: #70323C; }
span { border-color: rgb(112,50,60); }
td.TdClassName
{
border-color: #70323C;
}
.TagClassName
{
border-color: #70323C;
}
</style>