#703744

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

Shades of Merlot #703744

Tints of Merlot #703744

Color information

#703744 (or 0x703744) is unknown color: approx Merlot. HEX triplet: 70, 37 and 44. RGB value is (112,55,68). Sum of RGB (Red+Green+Blue) = 112+55+68=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #703744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703744 is #8FC8BB. Grayscale: #494949. Windows color (decimal): -9423036 or 4470640. OLE color: 4470640.

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

Color convert

RGB1125568-
CMYK00.510.390.56
HSL346.32º34.13%32.75%-
HSV(B)346.32º50.89%43.92%-
XYZ9.096.596.26-
YUV73.52124.88155.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 55 (21.88% from 255) = 23.40%
BLUE value IS 68 (26.95% from 255) = 28.94%
R=47.66%
G=23.40%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112556800.510.390.56346.3234.1332.75
Hex703744033273815a2221
Octal1606710406347705324241
Binary111000011011110001000110011100111111000101011010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703744; }

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

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

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

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

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

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

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

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