#703842

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

Shades of Merlot #703842

Tints of Merlot #703842

Color information

#703842 (or 0x703842) is unknown color: approx Merlot. HEX triplet: 70, 38 and 42. RGB value is (112,56,66). Sum of RGB (Red+Green+Blue) = 112+56+66=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #703842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703842 is #8FC7BD. Grayscale: #494949. Windows color (decimal): -9422782 or 4339824. OLE color: 4339824.

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

Color convert

RGB1125666-
CMYK00.500.410.56
HSL349.29º33.33%32.94%-
HSV(B)349.29º50%43.92%-
XYZ9.086.675.96-
YUV73.88123.55155.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 66 (26.17% from 255) = 28.21%
R=47.86%
G=23.93%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112566600.500.410.56349.2933.3332.94
Hex703842032293815d2121
Octal1607010206251705354141
Binary111000011100010000100110010101001111000101011101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703842; }

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

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

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

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

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

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

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

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