#71575B

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

Shades of Falcon #71575B

Tints of Falcon #71575B

Color information

#71575B (or 0x71575B) is unknown color: approx Falcon. HEX triplet: 71, 57 and 5B. RGB value is (113,87,91). Sum of RGB (Red+Green+Blue) = 113+87+91=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #71575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71575B is #8EA8A4. Grayscale: #5F5F5F. Windows color (decimal): -9349285 or 5986161. OLE color: 5986161.

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

Color convert

RGB1138791-
CMYK00.230.190.56
HSL350.77º13%39.22%-
HSV(B)350.77º23.01%44.31%-
XYZ12.1111.0811.4-
YUV95.23125.61140.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 91 (35.94% from 255) = 31.27%
R=38.83%
G=29.90%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113879100.230.190.56350.771339.22
Hex71575B017133815fd27
Octal16112713302723705371547
Binary111000110101111011011010111100111110001010111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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