#703240

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

Shades of Merlot #703240

Tints of Merlot #703240

Color information

#703240 (or 0x703240) is unknown color: approx Merlot. HEX triplet: 70, 32 and 40. RGB value is (112,50,64). Sum of RGB (Red+Green+Blue) = 112+50+64=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #703240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703240 is #8FCDBF. Grayscale: #464646. Windows color (decimal): -9424320 or 4207216. OLE color: 4207216.

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

Color convert

RGB1125064-
CMYK00.550.430.56
HSL346.45º38.27%31.76%-
HSV(B)346.45º55.36%43.92%-
XYZ8.756.15.57-
YUV70.13124.54157.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 64 (25.39% from 255) = 28.32%
R=49.56%
G=22.12%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112506400.550.430.56346.4538.2731.76
Hex7032400372B3815a2620
Octal1606210006753705324640
Binary111000011001010000000110111101011111000101011010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703240; }

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

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

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

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

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

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

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

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