#703844

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

Shades of Merlot #703844

Tints of Merlot #703844

Color information

#703844 (or 0x703844) is unknown color: approx Merlot. HEX triplet: 70, 38 and 44. RGB value is (112,56,68). Sum of RGB (Red+Green+Blue) = 112+56+68=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #703844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703844 is #8FC7BB. Grayscale: #4A4A4A. Windows color (decimal): -9422780 or 4470896. OLE color: 4470896.

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

Color convert

RGB1125668-
CMYK00.500.390.56
HSL347.14º33.33%32.94%-
HSV(B)347.14º50%43.92%-
XYZ9.146.696.28-
YUV74.11124.55155.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.46%
GREEN value IS 56 (22.27% from 255) = 23.73%
BLUE value IS 68 (26.95% from 255) = 28.81%
R=47.46%
G=23.73%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112566800.500.390.56347.1433.3332.94
Hex703844032273815b2121
Octal1607010406247705334141
Binary111000011100010001000110010100111111000101011011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703844; }

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

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

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

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

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

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

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

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