#713058

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

Shades of Flirt #713058

Tints of Flirt #713058

Color information

#713058 (or 0x713058) is unknown color: approx Flirt. HEX triplet: 71, 30 and 58. RGB value is (113,48,88). Sum of RGB (Red+Green+Blue) = 113+48+88=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #713058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713058 is #8ECFA7. Grayscale: #474747. Windows color (decimal): -9359272 or 5779569. OLE color: 5779569.

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

Color convert

RGB1134888-
CMYK00.580.220.56
HSL323.08º40.37%31.57%-
HSV(B)323.08º57.52%44.31%-
XYZ9.636.339.95-
YUV71.99137.03157.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.38%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=45.38%
G=19.28%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113488800.580.220.56323.0840.3731.57
Hex71305803A16381432820
Octal1616013007226705035040
Binary11100011100001011000011101010110111000101000011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713058; }

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

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

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

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

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

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

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

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