Shades of Falcon #80565C
Tints of Falcon #80565C
RGB
CMYK
RGB Variations
Color information
#80565C (or 0x80565C) is known color: 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
| RGB | 128 | 86 | 92 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.50 |
| HSL | 351.43º | 0.2% | 0.42% | - |
| HSV(B) | 351.43º | 0.33% | 0.5% | - |
| XYZ | 14.16 | 12.02 | 11.7 | - |
| YUV | 99.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 92 | 0 | 0.33 | 0.28 | 0.50 | 351.43 | 0.2 | 0.42 |
| Hex | 80 | 56 | 5C | 0 | 21 | 1C | 32 | 15F | 14 | 2A |
| Octal | 200 | 126 | 134 | 0 | 41 | 34 | 62 | 537 | 24 | 52 |
| Binary | 10000000 | 1010110 | 1011100 | 0 | 100001 | 11100 | 110010 | 101011111 | 10100 | 101010 |
Color Harmonies of #80565C
Complementary color
Monochromatic Colors of #80565C
Black with #80565C
Text Example
Text Example
White with #80565C
Text Example
Text Example
HTML Codes & Css Web 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>