#703840

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

Shades of Merlot #703840

Tints of Merlot #703840

Color information

#703840 (or 0x703840) is unknown color: approx Merlot. HEX triplet: 70, 38 and 40. RGB value is (112,56,64). Sum of RGB (Red+Green+Blue) = 112+56+64=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #703840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703840 is #8FC7BF. Grayscale: #494949. Windows color (decimal): -9422784 or 4208752. OLE color: 4208752.

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

Color convert

RGB1125664-
CMYK00.500.430.56
HSL351.43º33.33%32.94%-
HSV(B)351.43º50%43.92%-
XYZ9.026.645.66-
YUV73.66122.55155.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 56 (22.27% from 255) = 24.14%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=48.28%
G=24.14%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112566400.500.430.56351.4333.3332.94
Hex7038400322B3815f2121
Octal1607010006253705374141
Binary111000011100010000000110010101011111000101011111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703840; }

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

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

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

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

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

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

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

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