#703139

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

Shades of Merlot #703139

Tints of Merlot #703139

Color information

#703139 (or 0x703139) is unknown color: approx Merlot. HEX triplet: 70, 31 and 39. RGB value is (112,49,57). Sum of RGB (Red+Green+Blue) = 112+49+57=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #703139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703139 is #8FCEC6. Grayscale: #444444. Windows color (decimal): -9424583 or 3748208. OLE color: 3748208.

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

Color convert

RGB1124957-
CMYK00.560.490.56
HSL352.38º39.13%31.57%-
HSV(B)352.38º56.25%43.92%-
XYZ8.525.944.57-
YUV68.75121.37158.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 49 (19.53% from 255) = 22.48%
BLUE value IS 57 (22.66% from 255) = 26.15%
R=51.38%
G=22.48%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112495700.560.490.56352.3839.1331.57
Hex70313903831381602720
Octal160617107061705404740
Binary11100001100011110010111000110001111000101100000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703139; }

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

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

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

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

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

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

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

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