Shades of Falcon #80585C
Tints of Falcon #80585C
RGB
CMYK
RGB Variations
Color information
#80585C (or 0x80585C) is known color: Falcon. HEX triplet: 80, 58 and 5C. RGB value is (128,88,92). Sum of RGB (Red+Green+Blue) = 128+88+92=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #80585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80585C is #7FA7A3. Grayscale: #646464. Windows color (decimal): -8365988 or 6051968. OLE color: 6051968.
HSL color Cylindrical-coordinate representation of color #80585C: hue angle of 354º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80585C is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 88 | 92 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.50 |
| HSL | 354º | 0.19% | 0.42% | - |
| HSV(B) | 354º | 0.31% | 0.5% | - |
| XYZ | 14.32 | 12.34 | 11.75 | - |
| YUV | 100.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 88 | 92 | 0 | 0.31 | 0.28 | 0.50 | 354 | 0.19 | 0.42 |
| Hex | 80 | 58 | 5C | 0 | 1F | 1C | 32 | 162 | 13 | 2A |
| Octal | 200 | 130 | 134 | 0 | 37 | 34 | 62 | 542 | 23 | 52 |
| Binary | 10000000 | 1011000 | 1011100 | 0 | 11111 | 11100 | 110010 | 101100010 | 10011 | 101010 |
Color Harmonies of #80585C
Complementary color
Monochromatic Colors of #80585C
Black with #80585C
Text Example
Text Example
White with #80585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80585C; }
p { color: rgb(128,88,92); }
H1.HeaderClassName
{
color: #80585C;
}
.AnyTagClassName
{
color: #80585C;
}
</style>
background-color css
<style>
a { background-color: #80585C; }
a { background-color: rgb(128,88,92); }
div.DivClassName
{
background-color: #80585C;
}
.BgClassName
{
background-color: #80585C;
}
</style>
border-color css
<style>
span { border-color: #80585C; }
span { border-color: rgb(128,88,92); }
td.TdClassName
{
border-color: #80585C;
}
.TagClassName
{
border-color: #80585C;
}
</style>