#70353E

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

Shades of Merlot #70353E

Tints of Merlot #70353E

Color information

#70353E (or 0x70353E) is unknown color: approx Merlot. HEX triplet: 70, 35 and 3E. RGB value is (112,53,62). Sum of RGB (Red+Green+Blue) = 112+53+62=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70353E is #8FCAC1. Grayscale: #474747. Windows color (decimal): -9423554 or 4076912. OLE color: 4076912.

HSL color Cylindrical-coordinate representation of color #70353E: hue angle of 350.85º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70353E is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1125362-
CMYK00.530.450.56
HSL350.85º35.76%32.35%-
HSV(B)350.85º52.68%43.92%-
XYZ8.826.345.32-
YUV71.67122.55156.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 62 (24.61% from 255) = 27.31%
R=49.34%
G=23.35%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112536200.530.450.56350.8535.7632.35
Hex70353E0352D3815f2420
Octal160657606555705374440
Binary11100001101011111100110101101101111000101011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70353E; }

 p { color: rgb(112,53,62); }

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

<style>
 a { background-color: #70353E; }

 a { background-color: rgb(112,53,62); }

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

<style>
 span { border-color: #70353E; }

 span { border-color: rgb(112,53,62); }

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