#70363c

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

Shades of Merlot #70363C

Tints of Merlot #70363C

Color information

#70363C (or 0x70363C) is unknown color: approx Merlot. HEX triplet: 70, 36 and 3C. RGB value is (112,54,60). Sum of RGB (Red+Green+Blue) = 112+54+60=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70363C is #8FC9C3. Grayscale: #484848. Windows color (decimal): -9423300 or 3946096. OLE color: 3946096.

HSL color Cylindrical-coordinate representation of color #70363C: hue angle of 353.79º 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 #70363C is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1125460-
CMYK00.520.460.56
HSL353.79º34.94%32.55%-
HSV(B)353.79º51.79%43.92%-
XYZ8.826.415.05-
YUV72.03121.22156.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 60 (23.83% from 255) = 26.55%
R=49.56%
G=23.89%
B=26.55%

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
Decimal112546000.520.460.56353.7934.9432.55
Hex70363C0342E381622321
Octal160667406456705424341
Binary11100001101101111000110100101110111000101100010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70363c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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