#70313E

Color #70313E Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #70313E

Tints of Merlot #70313E

Color information

#70313E (or 0x70313E) is unknown color: approx Merlot. HEX triplet: 70, 31 and 3E. RGB value is (112,49,62). Sum of RGB (Red+Green+Blue) = 112+49+62=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70313E is #8FCEC1. Grayscale: #454545. Windows color (decimal): -9424578 or 4075888. OLE color: 4075888.

HSL color Cylindrical-coordinate representation of color #70313E: hue angle of 347.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70313E is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1124962-
CMYK00.560.450.56
HSL347.62º39.13%31.57%-
HSV(B)347.62º56.25%43.92%-
XYZ8.655.995.26-
YUV69.32123.87158.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 62 (24.61% from 255) = 27.80%
R=50.22%
G=21.97%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112496200.560.450.56347.6239.1331.57
Hex70313E0382D3815c2720
Octal160617607055705344740
Binary11100001100011111100111000101101111000101011100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70313E; }

 p { color: rgb(112,49,62); }

 H1.HeaderClassName
 {
   color: #70313E;
 }
 .AnyTagClassName
 {
   color: #70313E;
 }
</style>
background-color css

<style>
 a { background-color: #70313E; }

 a { background-color: rgb(112,49,62); }

 div.DivClassName
 {
   background-color: #70313E;
 }
 .BgClassName
 {
   background-color: #70313E;
 }
</style>
border-color css

<style>
 span { border-color: #70313E; }

 span { border-color: rgb(112,49,62); }

 td.TdClassName
 {
   border-color: #70313E;
 }
 .TagClassName
 {
   border-color: #70313E;
 }
</style>