Shades of Falcon #80565A
Tints of Falcon #80565A
RGB
CMYK
RGB Variations
Color information
#80565A (or 0x80565A) is known color: 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
| RGB | 128 | 86 | 90 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.50 |
| HSL | 354.29º | 0.2% | 0.42% | - |
| HSV(B) | 354.29º | 0.33% | 0.5% | - |
| XYZ | 14.08 | 11.98 | 11.24 | - |
| YUV | 99.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 90 | 0 | 0.33 | 0.30 | 0.50 | 354.29 | 0.2 | 0.42 |
| Hex | 80 | 56 | 5A | 0 | 21 | 1E | 32 | 162 | 14 | 2A |
| Octal | 200 | 126 | 132 | 0 | 41 | 36 | 62 | 542 | 24 | 52 |
| Binary | 10000000 | 1010110 | 1011010 | 0 | 100001 | 11110 | 110010 | 101100010 | 10100 | 101010 |
Color Harmonies of #80565A
Complementary color
Monochromatic Colors of #80565A
Black with #80565A
Text Example
Text Example
White with #80565A
Text Example
Text Example
HTML Codes & Css Web 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>