#703438

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

Shades of Merlot #703438

Tints of Merlot #703438

Color information

#703438 (or 0x703438) is unknown color: approx Merlot. HEX triplet: 70, 34 and 38. RGB value is (112,52,56). Sum of RGB (Red+Green+Blue) = 112+52+56=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #703438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703438 is #8FCBC7. Grayscale: #464646. Windows color (decimal): -9423816 or 3683440. OLE color: 3683440.

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

Color convert

RGB1125256-
CMYK00.540.500.56
HSL356º36.59%32.16%-
HSV(B)356º53.57%43.92%-
XYZ8.626.194.48-
YUV70.4119.88157.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 52 (20.70% from 255) = 23.64%
BLUE value IS 56 (22.27% from 255) = 25.45%
R=50.91%
G=23.64%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112525600.540.500.5635636.5932.16
Hex70343803632381642520
Octal160647006662705444540
Binary11100001101001110000110110110010111000101100100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703438; }

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

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

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

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

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

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

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

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