#70313B

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

Shades of Merlot #70313B

Tints of Merlot #70313B

Color information

#70313B (or 0x70313B) is unknown color: approx Merlot. HEX triplet: 70, 31 and 3B. RGB value is (112,49,59). Sum of RGB (Red+Green+Blue) = 112+49+59=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #70313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70313B is #8FCEC4. Grayscale: #454545. Windows color (decimal): -9424581 or 3879280. OLE color: 3879280.

HSL color Cylindrical-coordinate representation of color #70313B: hue angle of 350.48º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70313B is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1124959-
CMYK00.560.470.56
HSL350.48º39.13%31.57%-
HSV(B)350.48º56.25%43.92%-
XYZ8.575.964.84-
YUV68.98122.37158.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 59 (23.44% from 255) = 26.82%
R=50.91%
G=22.27%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112495900.560.470.56350.4839.1331.57
Hex70313B0382F3815e2720
Octal160617307057705364740
Binary11100001100011110110111000101111111000101011110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70313B; }

 p { color: rgb(112,49,59); }

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

<style>
 a { background-color: #70313B; }

 a { background-color: rgb(112,49,59); }

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

<style>
 span { border-color: #70313B; }

 span { border-color: rgb(112,49,59); }

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