#713252

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

Shades of Flirt #713252

Tints of Flirt #713252

Color information

#713252 (or 0x713252) is unknown color: approx Flirt. HEX triplet: 71, 32 and 52. RGB value is (113,50,82). Sum of RGB (Red+Green+Blue) = 113+50+82=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #713252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713252 is #8ECDAD. Grayscale: #484848. Windows color (decimal): -9358766 or 5386865. OLE color: 5386865.

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

Color convert

RGB1135082-
CMYK00.560.270.56
HSL329.52º38.65%31.96%-
HSV(B)329.52º55.75%44.31%-
XYZ9.476.48.72-
YUV72.48133.37156.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 82 (32.42% from 255) = 33.47%
R=46.12%
G=20.41%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113508200.560.270.56329.5238.6531.96
Hex7132520381B3814a2720
Octal1616212207033705124740
Binary11100011100101010010011100011011111000101001010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713252; }

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

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

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

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

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

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

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

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