#703537

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

Shades of Merlot #703537

Tints of Merlot #703537

Color information

#703537 (or 0x703537) is unknown color: approx Merlot. HEX triplet: 70, 35 and 37. RGB value is (112,53,55). Sum of RGB (Red+Green+Blue) = 112+53+55=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #703537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703537 is #8FCAC8. Grayscale: #464646. Windows color (decimal): -9423561 or 3618160. OLE color: 3618160.

HSL color Cylindrical-coordinate representation of color #703537: hue angle of 357.97º 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 #703537 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB1125355-
CMYK00.530.510.56
HSL357.97º35.76%32.35%-
HSV(B)357.97º52.68%43.92%-
XYZ8.646.274.37-
YUV70.87119.05157.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 55 (21.88% from 255) = 25%
R=50.91%
G=24.09%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112535500.530.510.56357.9735.7632.35
Hex70353703533381662420
Octal160656706563705464440
Binary11100001101011101110110101110011111000101100110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703537; }

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

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

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

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

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

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

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

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