#703037

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

Shades of Merlot #703037

Tints of Merlot #703037

Color information

#703037 (or 0x703037) is unknown color: approx Merlot. HEX triplet: 70, 30 and 37. RGB value is (112,48,55). Sum of RGB (Red+Green+Blue) = 112+48+55=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #703037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703037 is #8FCFC8. Grayscale: #434343. Windows color (decimal): -9424841 or 3616880. OLE color: 3616880.

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

Color convert

RGB1124855-
CMYK00.570.510.56
HSL353.44º40%31.37%-
HSV(B)353.44º57.14%43.92%-
XYZ8.435.834.3-
YUV67.93120.7159.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 55 (21.88% from 255) = 25.58%
R=52.09%
G=22.33%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112485500.570.510.56353.444031.37
Hex7030370393338161281f
Octal160606707163705415037
Binary1110000110000110111011100111001111100010110000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703037; }

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

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

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

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

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

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

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

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