#70393F

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

Shades of Merlot #70393F

Tints of Merlot #70393F

Color information

#70393F (or 0x70393F) is unknown color: approx Merlot. HEX triplet: 70, 39 and 3F. RGB value is (112,57,63). Sum of RGB (Red+Green+Blue) = 112+57+63=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #70393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70393F is #8FC6C0. Grayscale: #4A4A4A. Windows color (decimal): -9422529 or 4143472. OLE color: 4143472.

HSL color Cylindrical-coordinate representation of color #70393F: hue angle of 353.45º 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 #70393F is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB1125763-
CMYK00.490.440.56
HSL353.45º32.54%33.14%-
HSV(B)353.45º49.11%43.92%-
XYZ9.046.735.53-
YUV74.13121.72155.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 57 (22.66% from 255) = 24.57%
BLUE value IS 63 (25% from 255) = 27.16%
R=48.28%
G=24.57%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112576300.490.440.56353.4532.5433.14
Hex70393F0312C381612121
Octal160717706154705414141
Binary11100001110011111110110001101100111000101100001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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