#70373E

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

Shades of Merlot #70373E

Tints of Merlot #70373E

Color information

#70373E (or 0x70373E) is unknown color: approx Merlot. HEX triplet: 70, 37 and 3E. RGB value is (112,55,62). Sum of RGB (Red+Green+Blue) = 112+55+62=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #70373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70373E is #8FC8C1. Grayscale: #484848. Windows color (decimal): -9423042 or 4077424. OLE color: 4077424.

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

Color convert

RGB1125562-
CMYK00.510.450.56
HSL352.63º34.13%32.75%-
HSV(B)352.63º50.89%43.92%-
XYZ8.926.525.35-
YUV72.84121.88155.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 55 (21.88% from 255) = 24.02%
BLUE value IS 62 (24.61% from 255) = 27.07%
R=48.91%
G=24.02%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112556200.510.450.56352.6334.1332.75
Hex70373E0332D381612221
Octal160677606355705414241
Binary11100001101111111100110011101101111000101100001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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