#71355A

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

Shades of Flirt #71355A

Tints of Flirt #71355A

Color information

#71355A (or 0x71355A) is unknown color: approx Flirt. HEX triplet: 71, 35 and 5A. RGB value is (113,53,90). Sum of RGB (Red+Green+Blue) = 113+53+90=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71355A is #8ECAA5. Grayscale: #4B4B4B. Windows color (decimal): -9357990 or 5911921. OLE color: 5911921.

HSL color Cylindrical-coordinate representation of color #71355A: hue angle of 323º 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 #71355A is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1135390-
CMYK00.530.200.56
HSL323º36.14%32.55%-
HSV(B)323º53.1%44.31%-
XYZ9.936.810.46-
YUV75.16136.38154.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=44.14%
G=20.70%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113539000.530.200.5632336.1432.55
Hex71355A03514381432421
Octal1616513206524705034441
Binary11100011101011011010011010110100111000101000011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71355A; }

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

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

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

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

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

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

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

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