#713549

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

Shades of Flirt #713549

Tints of Flirt #713549

Color information

#713549 (or 0x713549) is unknown color: approx Flirt. HEX triplet: 71, 35 and 49. RGB value is (113,53,73). Sum of RGB (Red+Green+Blue) = 113+53+73=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #713549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713549 is #8ECAB6. Grayscale: #494949. Windows color (decimal): -9358007 or 4797809. OLE color: 4797809.

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

Color convert

RGB1135373-
CMYK00.530.350.56
HSL340º36.14%32.55%-
HSV(B)340º53.1%44.31%-
XYZ9.296.547.08-
YUV73.22127.88156.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=47.28%
G=22.18%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113537300.530.350.5634036.1432.55
Hex71354903523381542421
Octal1616511106543705244441
Binary111000111010110010010110101100011111000101010100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713549; }

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

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

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

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

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

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

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

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