#703441

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

Shades of Merlot #703441

Tints of Merlot #703441

Color information

#703441 (or 0x703441) is unknown color: approx Merlot. HEX triplet: 70, 34 and 41. RGB value is (112,52,65). Sum of RGB (Red+Green+Blue) = 112+52+65=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #703441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703441 is #8FCBBE. Grayscale: #474747. Windows color (decimal): -9423807 or 4273264. OLE color: 4273264.

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

Color convert

RGB1125265-
CMYK00.540.420.56
HSL347º36.59%32.16%-
HSV(B)347º53.57%43.92%-
XYZ8.866.285.75-
YUV71.42124.38156.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 65 (25.78% from 255) = 28.38%
R=48.91%
G=22.71%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112526500.540.420.5634736.5932.16
Hex7034410362A3815b2520
Octal1606410106652705334540
Binary111000011010010000010110110101010111000101011011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703441; }

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

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

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

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

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

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

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

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