#713652

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

Shades of Flirt #713652

Tints of Flirt #713652

Color information

#713652 (or 0x713652) is unknown color: approx Flirt. HEX triplet: 71, 36 and 52. RGB value is (113,54,82). Sum of RGB (Red+Green+Blue) = 113+54+82=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #713652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713652 is #8EC9AD. Grayscale: #4A4A4A. Windows color (decimal): -9357742 or 5387889. OLE color: 5387889.

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

Color convert

RGB1135482-
CMYK00.520.270.56
HSL331.53º35.33%32.75%-
HSV(B)331.53º52.21%44.31%-
XYZ9.656.768.78-
YUV74.83132.05155.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.38%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=45.38%
G=21.69%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113548200.520.270.56331.5335.3332.75
Hex7136520341B3814c2321
Octal1616612206433705144341
Binary11100011101101010010011010011011111000101001100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713652; }

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

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

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

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

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

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

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

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