#703640

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

Shades of Merlot #703640

Tints of Merlot #703640

Color information

#703640 (or 0x703640) is unknown color: approx Merlot. HEX triplet: 70, 36 and 40. RGB value is (112,54,64). Sum of RGB (Red+Green+Blue) = 112+54+64=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #703640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703640 is #8FC9BF. Grayscale: #484848. Windows color (decimal): -9423296 or 4208240. OLE color: 4208240.

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

Color convert

RGB1125464-
CMYK00.520.430.56
HSL349.66º34.94%32.55%-
HSV(B)349.66º51.79%43.92%-
XYZ8.936.455.63-
YUV72.48123.22156.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=48.70%
G=23.48%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112546400.520.430.56349.6634.9432.55
Hex7036400342B3815e2321
Octal1606610006453705364341
Binary111000011011010000000110100101011111000101011110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703640; }

 p { color: rgb(112,54,64); }

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

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

 a { background-color: rgb(112,54,64); }

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

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

 span { border-color: rgb(112,54,64); }

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