#70393D

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

Shades of Merlot #70393D

Tints of Merlot #70393D

Color information

#70393D (or 0x70393D) is unknown color: approx Merlot. HEX triplet: 70, 39 and 3D. RGB value is (112,57,61). Sum of RGB (Red+Green+Blue) = 112+57+61=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70393D is #8FC6C2. Grayscale: #494949. Windows color (decimal): -9422531 or 4012400. OLE color: 4012400.

HSL color Cylindrical-coordinate representation of color #70393D: hue angle of 355.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70393D is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1125761-
CMYK00.490.460.56
HSL355.64º32.54%33.14%-
HSV(B)355.64º49.11%43.92%-
XYZ8.996.715.24-
YUV73.9120.72155.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 57 (22.66% from 255) = 24.78%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=48.70%
G=24.78%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112576100.490.460.56355.6432.5433.14
Hex70393D0312E381642121
Octal160717506156705444141
Binary11100001110011111010110001101110111000101100100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70393D; }

 p { color: rgb(112,57,61); }

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

<style>
 a { background-color: #70393D; }

 a { background-color: rgb(112,57,61); }

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

<style>
 span { border-color: #70393D; }

 span { border-color: rgb(112,57,61); }

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