#703740

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

Shades of Merlot #703740

Tints of Merlot #703740

Color information

#703740 (or 0x703740) is unknown color: approx Merlot. HEX triplet: 70, 37 and 40. RGB value is (112,55,64). Sum of RGB (Red+Green+Blue) = 112+55+64=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #703740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703740 is #8FC8BF. Grayscale: #494949. Windows color (decimal): -9423040 or 4208496. OLE color: 4208496.

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

Color convert

RGB1125564-
CMYK00.510.430.56
HSL350.53º34.13%32.75%-
HSV(B)350.53º50.89%43.92%-
XYZ8.976.555.64-
YUV73.07122.88155.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 55 (21.88% from 255) = 23.81%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=48.48%
G=23.81%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112556400.510.430.56350.5334.1332.75
Hex7037400332B3815f2221
Octal1606710006353705374241
Binary111000011011110000000110011101011111000101011111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703740; }

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

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

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

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

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

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

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

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