#713357

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

Shades of Flirt #713357

Tints of Flirt #713357

Color information

#713357 (or 0x713357) is unknown color: approx Flirt. HEX triplet: 71, 33 and 57. RGB value is (113,51,87). Sum of RGB (Red+Green+Blue) = 113+51+87=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #713357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713357 is #8ECCA8. Grayscale: #494949. Windows color (decimal): -9358505 or 5714801. OLE color: 5714801.

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

Color convert

RGB1135187-
CMYK00.550.230.56
HSL325.16º37.8%32.16%-
HSV(B)325.16º54.87%44.31%-
XYZ9.716.579.77-
YUV73.64135.54156.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.02%
GREEN value IS 51 (20.31% from 255) = 20.32%
BLUE value IS 87 (34.38% from 255) = 34.66%
R=45.02%
G=20.32%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113518700.550.230.56325.1637.832.16
Hex71335703717381452620
Octal1616312706727705054640
Binary11100011100111010111011011110111111000101000101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713357; }

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

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

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

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

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

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

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

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