#713153

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

Shades of Flirt #713153

Tints of Flirt #713153

Color information

#713153 (or 0x713153) is unknown color: approx Flirt. HEX triplet: 71, 31 and 53. RGB value is (113,49,83). Sum of RGB (Red+Green+Blue) = 113+49+83=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #713153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713153 is #8ECEAC. Grayscale: #474747. Windows color (decimal): -9359021 or 5452145. OLE color: 5452145.

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

Color convert

RGB1134983-
CMYK00.570.270.56
HSL328.12º39.51%31.76%-
HSV(B)328.12º56.64%44.31%-
XYZ9.476.338.91-
YUV72.01134.2157.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=46.12%
G=20%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113498300.570.270.56328.1239.5131.76
Hex7131530391B381482820
Octal1616112307133705105040
Binary11100011100011010011011100111011111000101001000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713153; }

 p { color: rgb(113,49,83); }

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

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

 a { background-color: rgb(113,49,83); }

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

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

 span { border-color: rgb(113,49,83); }

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