#80595A

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

Shades of Falcon #80595A

Tints of Falcon #80595A

Color information

#80595A (or 0x80595A) is unknown color: approx Falcon. HEX triplet: 80, 59 and 5A. RGB value is (128,89,90). Sum of RGB (Red+Green+Blue) = 128+89+90=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #80595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80595A is #7FA6A5. Grayscale: #646464. Windows color (decimal): -8365734 or 5921152. OLE color: 5921152.

HSL color Cylindrical-coordinate representation of color #80595A: hue angle of 358.46º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80595A is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1288990-
CMYK00.300.300.50
HSL358.46º17.97%42.55%-
HSV(B)358.46º30.47%50.2%-
XYZ14.3212.4711.33-
YUV100.78121.92147.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.69%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 90 (35.55% from 255) = 29.32%
R=41.69%
G=28.99%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128899000.300.300.50358.4617.9742.55
Hex80595A01E1E32166122b
Octal20013113203636625462253
Binary10000000101100110110100111101111011001010110011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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