#713655

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

Shades of Flirt #713655

Tints of Flirt #713655

Color information

#713655 (or 0x713655) is unknown color: approx Flirt. HEX triplet: 71, 36 and 55. RGB value is (113,54,85). Sum of RGB (Red+Green+Blue) = 113+54+85=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #713655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713655 is #8EC9AA. Grayscale: #4B4B4B. Windows color (decimal): -9357739 or 5584497. OLE color: 5584497.

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

Color convert

RGB1135485-
CMYK00.520.250.56
HSL328.47º35.33%32.75%-
HSV(B)328.47º52.21%44.31%-
XYZ9.776.89.39-
YUV75.18133.55154.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=44.84%
G=21.43%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113548500.520.250.56328.4735.3332.75
Hex71365503419381482321
Octal1616612506431705104341
Binary11100011101101010101011010011001111000101001000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713655; }

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

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

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

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

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

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

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

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