Shades of Falcon #725159
Tints of Falcon #725159
RGB
CMYK
RGB Variations
Color information
#725159 (or 0x725159) is known color: Falcon. HEX triplet: 72, 51 and 59. RGB value is (114,81,89). Sum of RGB (Red+Green+Blue) = 114+81+89=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #725159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725159 is #8DAEA6. Grayscale: #5B5B5B. Windows color (decimal): -9285287 or 5853554. OLE color: 5853554.
HSL color Cylindrical-coordinate representation of color #725159: hue angle of 345.45º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #725159 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 89 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.55 |
| HSL | 345.45º | 0.17% | 0.38% | - |
| HSV(B) | 345.45º | 0.29% | 0.45% | - |
| XYZ | 11.69 | 10.18 | 10.8 | - |
| YUV | 91.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 89 | 0 | 0.29 | 0.22 | 0.55 | 345.45 | 0.17 | 0.38 |
| Hex | 72 | 51 | 59 | 0 | 1D | 16 | 37 | 159 | 11 | 26 |
| Octal | 162 | 121 | 131 | 0 | 35 | 26 | 67 | 531 | 21 | 46 |
| Binary | 1110010 | 1010001 | 1011001 | 0 | 11101 | 10110 | 110111 | 101011001 | 10001 | 100110 |
Color Harmonies of #725159
Complementary color
Monochromatic Colors of #725159
Black with #725159
Text Example
Text Example
White with #725159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725159; }
p { color: rgb(114,81,89); }
H1.HeaderClassName
{
color: #725159;
}
.AnyTagClassName
{
color: #725159;
}
</style>
background-color css
<style>
a { background-color: #725159; }
a { background-color: rgb(114,81,89); }
div.DivClassName
{
background-color: #725159;
}
.BgClassName
{
background-color: #725159;
}
</style>
border-color css
<style>
span { border-color: #725159; }
span { border-color: rgb(114,81,89); }
td.TdClassName
{
border-color: #725159;
}
.TagClassName
{
border-color: #725159;
}
</style>