#70303C

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

Shades of Merlot #70303C

Tints of Merlot #70303C

Color information

#70303C (or 0x70303C) is unknown color: approx Merlot. HEX triplet: 70, 30 and 3C. RGB value is (112,48,60). Sum of RGB (Red+Green+Blue) = 112+48+60=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #70303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70303C is #8FCFC3. Grayscale: #444444. Windows color (decimal): -9424836 or 3944560. OLE color: 3944560.

HSL color Cylindrical-coordinate representation of color #70303C: hue angle of 348.75º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70303C is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1124860-
CMYK00.570.460.56
HSL348.75º40%31.37%-
HSV(B)348.75º57.14%43.92%-
XYZ8.555.884.96-
YUV68.5123.2159.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 60 (23.83% from 255) = 27.27%
R=50.91%
G=21.82%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112486000.570.460.56348.754031.37
Hex70303C0392E3815d281f
Octal160607407156705355037
Binary1110000110000111100011100110111011100010101110110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70303C; }

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

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

<style>
 a { background-color: #70303C; }

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

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

<style>
 span { border-color: #70303C; }

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

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