#70393E

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

Shades of Merlot #70393E

Tints of Merlot #70393E

Color information

#70393E (or 0x70393E) is unknown color: approx Merlot. HEX triplet: 70, 39 and 3E. RGB value is (112,57,62). Sum of RGB (Red+Green+Blue) = 112+57+62=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #70393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70393E is #8FC6C1. Grayscale: #4A4A4A. Windows color (decimal): -9422530 or 4077936. OLE color: 4077936.

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

Color convert

RGB1125762-
CMYK00.490.450.56
HSL354.55º32.54%33.14%-
HSV(B)354.55º49.11%43.92%-
XYZ9.016.725.38-
YUV74.02121.22155.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=48.48%
G=24.68%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112576200.490.450.56354.5532.5433.14
Hex70393E0312D381632121
Octal160717606155705434141
Binary11100001110011111100110001101101111000101100011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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