#713551

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

Shades of Flirt #713551

Tints of Flirt #713551

Color information

#713551 (or 0x713551) is unknown color: approx Flirt. HEX triplet: 71, 35 and 51. RGB value is (113,53,81). Sum of RGB (Red+Green+Blue) = 113+53+81=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #713551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713551 is #8ECAAE. Grayscale: #4A4A4A. Windows color (decimal): -9357999 or 5322097. OLE color: 5322097.

HSL color Cylindrical-coordinate representation of color #713551: hue angle of 332º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #713551 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1135381-
CMYK00.530.280.56
HSL332º36.14%32.55%-
HSV(B)332º53.1%44.31%-
XYZ9.576.658.56-
YUV74.13131.88155.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 81 (32.03% from 255) = 32.79%
R=45.75%
G=21.46%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113538100.530.280.5633236.1432.55
Hex7135510351C3814c2421
Octal1616512106534705144441
Binary11100011101011010001011010111100111000101001100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713551; }

 p { color: rgb(113,53,81); }

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

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

 a { background-color: rgb(113,53,81); }

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

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

 span { border-color: rgb(113,53,81); }

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