#70353F

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

Shades of Merlot #70353F

Tints of Merlot #70353F

Color information

#70353F (or 0x70353F) is unknown color: approx Merlot. HEX triplet: 70, 35 and 3F. RGB value is (112,53,63). Sum of RGB (Red+Green+Blue) = 112+53+63=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70353F is #8FCAC0. Grayscale: #474747. Windows color (decimal): -9423553 or 4142448. OLE color: 4142448.

HSL color Cylindrical-coordinate representation of color #70353F: hue angle of 349.83º 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 #70353F is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB1125363-
CMYK00.530.440.56
HSL349.83º35.76%32.35%-
HSV(B)349.83º52.68%43.92%-
XYZ8.856.355.46-
YUV71.78123.05156.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 53 (21.09% from 255) = 23.25%
BLUE value IS 63 (25% from 255) = 27.63%
R=49.12%
G=23.25%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112536300.530.440.56349.8335.7632.35
Hex70353F0352C3815e2420
Octal160657706554705364440
Binary11100001101011111110110101101100111000101011110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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