#713740

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

Shades of Merlot #713740

Tints of Merlot #713740

Color information

#713740 (or 0x713740) is unknown color: approx Merlot. HEX triplet: 71, 37 and 40. RGB value is (113,55,64). Sum of RGB (Red+Green+Blue) = 113+55+64=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #713740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713740 is #8EC8BF. Grayscale: #494949. Windows color (decimal): -9357504 or 4208497. OLE color: 4208497.

HSL color Cylindrical-coordinate representation of color #713740: hue angle of 350.69º degrees, saturation: 0.35, 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 #713740 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1135564-
CMYK00.510.430.56
HSL350.69º34.52%32.94%-
HSV(B)350.69º51.33%44.31%-
XYZ9.16.615.65-
YUV73.37122.72156.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=48.71%
G=23.71%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113556400.510.430.56350.6934.5232.94
Hex7137400332B3815f2321
Octal1616710006353705374341
Binary111000111011110000000110011101011111000101011111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713740; }

 p { color: rgb(113,55,64); }

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

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

 a { background-color: rgb(113,55,64); }

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

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

 span { border-color: rgb(113,55,64); }

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