#70323f

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

Shades of Merlot #70323F

Tints of Merlot #70323F

Color information

#70323F (or 0x70323F) is unknown color: approx Merlot. HEX triplet: 70, 32 and 3F. RGB value is (112,50,63). Sum of RGB (Red+Green+Blue) = 112+50+63=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70323F is #8FCDC0. Grayscale: #464646. Windows color (decimal): -9424321 or 4141680. OLE color: 4141680.

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

Color convert

RGB1125063-
CMYK00.550.440.56
HSL347.42º38.27%31.76%-
HSV(B)347.42º55.36%43.92%-
XYZ8.726.085.42-
YUV70.02124.04157.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 63 (25% from 255) = 28%
R=49.78%
G=22.22%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112506300.550.440.56347.4238.2731.76
Hex70323F0372C3815b2620
Octal160627706754705334640
Binary11100001100101111110110111101100111000101011011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70323f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70323f; }

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

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

<style>
 a { background-color: #70323f; }

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

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

<style>
 span { border-color: #70323f; }

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

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