Shades of Falcon #80595A
Tints of Falcon #80595A
RGB
CMYK
RGB Variations
Color information
#80595A (or 0x80595A) is known color: 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
| RGB | 128 | 89 | 90 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.50 |
| HSL | 358.46º | 0.18% | 0.43% | - |
| HSV(B) | 358.46º | 0.3% | 0.5% | - |
| XYZ | 14.32 | 12.47 | 11.33 | - |
| YUV | 100.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 90 | 0 | 0.30 | 0.30 | 0.50 | 358.46 | 0.18 | 0.43 |
| Hex | 80 | 59 | 5A | 0 | 1E | 1E | 32 | 166 | 12 | 2B |
| Octal | 200 | 131 | 132 | 0 | 36 | 36 | 62 | 546 | 22 | 53 |
| Binary | 10000000 | 1011001 | 1011010 | 0 | 11110 | 11110 | 110010 | 101100110 | 10010 | 101011 |
Color Harmonies of #80595A
Complementary color
Monochromatic Colors of #80595A
Black with #80595A
Text Example
Text Example
White with #80595A
Text Example
Text Example
HTML Codes & Css Web 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>