Shades of Falcon #715559
Tints of Falcon #715559
RGB
CMYK
RGB Variations
Color information
#715559 (or 0x715559) is known color: Falcon. HEX triplet: 71, 55 and 59. RGB value is (113,85,89). Sum of RGB (Red+Green+Blue) = 113+85+89=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #715559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715559 is #8EAAA6. Grayscale: #5D5D5D. Windows color (decimal): -9349799 or 5854577. OLE color: 5854577.
HSL color Cylindrical-coordinate representation of color #715559: hue angle of 351.43º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #715559 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 85 | 89 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.56 |
| HSL | 351.43º | 0.14% | 0.39% | - |
| HSV(B) | 351.43º | 0.25% | 0.44% | - |
| XYZ | 11.86 | 10.73 | 10.9 | - |
| YUV | 93.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 85 | 89 | 0 | 0.25 | 0.21 | 0.56 | 351.43 | 0.14 | 0.39 |
| Hex | 71 | 55 | 59 | 0 | 19 | 15 | 38 | 15F | E | 27 |
| Octal | 161 | 125 | 131 | 0 | 31 | 25 | 70 | 537 | 16 | 47 |
| Binary | 1110001 | 1010101 | 1011001 | 0 | 11001 | 10101 | 111000 | 101011111 | 1110 | 100111 |
Color Harmonies of #715559
Complementary color
Monochromatic Colors of #715559
Black with #715559
Text Example
Text Example
White with #715559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715559; }
p { color: rgb(113,85,89); }
H1.HeaderClassName
{
color: #715559;
}
.AnyTagClassName
{
color: #715559;
}
</style>
background-color css
<style>
a { background-color: #715559; }
a { background-color: rgb(113,85,89); }
div.DivClassName
{
background-color: #715559;
}
.BgClassName
{
background-color: #715559;
}
</style>
border-color css
<style>
span { border-color: #715559; }
span { border-color: rgb(113,85,89); }
td.TdClassName
{
border-color: #715559;
}
.TagClassName
{
border-color: #715559;
}
</style>