#713552

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

Shades of Flirt #713552

Tints of Flirt #713552

Color information

#713552 (or 0x713552) is unknown color: approx Flirt. HEX triplet: 71, 35 and 52. RGB value is (113,53,82). Sum of RGB (Red+Green+Blue) = 113+53+82=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #713552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713552 is #8ECAAD. Grayscale: #4A4A4A. Windows color (decimal): -9357998 or 5387633. OLE color: 5387633.

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

Color convert

RGB1135382-
CMYK00.530.270.56
HSL331º36.14%32.55%-
HSV(B)331º53.1%44.31%-
XYZ9.616.678.76-
YUV74.25132.38155.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.56%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=45.56%
G=21.37%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113538200.530.270.5633136.1432.55
Hex7135520351B3814b2421
Octal1616512206533705134441
Binary11100011101011010010011010111011111000101001011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713552; }

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

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

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

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

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

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

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

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