#703137

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

Shades of Merlot #703137

Tints of Merlot #703137

Color information

#703137 (or 0x703137) is unknown color: approx Merlot. HEX triplet: 70, 31 and 37. RGB value is (112,49,55). Sum of RGB (Red+Green+Blue) = 112+49+55=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #703137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703137 is #8FCEC8. Grayscale: #444444. Windows color (decimal): -9424585 or 3617136. OLE color: 3617136.

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

Color convert

RGB1124955-
CMYK00.560.510.56
HSL354.29º39.13%31.57%-
HSV(B)354.29º56.25%43.92%-
XYZ8.475.924.31-
YUV68.52120.37159.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.85%
GREEN value IS 49 (19.53% from 255) = 22.69%
BLUE value IS 55 (21.88% from 255) = 25.46%
R=51.85%
G=22.69%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112495500.560.510.56354.2939.1331.57
Hex70313703833381622720
Octal160616707063705424740
Binary11100001100011101110111000110011111000101100010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703137; }

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

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

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

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

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

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

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

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