#713057

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

Shades of Flirt #713057

Tints of Flirt #713057

Color information

#713057 (or 0x713057) is unknown color: approx Flirt. HEX triplet: 71, 30 and 57. RGB value is (113,48,87). Sum of RGB (Red+Green+Blue) = 113+48+87=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #713057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713057 is #8ECFA8. Grayscale: #474747. Windows color (decimal): -9359273 or 5714033. OLE color: 5714033.

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

Color convert

RGB1134887-
CMYK00.580.230.56
HSL324º40.37%31.57%-
HSV(B)324º57.52%44.31%-
XYZ9.596.319.73-
YUV71.88136.53157.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.56%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 87 (34.38% from 255) = 35.08%
R=45.56%
G=19.35%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113488700.580.230.5632440.3731.57
Hex71305703A17381442820
Octal1616012707227705045040
Binary11100011100001010111011101010111111000101000100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713057; }

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

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

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

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

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

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

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

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