#713157

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

Shades of Flirt #713157

Tints of Flirt #713157

Color information

#713157 (or 0x713157) is unknown color: approx Flirt. HEX triplet: 71, 31 and 57. RGB value is (113,49,87). Sum of RGB (Red+Green+Blue) = 113+49+87=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #713157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713157 is #8ECEA8. Grayscale: #484848. Windows color (decimal): -9359017 or 5714289. OLE color: 5714289.

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

Color convert

RGB1134987-
CMYK00.570.230.56
HSL324.38º39.51%31.76%-
HSV(B)324.38º56.64%44.31%-
XYZ9.636.49.74-
YUV72.47136.2156.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.38%
GREEN value IS 49 (19.53% from 255) = 19.68%
BLUE value IS 87 (34.38% from 255) = 34.94%
R=45.38%
G=19.68%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113498700.570.230.56324.3839.5131.76
Hex71315703917381442820
Octal1616112707127705045040
Binary11100011100011010111011100110111111000101000100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713157; }

 p { color: rgb(113,49,87); }

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

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

 a { background-color: rgb(113,49,87); }

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

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

 span { border-color: rgb(113,49,87); }

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