#70363D

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

Shades of Merlot #70363D

Tints of Merlot #70363D

Color information

#70363D (or 0x70363D) is unknown color: approx Merlot. HEX triplet: 70, 36 and 3D. RGB value is (112,54,61). Sum of RGB (Red+Green+Blue) = 112+54+61=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70363D is #8FC9C2. Grayscale: #484848. Windows color (decimal): -9423299 or 4011632. OLE color: 4011632.

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

Color convert

RGB1125461-
CMYK00.520.460.56
HSL352.76º34.94%32.55%-
HSV(B)352.76º51.79%43.92%-
XYZ8.846.425.19-
YUV72.14121.72156.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 54 (21.48% from 255) = 23.79%
BLUE value IS 61 (24.22% from 255) = 26.87%
R=49.34%
G=23.79%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112546100.520.460.56352.7634.9432.55
Hex70363D0342E381612321
Octal160667506456705414341
Binary11100001101101111010110100101110111000101100001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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