#713055

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

Shades of Flirt #713055

Tints of Flirt #713055

Color information

#713055 (or 0x713055) is unknown color: approx Flirt. HEX triplet: 71, 30 and 55. RGB value is (113,48,85). Sum of RGB (Red+Green+Blue) = 113+48+85=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #713055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713055 is #8ECFAA. Grayscale: #474747. Windows color (decimal): -9359275 or 5582961. OLE color: 5582961.

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

Color convert

RGB1134885-
CMYK00.580.250.56
HSL325.85º40.37%31.57%-
HSV(B)325.85º57.52%44.31%-
XYZ9.516.289.31-
YUV71.65135.53157.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.93%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 85 (33.59% from 255) = 34.55%
R=45.93%
G=19.51%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113488500.580.250.56325.8540.3731.57
Hex71305503A19381462820
Octal1616012507231705065040
Binary11100011100001010101011101011001111000101000110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713055; }

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

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

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

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

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

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

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

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