#713455

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

Shades of Flirt #713455

Tints of Flirt #713455

Color information

#713455 (or 0x713455) is unknown color: approx Flirt. HEX triplet: 71, 34 and 55. RGB value is (113,52,85). Sum of RGB (Red+Green+Blue) = 113+52+85=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #713455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713455 is #8ECBAA. Grayscale: #494949. Windows color (decimal): -9358251 or 5583985. OLE color: 5583985.

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

Color convert

RGB1135285-
CMYK00.540.250.56
HSL327.54º36.97%32.35%-
HSV(B)327.54º53.98%44.31%-
XYZ9.686.629.36-
YUV74134.21155.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.2%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 85 (33.59% from 255) = 34%
R=45.2%
G=20.8%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113528500.540.250.56327.5436.9732.35
Hex71345503619381482520
Octal1616412506631705104540
Binary11100011101001010101011011011001111000101001000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713455; }

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

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

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

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

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

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

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

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