#80565A

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

Shades of Falcon #80565A

Tints of Falcon #80565A

Color information

#80565A (or 0x80565A) is unknown color: approx Falcon. HEX triplet: 80, 56 and 5A. RGB value is (128,86,90). Sum of RGB (Red+Green+Blue) = 128+86+90=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #80565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80565A is #7FA9A5. Grayscale: #636363. Windows color (decimal): -8366502 or 5920384. OLE color: 5920384.

HSL color Cylindrical-coordinate representation of color #80565A: hue angle of 354.29º 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 #80565A is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1288690-
CMYK00.330.300.50
HSL354.29º19.63%41.96%-
HSV(B)354.29º32.81%50.2%-
XYZ14.0811.9811.24-
YUV99.01122.91148.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.11%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 90 (35.55% from 255) = 29.61%
R=42.11%
G=28.29%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128869000.330.300.50354.2919.6341.96
Hex80565A0211E32162142a
Octal20012613204136625422452
Binary100000001010110101101001000011111011001010110001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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