#703742

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

Shades of Merlot #703742

Tints of Merlot #703742

Color information

#703742 (or 0x703742) is unknown color: approx Merlot. HEX triplet: 70, 37 and 42. RGB value is (112,55,66). Sum of RGB (Red+Green+Blue) = 112+55+66=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #703742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703742 is #8FC8BD. Grayscale: #494949. Windows color (decimal): -9423038 or 4339568. OLE color: 4339568.

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

Color convert

RGB1125566-
CMYK00.510.410.56
HSL348.42º34.13%32.75%-
HSV(B)348.42º50.89%43.92%-
XYZ9.036.575.95-
YUV73.3123.88155.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 66 (26.17% from 255) = 28.33%
R=48.07%
G=23.61%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112556600.510.410.56348.4234.1332.75
Hex703742033293815c2221
Octal1606710206351705344241
Binary111000011011110000100110011101001111000101011100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703742; }

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

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

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

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

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

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

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

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