#713453

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

Shades of Flirt #713453

Tints of Flirt #713453

Color information

#713453 (or 0x713453) is unknown color: approx Flirt. HEX triplet: 71, 34 and 53. RGB value is (113,52,83). Sum of RGB (Red+Green+Blue) = 113+52+83=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #713453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713453 is #8ECBAC. Grayscale: #494949. Windows color (decimal): -9358253 or 5452913. OLE color: 5452913.

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

Color convert

RGB1135283-
CMYK00.540.270.56
HSL329.51º36.97%32.35%-
HSV(B)329.51º53.98%44.31%-
XYZ9.66.598.95-
YUV73.77133.21155.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.56%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=45.56%
G=20.97%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113528300.540.270.56329.5136.9732.35
Hex7134530361B3814a2520
Octal1616412306633705124540
Binary11100011101001010011011011011011111000101001010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713453; }

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

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

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

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

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

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

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

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