#70343B

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

Shades of Merlot #70343B

Tints of Merlot #70343B

Color information

#70343B (or 0x70343B) is unknown color: approx Merlot. HEX triplet: 70, 34 and 3B. RGB value is (112,52,59). Sum of RGB (Red+Green+Blue) = 112+52+59=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70343B is #8FCBC4. Grayscale: #464646. Windows color (decimal): -9423813 or 3880048. OLE color: 3880048.

HSL color Cylindrical-coordinate representation of color #70343B: hue angle of 353º 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 #70343B is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1125259-
CMYK00.540.470.56
HSL353º36.59%32.16%-
HSV(B)353º53.57%43.92%-
XYZ8.76.224.88-
YUV70.74121.38157.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 59 (23.44% from 255) = 26.46%
R=50.22%
G=23.32%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112525900.540.470.5635336.5932.16
Hex70343B0362F381612520
Octal160647306657705414540
Binary11100001101001110110110110101111111000101100001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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