#713543

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

Shades of Merlot #713543

Tints of Merlot #713543

Color information

#713543 (or 0x713543) is unknown color: approx Merlot. HEX triplet: 71, 35 and 43. RGB value is (113,53,67). Sum of RGB (Red+Green+Blue) = 113+53+67=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #713543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713543 is #8ECABC. Grayscale: #484848. Windows color (decimal): -9358013 or 4404593. OLE color: 4404593.

HSL color Cylindrical-coordinate representation of color #713543: hue angle of 346º 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 #713543 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1135367-
CMYK00.530.410.56
HSL346º36.14%32.55%-
HSV(B)346º53.1%44.31%-
XYZ9.16.466.08-
YUV72.54124.88156.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 53 (21.09% from 255) = 22.75%
BLUE value IS 67 (26.56% from 255) = 28.76%
R=48.50%
G=22.75%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113536700.530.410.5634636.1432.55
Hex713543035293815a2421
Octal1616510306551705324441
Binary111000111010110000110110101101001111000101011010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713543; }

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

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

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

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

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

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

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

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