#713139

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

Shades of Merlot #713139

Tints of Merlot #713139

Color information

#713139 (or 0x713139) is unknown color: approx Merlot. HEX triplet: 71, 31 and 39. RGB value is (113,49,57). Sum of RGB (Red+Green+Blue) = 113+49+57=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #713139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713139 is #8ECEC6. Grayscale: #454545. Windows color (decimal): -9359047 or 3748209. OLE color: 3748209.

HSL color Cylindrical-coordinate representation of color #713139: hue angle of 352.5º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713139 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1134957-
CMYK00.570.500.56
HSL352.5º39.51%31.76%-
HSV(B)352.5º56.64%44.31%-
XYZ8.6564.57-
YUV69.05121.2159.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.60%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 57 (22.66% from 255) = 26.03%
R=51.60%
G=22.37%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113495700.570.500.56352.539.5131.76
Hex71313903932381602820
Octal161617107162705405040
Binary11100011100011110010111001110010111000101100000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713139; }

 p { color: rgb(113,49,57); }

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

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

 a { background-color: rgb(113,49,57); }

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

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

 span { border-color: rgb(113,49,57); }

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