#713640

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

Shades of Merlot #713640

Tints of Merlot #713640

Color information

#713640 (or 0x713640) is unknown color: approx Merlot. HEX triplet: 71, 36 and 40. RGB value is (113,54,64). Sum of RGB (Red+Green+Blue) = 113+54+64=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #713640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713640 is #8EC9BF. Grayscale: #484848. Windows color (decimal): -9357760 or 4208241. OLE color: 4208241.

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

Color convert

RGB1135464-
CMYK00.520.430.56
HSL349.83º35.33%32.75%-
HSV(B)349.83º52.21%44.31%-
XYZ9.056.525.63-
YUV72.78123.05156.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=48.92%
G=23.38%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113546400.520.430.56349.8335.3332.75
Hex7136400342B3815e2321
Octal1616610006453705364341
Binary111000111011010000000110100101011111000101011110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713640; }

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

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

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

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

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

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

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

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