#713754

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

Shades of Flirt #713754

Tints of Flirt #713754

Color information

#713754 (or 0x713754) is unknown color: approx Flirt. HEX triplet: 71, 37 and 54. RGB value is (113,55,84). Sum of RGB (Red+Green+Blue) = 113+55+84=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #713754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713754 is #8EC8AB. Grayscale: #4B4B4B. Windows color (decimal): -9357484 or 5519217. OLE color: 5519217.

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

Color convert

RGB1135584-
CMYK00.510.260.56
HSL330º34.52%32.94%-
HSV(B)330º51.33%44.31%-
XYZ9.786.889.2-
YUV75.65132.72154.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 55 (21.88% from 255) = 21.83%
BLUE value IS 84 (33.20% from 255) = 33.33%
R=44.84%
G=21.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113558400.510.260.5633034.5232.94
Hex7137540331A3814a2321
Octal1616712406332705124341
Binary11100011101111010100011001111010111000101001010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713754; }

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

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

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

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

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

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

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

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