#713555

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

Shades of Flirt #713555

Tints of Flirt #713555

Color information

#713555 (or 0x713555) is unknown color: approx Flirt. HEX triplet: 71, 35 and 55. RGB value is (113,53,85). Sum of RGB (Red+Green+Blue) = 113+53+85=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #713555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713555 is #8ECAAA. Grayscale: #4A4A4A. Windows color (decimal): -9357995 or 5584241. OLE color: 5584241.

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

Color convert

RGB1135385-
CMYK00.530.250.56
HSL328º36.14%32.55%-
HSV(B)328º53.1%44.31%-
XYZ9.726.719.38-
YUV74.59133.88155.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.02%
GREEN value IS 53 (21.09% from 255) = 21.12%
BLUE value IS 85 (33.59% from 255) = 33.86%
R=45.02%
G=21.12%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113538500.530.250.5632836.1432.55
Hex71355503519381482421
Octal1616512506531705104441
Binary11100011101011010101011010111001111000101001000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713555; }

 p { color: rgb(113,53,85); }

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

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

 a { background-color: rgb(113,53,85); }

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

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

 span { border-color: rgb(113,53,85); }

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