#713755

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

Shades of Flirt #713755

Tints of Flirt #713755

Color information

#713755 (or 0x713755) is unknown color: approx Flirt. HEX triplet: 71, 37 and 55. RGB value is (113,55,85). Sum of RGB (Red+Green+Blue) = 113+55+85=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #713755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713755 is #8EC8AA. Grayscale: #4B4B4B. Windows color (decimal): -9357483 or 5584753. OLE color: 5584753.

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

Color convert

RGB1135585-
CMYK00.510.250.56
HSL328.97º34.52%32.94%-
HSV(B)328.97º51.33%44.31%-
XYZ9.826.99.41-
YUV75.76133.22154.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.66%
GREEN value IS 55 (21.88% from 255) = 21.74%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=44.66%
G=21.74%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113558500.510.250.56328.9734.5232.94
Hex71375503319381492321
Octal1616712506331705114341
Binary11100011101111010101011001111001111000101001001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713755; }

 p { color: rgb(113,55,85); }

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

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

 a { background-color: rgb(113,55,85); }

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

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

 span { border-color: rgb(113,55,85); }

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