#713753

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

Shades of Flirt #713753

Tints of Flirt #713753

Color information

#713753 (or 0x713753) is unknown color: approx Flirt. HEX triplet: 71, 37 and 53. RGB value is (113,55,83). Sum of RGB (Red+Green+Blue) = 113+55+83=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #713753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713753 is #8EC8AC. Grayscale: #4B4B4B. Windows color (decimal): -9357485 or 5453681. OLE color: 5453681.

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

Color convert

RGB1135583-
CMYK00.510.270.56
HSL331.03º34.52%32.94%-
HSV(B)331.03º51.33%44.31%-
XYZ9.746.879-
YUV75.53132.22154.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.02%
GREEN value IS 55 (21.88% from 255) = 21.91%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=45.02%
G=21.91%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113558300.510.270.56331.0334.5232.94
Hex7137530331B3814b2321
Octal1616712306333705134341
Binary11100011101111010011011001111011111000101001011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713753; }

 p { color: rgb(113,55,83); }

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

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

 a { background-color: rgb(113,55,83); }

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

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

 span { border-color: rgb(113,55,83); }

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