Shades of Falcon #735159
Tints of Falcon #735159
RGB
CMYK
RGB Variations
Color information
#735159 (or 0x735159) is known color: Falcon. HEX triplet: 73, 51 and 59. RGB value is (115,81,89). Sum of RGB (Red+Green+Blue) = 115+81+89=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #735159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735159 is #8CAEA6. Grayscale: #5C5C5C. Windows color (decimal): -9219751 or 5853555. OLE color: 5853555.
HSL color Cylindrical-coordinate representation of color #735159: hue angle of 345.88º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735159 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 81 | 89 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.55 |
| HSL | 345.88º | 0.17% | 0.38% | - |
| HSV(B) | 345.88º | 0.3% | 0.45% | - |
| XYZ | 11.82 | 10.25 | 10.81 | - |
| YUV | 92.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 89 | 0 | 0.30 | 0.23 | 0.55 | 345.88 | 0.17 | 0.38 |
| Hex | 73 | 51 | 59 | 0 | 1E | 17 | 37 | 15A | 11 | 26 |
| Octal | 163 | 121 | 131 | 0 | 36 | 27 | 67 | 532 | 21 | 46 |
| Binary | 1110011 | 1010001 | 1011001 | 0 | 11110 | 10111 | 110111 | 101011010 | 10001 | 100110 |
Color Harmonies of #735159
Complementary color
Monochromatic Colors of #735159
Black with #735159
Text Example
Text Example
White with #735159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735159; }
p { color: rgb(115,81,89); }
H1.HeaderClassName
{
color: #735159;
}
.AnyTagClassName
{
color: #735159;
}
</style>
background-color css
<style>
a { background-color: #735159; }
a { background-color: rgb(115,81,89); }
div.DivClassName
{
background-color: #735159;
}
.BgClassName
{
background-color: #735159;
}
</style>
border-color css
<style>
span { border-color: #735159; }
span { border-color: rgb(115,81,89); }
td.TdClassName
{
border-color: #735159;
}
.TagClassName
{
border-color: #735159;
}
</style>