Shades of Falcon #80585B
Tints of Falcon #80585B
RGB
CMYK
RGB Variations
Color information
#80585B (or 0x80585B) is known color: Falcon. HEX triplet: 80, 58 and 5B. RGB value is (128,88,91). Sum of RGB (Red+Green+Blue) = 128+88+91=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #80585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80585B is #7FA7A4. Grayscale: #646464. Windows color (decimal): -8365989 or 5986432. OLE color: 5986432.
HSL color Cylindrical-coordinate representation of color #80585B: hue angle of 355.5º 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 #80585B is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 88 | 91 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.50 |
| HSL | 355.5º | 0.19% | 0.42% | - |
| HSV(B) | 355.5º | 0.31% | 0.5% | - |
| XYZ | 14.28 | 12.32 | 11.52 | - |
| YUV | 100.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 88 | 91 | 0 | 0.31 | 0.29 | 0.50 | 355.5 | 0.19 | 0.42 |
| Hex | 80 | 58 | 5B | 0 | 1F | 1D | 32 | 164 | 13 | 2A |
| Octal | 200 | 130 | 133 | 0 | 37 | 35 | 62 | 544 | 23 | 52 |
| Binary | 10000000 | 1011000 | 1011011 | 0 | 11111 | 11101 | 110010 | 101100100 | 10011 | 101010 |
Color Harmonies of #80585B
Complementary color
Monochromatic Colors of #80585B
Black with #80585B
Text Example
Text Example
White with #80585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80585B; }
p { color: rgb(128,88,91); }
H1.HeaderClassName
{
color: #80585B;
}
.AnyTagClassName
{
color: #80585B;
}
</style>
background-color css
<style>
a { background-color: #80585B; }
a { background-color: rgb(128,88,91); }
div.DivClassName
{
background-color: #80585B;
}
.BgClassName
{
background-color: #80585B;
}
</style>
border-color css
<style>
span { border-color: #80585B; }
span { border-color: rgb(128,88,91); }
td.TdClassName
{
border-color: #80585B;
}
.TagClassName
{
border-color: #80585B;
}
</style>