#70343A

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

Shades of Merlot #70343A

Tints of Merlot #70343A

Color information

#70343A (or 0x70343A) is unknown color: approx Merlot. HEX triplet: 70, 34 and 3A. RGB value is (112,52,58). Sum of RGB (Red+Green+Blue) = 112+52+58=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70343A is #8FCBC5. Grayscale: #464646. Windows color (decimal): -9423814 or 3814512. OLE color: 3814512.

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

Color convert

RGB1125258-
CMYK00.540.480.56
HSL354º36.59%32.16%-
HSV(B)354º53.57%43.92%-
XYZ8.676.214.74-
YUV70.62120.88157.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.45%
GREEN value IS 52 (20.70% from 255) = 23.42%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=50.45%
G=23.42%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112525800.540.480.5635436.5932.16
Hex70343A03630381622520
Octal160647206660705424540
Binary11100001101001110100110110110000111000101100010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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