#713259

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

Shades of Flirt #713259

Tints of Flirt #713259

Color information

#713259 (or 0x713259) is unknown color: approx Flirt. HEX triplet: 71, 32 and 59. RGB value is (113,50,89). Sum of RGB (Red+Green+Blue) = 113+50+89=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #713259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713259 is #8ECDA6. Grayscale: #494949. Windows color (decimal): -9358759 or 5845617. OLE color: 5845617.

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

Color convert

RGB1135089-
CMYK00.560.210.56
HSL322.86º38.65%31.96%-
HSV(B)322.86º55.75%44.31%-
XYZ9.756.5110.19-
YUV73.28136.87156.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 50 (19.92% from 255) = 19.84%
BLUE value IS 89 (35.16% from 255) = 35.32%
R=44.84%
G=19.84%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113508900.560.210.56322.8638.6531.96
Hex71325903815381432720
Octal1616213107025705034740
Binary11100011100101011001011100010101111000101000011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713259; }

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

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

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

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

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

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

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

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