#703034

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

Shades of Merlot #703034

Tints of Merlot #703034

Color information

#703034 (or 0x703034) is unknown color: approx Merlot. HEX triplet: 70, 30 and 34. RGB value is (112,48,52). Sum of RGB (Red+Green+Blue) = 112+48+52=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #703034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703034 is #8FCFCB. Grayscale: #434343. Windows color (decimal): -9424844 or 3420272. OLE color: 3420272.

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

Color convert

RGB1124852-
CMYK00.570.540.56
HSL356.25º40%31.37%-
HSV(B)356.25º57.14%43.92%-
XYZ8.365.813.93-
YUV67.59119.2159.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 48 (19.14% from 255) = 22.64%
BLUE value IS 52 (20.70% from 255) = 24.53%
R=52.83%
G=22.64%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112485200.570.540.56356.254031.37
Hex7030340393638164281f
Octal160606407166705445037
Binary1110000110000110100011100111011011100010110010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703034; }

 p { color: rgb(112,48,52); }

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

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

 a { background-color: rgb(112,48,52); }

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

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

 span { border-color: rgb(112,48,52); }

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