#713255

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

Shades of Flirt #713255

Tints of Flirt #713255

Color information

#713255 (or 0x713255) is unknown color: approx Flirt. HEX triplet: 71, 32 and 55. RGB value is (113,50,85). Sum of RGB (Red+Green+Blue) = 113+50+85=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #713255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713255 is #8ECDAA. Grayscale: #484848. Windows color (decimal): -9358763 or 5583473. OLE color: 5583473.

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

Color convert

RGB1135085-
CMYK00.560.250.56
HSL326.67º38.65%31.96%-
HSV(B)326.67º55.75%44.31%-
XYZ9.596.459.33-
YUV72.83134.87156.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.56%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=45.56%
G=20.16%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113508500.560.250.56326.6738.6531.96
Hex71325503819381472720
Octal1616212507031705074740
Binary11100011100101010101011100011001111000101000111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713255; }

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

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

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

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

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

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

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

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