#713540

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

Shades of Merlot #713540

Tints of Merlot #713540

Color information

#713540 (or 0x713540) is unknown color: approx Merlot. HEX triplet: 71, 35 and 40. RGB value is (113,53,64). Sum of RGB (Red+Green+Blue) = 113+53+64=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #713540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713540 is #8ECABF. Grayscale: #484848. Windows color (decimal): -9358016 or 4207985. OLE color: 4207985.

HSL color Cylindrical-coordinate representation of color #713540: hue angle of 349º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #713540 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1135364-
CMYK00.530.430.56
HSL349º36.14%32.55%-
HSV(B)349º53.1%44.31%-
XYZ9.016.435.62-
YUV72.19123.38157.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=49.13%
G=23.04%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113536400.530.430.5634936.1432.55
Hex7135400352B3815d2421
Octal1616510006553705354441
Binary111000111010110000000110101101011111000101011101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713540; }

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

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

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

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

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

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

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

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