#703642

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

Shades of Merlot #703642

Tints of Merlot #703642

Color information

#703642 (or 0x703642) is unknown color: approx Merlot. HEX triplet: 70, 36 and 42. RGB value is (112,54,66). Sum of RGB (Red+Green+Blue) = 112+54+66=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #703642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703642 is #8FC9BD. Grayscale: #484848. Windows color (decimal): -9423294 or 4339312. OLE color: 4339312.

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

Color convert

RGB1125466-
CMYK00.520.410.56
HSL347.59º34.94%32.55%-
HSV(B)347.59º51.79%43.92%-
XYZ8.986.485.93-
YUV72.71124.22156.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=48.28%
G=23.28%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112546600.520.410.56347.5934.9432.55
Hex703642034293815c2321
Octal1606610206451705344341
Binary111000011011010000100110100101001111000101011100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703642; }

 p { color: rgb(112,54,66); }

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

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

 a { background-color: rgb(112,54,66); }

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

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

 span { border-color: rgb(112,54,66); }

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