Shades of Falcon #735259
Tints of Falcon #735259
RGB
CMYK
RGB Variations
Color information
#735259 (or 0x735259) is known color: Falcon. HEX triplet: 73, 52 and 59. RGB value is (115,82,89). Sum of RGB (Red+Green+Blue) = 115+82+89=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #735259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735259 is #8CADA6. Grayscale: #5C5C5C. Windows color (decimal): -9219495 or 5853811. OLE color: 5853811.
HSL color Cylindrical-coordinate representation of color #735259: hue angle of 347.27º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #735259 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 82 | 89 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.55 |
| HSL | 347.27º | 0.17% | 0.39% | - |
| HSV(B) | 347.27º | 0.29% | 0.45% | - |
| XYZ | 11.89 | 10.4 | 10.83 | - |
| YUV | 92.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 89 | 0 | 0.29 | 0.23 | 0.55 | 347.27 | 0.17 | 0.39 |
| Hex | 73 | 52 | 59 | 0 | 1D | 17 | 37 | 15B | 11 | 27 |
| Octal | 163 | 122 | 131 | 0 | 35 | 27 | 67 | 533 | 21 | 47 |
| Binary | 1110011 | 1010010 | 1011001 | 0 | 11101 | 10111 | 110111 | 101011011 | 10001 | 100111 |
Color Harmonies of #735259
Complementary color
Monochromatic Colors of #735259
Black with #735259
Text Example
Text Example
White with #735259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735259; }
p { color: rgb(115,82,89); }
H1.HeaderClassName
{
color: #735259;
}
.AnyTagClassName
{
color: #735259;
}
</style>
background-color css
<style>
a { background-color: #735259; }
a { background-color: rgb(115,82,89); }
div.DivClassName
{
background-color: #735259;
}
.BgClassName
{
background-color: #735259;
}
</style>
border-color css
<style>
span { border-color: #735259; }
span { border-color: rgb(115,82,89); }
td.TdClassName
{
border-color: #735259;
}
.TagClassName
{
border-color: #735259;
}
</style>