#70383D

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

Shades of Merlot #70383D

Tints of Merlot #70383D

Color information

#70383D (or 0x70383D) is unknown color: approx Merlot. HEX triplet: 70, 38 and 3D. RGB value is (112,56,61). Sum of RGB (Red+Green+Blue) = 112+56+61=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #70383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70383D is #8FC7C2. Grayscale: #494949. Windows color (decimal): -9422787 or 4012144. OLE color: 4012144.

HSL color Cylindrical-coordinate representation of color #70383D: hue angle of 354.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70383D is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1125661-
CMYK00.500.460.56
HSL354.64º33.33%32.94%-
HSV(B)354.64º50%43.92%-
XYZ8.946.615.22-
YUV73.31121.05155.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 56 (22.27% from 255) = 24.45%
BLUE value IS 61 (24.22% from 255) = 26.64%
R=48.91%
G=24.45%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112566100.500.460.56354.6433.3332.94
Hex70383D0322E381632121
Octal160707506256705434141
Binary11100001110001111010110010101110111000101100011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70383D; }

 p { color: rgb(112,56,61); }

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

<style>
 a { background-color: #70383D; }

 a { background-color: rgb(112,56,61); }

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

<style>
 span { border-color: #70383D; }

 span { border-color: rgb(112,56,61); }

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