Shades of Falcon #80595C
Tints of Falcon #80595C
RGB
CMYK
RGB Variations
Color information
#80595C (or 0x80595C) is known color: Falcon. HEX triplet: 80, 59 and 5C. RGB value is (128,89,92). Sum of RGB (Red+Green+Blue) = 128+89+92=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #80595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80595C is #7FA6A3. Grayscale: #656565. Windows color (decimal): -8365732 or 6052224. OLE color: 6052224.
HSL color Cylindrical-coordinate representation of color #80595C: hue angle of 355.38º 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 #80595C is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 92 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.50 |
| HSL | 355.38º | 0.18% | 0.43% | - |
| HSV(B) | 355.38º | 0.3% | 0.5% | - |
| XYZ | 14.41 | 12.51 | 11.78 | - |
| YUV | 101 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 92 | 0 | 0.30 | 0.28 | 0.50 | 355.38 | 0.18 | 0.43 |
| Hex | 80 | 59 | 5C | 0 | 1E | 1C | 32 | 163 | 12 | 2B |
| Octal | 200 | 131 | 134 | 0 | 36 | 34 | 62 | 543 | 22 | 53 |
| Binary | 10000000 | 1011001 | 1011100 | 0 | 11110 | 11100 | 110010 | 101100011 | 10010 | 101011 |
Color Harmonies of #80595C
Complementary color
Monochromatic Colors of #80595C
Black with #80595C
Text Example
Text Example
White with #80595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80595C; }
p { color: rgb(128,89,92); }
H1.HeaderClassName
{
color: #80595C;
}
.AnyTagClassName
{
color: #80595C;
}
</style>
background-color css
<style>
a { background-color: #80595C; }
a { background-color: rgb(128,89,92); }
div.DivClassName
{
background-color: #80595C;
}
.BgClassName
{
background-color: #80595C;
}
</style>
border-color css
<style>
span { border-color: #80595C; }
span { border-color: rgb(128,89,92); }
td.TdClassName
{
border-color: #80595C;
}
.TagClassName
{
border-color: #80595C;
}
</style>