#703539

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

Shades of Merlot #703539

Tints of Merlot #703539

Color information

#703539 (or 0x703539) is unknown color: approx Merlot. HEX triplet: 70, 35 and 39. RGB value is (112,53,57). Sum of RGB (Red+Green+Blue) = 112+53+57=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #703539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703539 is #8FCAC6. Grayscale: #474747. Windows color (decimal): -9423559 or 3749232. OLE color: 3749232.

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

Color convert

RGB1125357-
CMYK00.530.490.56
HSL355.93º35.76%32.35%-
HSV(B)355.93º52.68%43.92%-
XYZ8.696.294.63-
YUV71.1120.05157.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.45%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 57 (22.66% from 255) = 25.68%
R=50.45%
G=23.87%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112535700.530.490.56355.9335.7632.35
Hex70353903531381642420
Octal160657106561705444440
Binary11100001101011110010110101110001111000101100100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703539; }

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

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

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

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

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

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

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

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