#703741

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

Shades of Merlot #703741

Tints of Merlot #703741

Color information

#703741 (or 0x703741) is unknown color: approx Merlot. HEX triplet: 70, 37 and 41. RGB value is (112,55,65). Sum of RGB (Red+Green+Blue) = 112+55+65=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #703741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703741 is #8FC8BE. Grayscale: #494949. Windows color (decimal): -9423039 or 4274032. OLE color: 4274032.

HSL color Cylindrical-coordinate representation of color #703741: hue angle of 349.47º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #703741 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB1125565-
CMYK00.510.420.56
HSL349.47º34.13%32.75%-
HSV(B)349.47º50.89%43.92%-
XYZ96.565.79-
YUV73.18123.38155.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 65 (25.78% from 255) = 28.02%
R=48.28%
G=23.71%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112556500.510.420.56349.4734.1332.75
Hex7037410332A3815d2221
Octal1606710106352705354241
Binary111000011011110000010110011101010111000101011101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703741; }

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

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

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

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

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

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

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

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