#70383B

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

Shades of Merlot #70383B

Tints of Merlot #70383B

Color information

#70383B (or 0x70383B) is unknown color: approx Merlot. HEX triplet: 70, 38 and 3B. RGB value is (112,56,59). Sum of RGB (Red+Green+Blue) = 112+56+59=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70383B is #8FC7C4. Grayscale: #494949. Windows color (decimal): -9422789 or 3881072. OLE color: 3881072.

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

Color convert

RGB1125659-
CMYK00.500.470.56
HSL356.79º33.33%32.94%-
HSV(B)356.79º50%43.92%-
XYZ8.896.594.94-
YUV73.09120.05155.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 59 (23.44% from 255) = 25.99%
R=49.34%
G=24.67%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112565900.500.470.56356.7933.3332.94
Hex70383B0322F381652121
Octal160707306257705454141
Binary11100001110001110110110010101111111000101100101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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