Shades of Falcon #80595D
Tints of Falcon #80595D
RGB
CMYK
RGB Variations
Color information
#80595D (or 0x80595D) is known color: Falcon. HEX triplet: 80, 59 and 5D. RGB value is (128,89,93). Sum of RGB (Red+Green+Blue) = 128+89+93=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #80595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80595D is #7FA6A2. Grayscale: #656565. Windows color (decimal): -8365731 or 6117760. OLE color: 6117760.
HSL color Cylindrical-coordinate representation of color #80595D: hue angle of 353.85º 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 #80595D is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 93 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.50 |
| HSL | 353.85º | 0.18% | 0.43% | - |
| HSV(B) | 353.85º | 0.3% | 0.5% | - |
| XYZ | 14.45 | 12.52 | 12.01 | - |
| YUV | 101.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 93 | 0 | 0.30 | 0.27 | 0.50 | 353.85 | 0.18 | 0.43 |
| Hex | 80 | 59 | 5D | 0 | 1E | 1B | 32 | 162 | 12 | 2B |
| Octal | 200 | 131 | 135 | 0 | 36 | 33 | 62 | 542 | 22 | 53 |
| Binary | 10000000 | 1011001 | 1011101 | 0 | 11110 | 11011 | 110010 | 101100010 | 10010 | 101011 |
Color Harmonies of #80595D
Complementary color
Monochromatic Colors of #80595D
Black with #80595D
Text Example
Text Example
White with #80595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80595D; }
p { color: rgb(128,89,93); }
H1.HeaderClassName
{
color: #80595D;
}
.AnyTagClassName
{
color: #80595D;
}
</style>
background-color css
<style>
a { background-color: #80595D; }
a { background-color: rgb(128,89,93); }
div.DivClassName
{
background-color: #80595D;
}
.BgClassName
{
background-color: #80595D;
}
</style>
border-color css
<style>
span { border-color: #80595D; }
span { border-color: rgb(128,89,93); }
td.TdClassName
{
border-color: #80595D;
}
.TagClassName
{
border-color: #80595D;
}
</style>