#703839

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

Shades of Merlot #703839

Tints of Merlot #703839

Color information

#703839 (or 0x703839) is unknown color: approx Merlot. HEX triplet: 70, 38 and 39. RGB value is (112,56,57). Sum of RGB (Red+Green+Blue) = 112+56+57=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #703839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703839 is #8FC7C6. Grayscale: #484848. Windows color (decimal): -9422791 or 3750000. OLE color: 3750000.

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

Color convert

RGB1125657-
CMYK00.500.490.56
HSL358.93º33.33%32.94%-
HSV(B)358.93º50%43.92%-
XYZ8.836.574.67-
YUV72.86119.05155.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 57 (22.66% from 255) = 25.33%
R=49.78%
G=24.89%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112565700.500.490.56358.9333.3332.94
Hex70383903231381672121
Octal160707106261705474141
Binary11100001110001110010110010110001111000101100111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703839; }

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

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

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

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

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

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

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

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