#71555B

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

Shades of Falcon #71555B

Tints of Falcon #71555B

Color information

#71555B (or 0x71555B) is unknown color: approx Falcon. HEX triplet: 71, 55 and 5B. RGB value is (113,85,91). Sum of RGB (Red+Green+Blue) = 113+85+91=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #71555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71555B is #8EAAA4. Grayscale: #5E5E5E. Windows color (decimal): -9349797 or 5985649. OLE color: 5985649.

HSL color Cylindrical-coordinate representation of color #71555B: hue angle of 347.14º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #71555B is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1138591-
CMYK00.250.190.56
HSL347.14º14.14%38.82%-
HSV(B)347.14º24.78%44.31%-
XYZ11.9510.7611.35-
YUV94.06126.28141.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.10%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=39.10%
G=29.41%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113859100.250.190.56347.1414.1438.82
Hex71555B019133815be27
Octal16112513303123705331647
Binary111000110101011011011011001100111110001010110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71555B; }

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

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

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

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

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

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

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

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