#70313C

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

Shades of Merlot #70313C

Tints of Merlot #70313C

Color information

#70313C (or 0x70313C) is unknown color: approx Merlot. HEX triplet: 70, 31 and 3C. RGB value is (112,49,60). Sum of RGB (Red+Green+Blue) = 112+49+60=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70313C is #8FCEC3. Grayscale: #454545. Windows color (decimal): -9424580 or 3944816. OLE color: 3944816.

HSL color Cylindrical-coordinate representation of color #70313C: hue angle of 349.52º 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 #70313C is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1124960-
CMYK00.560.460.56
HSL349.52º39.13%31.57%-
HSV(B)349.52º56.25%43.92%-
XYZ8.65.974.97-
YUV69.09122.87158.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 60 (23.83% from 255) = 27.15%
R=50.68%
G=22.17%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112496000.560.460.56349.5239.1331.57
Hex70313C0382E3815e2720
Octal160617407056705364740
Binary11100001100011111000111000101110111000101011110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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