#70353A

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

Shades of Merlot #70353A

Tints of Merlot #70353A

Color information

#70353A (or 0x70353A) is unknown color: approx Merlot. HEX triplet: 70, 35 and 3A. RGB value is (112,53,58). Sum of RGB (Red+Green+Blue) = 112+53+58=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70353A is #8FCAC5. Grayscale: #474747. Windows color (decimal): -9423558 or 3814768. OLE color: 3814768.

HSL color Cylindrical-coordinate representation of color #70353A: hue angle of 354.92º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70353A is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1125358-
CMYK00.530.480.56
HSL354.92º35.76%32.35%-
HSV(B)354.92º52.68%43.92%-
XYZ8.726.34.76-
YUV71.21120.55157.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 58 (23.05% from 255) = 26.01%
R=50.22%
G=23.77%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112535800.530.480.56354.9235.7632.35
Hex70353A03530381632420
Octal160657206560705434440
Binary11100001101011110100110101110000111000101100011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70353A; }

 p { color: rgb(112,53,58); }

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

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

 a { background-color: rgb(112,53,58); }

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

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

 span { border-color: rgb(112,53,58); }

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