#703036

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

Shades of Merlot #703036

Tints of Merlot #703036

Color information

#703036 (or 0x703036) is unknown color: approx Merlot. HEX triplet: 70, 30 and 36. RGB value is (112,48,54). Sum of RGB (Red+Green+Blue) = 112+48+54=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #703036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703036 is #8FCFC9. Grayscale: #434343. Windows color (decimal): -9424842 or 3551344. OLE color: 3551344.

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

Color convert

RGB1124854-
CMYK00.570.520.56
HSL354.38º40%31.37%-
HSV(B)354.38º57.14%43.92%-
XYZ8.45.824.17-
YUV67.82120.2159.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 54 (21.48% from 255) = 25.23%
R=52.34%
G=22.43%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112485400.570.520.56354.384031.37
Hex7030360393438162281f
Octal160606607164705425037
Binary1110000110000110110011100111010011100010110001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703036; }

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

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

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

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

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

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

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

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