Shades of Falcon #735359
Tints of Falcon #735359
RGB
CMYK
RGB Variations
Color information
#735359 (or 0x735359) is known color: Falcon. HEX triplet: 73, 53 and 59. RGB value is (115,83,89). Sum of RGB (Red+Green+Blue) = 115+83+89=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #735359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735359 is #8CACA6. Grayscale: #5D5D5D. Windows color (decimal): -9219239 or 5854067. OLE color: 5854067.
HSL color Cylindrical-coordinate representation of color #735359: hue angle of 348.75º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #735359 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 83 | 89 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.55 |
| HSL | 348.75º | 0.16% | 0.39% | - |
| HSV(B) | 348.75º | 0.28% | 0.45% | - |
| XYZ | 11.97 | 10.55 | 10.86 | - |
| YUV | 93.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 89 | 0 | 0.28 | 0.23 | 0.55 | 348.75 | 0.16 | 0.39 |
| Hex | 73 | 53 | 59 | 0 | 1C | 17 | 37 | 15D | 10 | 27 |
| Octal | 163 | 123 | 131 | 0 | 34 | 27 | 67 | 535 | 20 | 47 |
| Binary | 1110011 | 1010011 | 1011001 | 0 | 11100 | 10111 | 110111 | 101011101 | 10000 | 100111 |
Color Harmonies of #735359
Complementary color
Monochromatic Colors of #735359
Black with #735359
Text Example
Text Example
White with #735359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735359; }
p { color: rgb(115,83,89); }
H1.HeaderClassName
{
color: #735359;
}
.AnyTagClassName
{
color: #735359;
}
</style>
background-color css
<style>
a { background-color: #735359; }
a { background-color: rgb(115,83,89); }
div.DivClassName
{
background-color: #735359;
}
.BgClassName
{
background-color: #735359;
}
</style>
border-color css
<style>
span { border-color: #735359; }
span { border-color: rgb(115,83,89); }
td.TdClassName
{
border-color: #735359;
}
.TagClassName
{
border-color: #735359;
}
</style>