#713056

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

Shades of Flirt #713056

Tints of Flirt #713056

Color information

#713056 (or 0x713056) is unknown color: approx Flirt. HEX triplet: 71, 30 and 56. RGB value is (113,48,86). Sum of RGB (Red+Green+Blue) = 113+48+86=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #713056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713056 is #8ECFA9. Grayscale: #474747. Windows color (decimal): -9359274 or 5648497. OLE color: 5648497.

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

Color convert

RGB1134886-
CMYK00.580.240.56
HSL324.92º40.37%31.57%-
HSV(B)324.92º57.52%44.31%-
XYZ9.556.39.52-
YUV71.77136.03157.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 86 (33.98% from 255) = 34.82%
R=45.75%
G=19.43%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113488600.580.240.56324.9240.3731.57
Hex71305603A18381452820
Octal1616012607230705055040
Binary11100011100001010110011101011000111000101000101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713056; }

 p { color: rgb(113,48,86); }

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

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

 a { background-color: rgb(113,48,86); }

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

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

 span { border-color: rgb(113,48,86); }

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