#713341

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

Shades of Merlot #713341

Tints of Merlot #713341

Color information

#713341 (or 0x713341) is unknown color: approx Merlot. HEX triplet: 71, 33 and 41. RGB value is (113,51,65). Sum of RGB (Red+Green+Blue) = 113+51+65=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #713341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713341 is #8ECCBE. Grayscale: #474747. Windows color (decimal): -9358527 or 4273009. OLE color: 4273009.

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

Color convert

RGB1135165-
CMYK00.550.420.56
HSL346.45º37.8%32.16%-
HSV(B)346.45º54.87%44.31%-
XYZ8.956.265.74-
YUV71.13124.54157.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.34%
GREEN value IS 51 (20.31% from 255) = 22.27%
BLUE value IS 65 (25.78% from 255) = 28.38%
R=49.34%
G=22.27%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113516500.550.420.56346.4537.832.16
Hex7133410372A3815a2620
Octal1616310106752705324640
Binary111000111001110000010110111101010111000101011010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713341; }

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

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

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

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

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

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

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

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