#713254

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

Shades of Flirt #713254

Tints of Flirt #713254

Color information

#713254 (or 0x713254) is unknown color: approx Flirt. HEX triplet: 71, 32 and 54. RGB value is (113,50,84). Sum of RGB (Red+Green+Blue) = 113+50+84=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #713254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713254 is #8ECDAB. Grayscale: #484848. Windows color (decimal): -9358764 or 5517937. OLE color: 5517937.

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

Color convert

RGB1135084-
CMYK00.560.260.56
HSL327.62º38.65%31.96%-
HSV(B)327.62º55.75%44.31%-
XYZ9.556.439.13-
YUV72.71134.37156.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 84 (33.20% from 255) = 34.01%
R=45.75%
G=20.24%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113508400.560.260.56327.6238.6531.96
Hex7132540381A381482720
Octal1616212407032705104740
Binary11100011100101010100011100011010111000101001000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713254; }

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

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

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

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

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

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

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

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