#703540

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

Shades of Merlot #703540

Tints of Merlot #703540

Color information

#703540 (or 0x703540) is unknown color: approx Merlot. HEX triplet: 70, 35 and 40. RGB value is (112,53,64). Sum of RGB (Red+Green+Blue) = 112+53+64=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #703540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703540 is #8FCABF. Grayscale: #474747. Windows color (decimal): -9423552 or 4207984. OLE color: 4207984.

HSL color Cylindrical-coordinate representation of color #703540: hue angle of 348.81º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703540 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1125364-
CMYK00.530.430.56
HSL348.81º35.76%32.35%-
HSV(B)348.81º52.68%43.92%-
XYZ8.886.365.61-
YUV71.9123.55156.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 53 (21.09% from 255) = 23.14%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=48.91%
G=23.14%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112536400.530.430.56348.8135.7632.35
Hex7035400352B3815d2420
Octal1606510006553705354440
Binary111000011010110000000110101101011111000101011101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703540; }

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

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

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

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

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

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

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

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