#80565B

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

Shades of Falcon #80565B

Tints of Falcon #80565B

Color information

#80565B (or 0x80565B) is unknown color: approx Falcon. HEX triplet: 80, 56 and 5B. RGB value is (128,86,91). Sum of RGB (Red+Green+Blue) = 128+86+91=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #80565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80565B is #7FA9A4. Grayscale: #636363. Windows color (decimal): -8366501 or 5985920. OLE color: 5985920.

HSL color Cylindrical-coordinate representation of color #80565B: hue angle of 352.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80565B is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB1288691-
CMYK00.330.290.50
HSL352.86º19.63%41.96%-
HSV(B)352.86º32.81%50.2%-
XYZ14.121211.47-
YUV99.13123.41148.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=41.97%
G=28.20%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128869100.330.290.50352.8619.6341.96
Hex80565B0211D32161142a
Octal20012613304135625412452
Binary100000001010110101101101000011110111001010110000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,86,91); }

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

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

 a { background-color: rgb(128,86,91); }

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

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

 span { border-color: rgb(128,86,91); }

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