#713741

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

Shades of Merlot #713741

Tints of Merlot #713741

Color information

#713741 (or 0x713741) is unknown color: approx Merlot. HEX triplet: 71, 37 and 41. RGB value is (113,55,65). Sum of RGB (Red+Green+Blue) = 113+55+65=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #713741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713741 is #8EC8BE. Grayscale: #494949. Windows color (decimal): -9357503 or 4274033. OLE color: 4274033.

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

Color convert

RGB1135565-
CMYK00.510.420.56
HSL349.66º34.52%32.94%-
HSV(B)349.66º51.33%44.31%-
XYZ9.136.625.8-
YUV73.48123.22156.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 65 (25.78% from 255) = 27.90%
R=48.50%
G=23.61%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113556500.510.420.56349.6634.5232.94
Hex7137410332A3815e2321
Octal1616710106352705364341
Binary111000111011110000010110011101010111000101011110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713741; }

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

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

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

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

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

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

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

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