#713456

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

Shades of Flirt #713456

Tints of Flirt #713456

Color information

#713456 (or 0x713456) is unknown color: approx Flirt. HEX triplet: 71, 34 and 56. RGB value is (113,52,86). Sum of RGB (Red+Green+Blue) = 113+52+86=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #713456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713456 is #8ECBA9. Grayscale: #4A4A4A. Windows color (decimal): -9358250 or 5649521. OLE color: 5649521.

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

Color convert

RGB1135286-
CMYK00.540.240.56
HSL326.56º36.97%32.35%-
HSV(B)326.56º53.98%44.31%-
XYZ9.726.649.57-
YUV74.11134.71155.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.02%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 86 (33.98% from 255) = 34.26%
R=45.02%
G=20.72%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113528600.540.240.56326.5636.9732.35
Hex71345603618381472520
Octal1616412606630705074540
Binary11100011101001010110011011011000111000101000111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713456; }

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

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

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

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

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

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

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

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