#703340

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

Shades of Merlot #703340

Tints of Merlot #703340

Color information

#703340 (or 0x703340) is unknown color: approx Merlot. HEX triplet: 70, 33 and 40. RGB value is (112,51,64). Sum of RGB (Red+Green+Blue) = 112+51+64=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #703340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703340 is #8FCCBF. Grayscale: #464646. Windows color (decimal): -9424064 or 4207472. OLE color: 4207472.

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

Color convert

RGB1125164-
CMYK00.540.430.56
HSL347.21º37.42%31.96%-
HSV(B)347.21º54.46%43.92%-
XYZ8.796.185.58-
YUV70.72124.21157.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 51 (20.31% from 255) = 22.47%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=49.34%
G=22.47%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112516400.540.430.56347.2137.4231.96
Hex7033400362B3815b2520
Octal1606310006653705334540
Binary111000011001110000000110110101011111000101011011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703340; }

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

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

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

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

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

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

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

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