#80565C

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

Shades of Falcon #80565C

Tints of Falcon #80565C

Color information

#80565C (or 0x80565C) is unknown color: approx Falcon. HEX triplet: 80, 56 and 5C. RGB value is (128,86,92). Sum of RGB (Red+Green+Blue) = 128+86+92=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #80565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80565C is #7FA9A3. Grayscale: #636363. Windows color (decimal): -8366500 or 6051456. OLE color: 6051456.

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

Color convert

RGB1288692-
CMYK00.330.280.50
HSL351.43º19.63%41.96%-
HSV(B)351.43º32.81%50.2%-
XYZ14.1612.0211.7-
YUV99.24123.91148.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.83%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=41.83%
G=28.10%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128869200.330.280.50351.4319.6341.96
Hex80565C0211C3215f142a
Octal20012613404134625372452
Binary100000001010110101110001000011110011001010101111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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