#70343F

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

Shades of Merlot #70343F

Tints of Merlot #70343F

Color information

#70343F (or 0x70343F) is unknown color: approx Merlot. HEX triplet: 70, 34 and 3F. RGB value is (112,52,63). Sum of RGB (Red+Green+Blue) = 112+52+63=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70343F is #8FCBC0. Grayscale: #474747. Windows color (decimal): -9423809 or 4142192. OLE color: 4142192.

HSL color Cylindrical-coordinate representation of color #70343F: hue angle of 349º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70343F is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB1125263-
CMYK00.540.440.56
HSL349º36.59%32.16%-
HSV(B)349º53.57%43.92%-
XYZ8.816.265.45-
YUV71.19123.38157.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 52 (20.70% from 255) = 22.91%
BLUE value IS 63 (25% from 255) = 27.75%
R=49.34%
G=22.91%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112526300.540.440.5634936.5932.16
Hex70343F0362C3815d2520
Octal160647706654705354540
Binary11100001101001111110110110101100111000101011101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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