#713258

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

Shades of Flirt #713258

Tints of Flirt #713258

Color information

#713258 (or 0x713258) is unknown color: approx Flirt. HEX triplet: 71, 32 and 58. RGB value is (113,50,88). Sum of RGB (Red+Green+Blue) = 113+50+88=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #713258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713258 is #8ECDA7. Grayscale: #494949. Windows color (decimal): -9358760 or 5780081. OLE color: 5780081.

HSL color Cylindrical-coordinate representation of color #713258: hue angle of 323.81º 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 #713258 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB1135088-
CMYK00.560.220.56
HSL323.81º38.65%31.96%-
HSV(B)323.81º55.75%44.31%-
XYZ9.716.59.97-
YUV73.17136.37156.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.02%
GREEN value IS 50 (19.92% from 255) = 19.92%
BLUE value IS 88 (34.77% from 255) = 35.06%
R=45.02%
G=19.92%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113508800.560.220.56323.8138.6531.96
Hex71325803816381442720
Octal1616213007026705044740
Binary11100011100101011000011100010110111000101000100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713258; }

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

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

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

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

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

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

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

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