Shades of Falcon #80595F
Tints of Falcon #80595F
RGB
CMYK
RGB Variations
Color information
#80595F (or 0x80595F) is known color: Falcon. HEX triplet: 80, 59 and 5F. RGB value is (128,89,95). Sum of RGB (Red+Green+Blue) = 128+89+95=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #80595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80595F is #7FA6A0. Grayscale: #656565. Windows color (decimal): -8365729 or 6248832. OLE color: 6248832.
HSL color Cylindrical-coordinate representation of color #80595F: hue angle of 350.77º 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 #80595F is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 95 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.50 |
| HSL | 350.77º | 0.18% | 0.43% | - |
| HSV(B) | 350.77º | 0.3% | 0.5% | - |
| XYZ | 14.54 | 12.56 | 12.48 | - |
| YUV | 101.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 95 | 0 | 0.30 | 0.26 | 0.50 | 350.77 | 0.18 | 0.43 |
| Hex | 80 | 59 | 5F | 0 | 1E | 1A | 32 | 15F | 12 | 2B |
| Octal | 200 | 131 | 137 | 0 | 36 | 32 | 62 | 537 | 22 | 53 |
| Binary | 10000000 | 1011001 | 1011111 | 0 | 11110 | 11010 | 110010 | 101011111 | 10010 | 101011 |
Color Harmonies of #80595F
Complementary color
Monochromatic Colors of #80595F
Black with #80595F
Text Example
Text Example
White with #80595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80595F; }
p { color: rgb(128,89,95); }
H1.HeaderClassName
{
color: #80595F;
}
.AnyTagClassName
{
color: #80595F;
}
</style>
background-color css
<style>
a { background-color: #80595F; }
a { background-color: rgb(128,89,95); }
div.DivClassName
{
background-color: #80595F;
}
.BgClassName
{
background-color: #80595F;
}
</style>
border-color css
<style>
span { border-color: #80595F; }
span { border-color: rgb(128,89,95); }
td.TdClassName
{
border-color: #80595F;
}
.TagClassName
{
border-color: #80595F;
}
</style>