#703944

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

Shades of Merlot #703944

Tints of Merlot #703944

Color information

#703944 (or 0x703944) is unknown color: approx Merlot. HEX triplet: 70, 39 and 44. RGB value is (112,57,68). Sum of RGB (Red+Green+Blue) = 112+57+68=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #703944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703944 is #8FC6BB. Grayscale: #4A4A4A. Windows color (decimal): -9422524 or 4471152. OLE color: 4471152.

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

Color convert

RGB1125768-
CMYK00.490.390.56
HSL348º32.54%33.14%-
HSV(B)348º49.11%43.92%-
XYZ9.196.796.29-
YUV74.7124.22154.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 57 (22.66% from 255) = 24.05%
BLUE value IS 68 (26.95% from 255) = 28.69%
R=47.26%
G=24.05%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112576800.490.390.5634832.5433.14
Hex703944031273815c2121
Octal1607110406147705344141
Binary111000011100110001000110001100111111000101011100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703944; }

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

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

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

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

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

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

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

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