#70303D

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

Shades of Merlot #70303D

Tints of Merlot #70303D

Color information

#70303D (or 0x70303D) is unknown color: approx Merlot. HEX triplet: 70, 30 and 3D. RGB value is (112,48,61). Sum of RGB (Red+Green+Blue) = 112+48+61=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70303D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70303D is #8FCFC2. Grayscale: #444444. Windows color (decimal): -9424835 or 4010096. OLE color: 4010096.

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

Color convert

RGB1124861-
CMYK00.570.460.56
HSL347.81º40%31.37%-
HSV(B)347.81º57.14%43.92%-
XYZ8.585.95.1-
YUV68.62123.7158.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 61 (24.22% from 255) = 27.60%
R=50.68%
G=21.72%
B=27.60%

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
Decimal112486100.570.460.56347.814031.37
Hex70303D0392E3815c281f
Octal160607507156705345037
Binary1110000110000111101011100110111011100010101110010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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