Shades of Falcon #735154
Tints of Falcon #735154
RGB
CMYK
RGB Variations
Color information
#735154 (or 0x735154) is known color: Falcon. HEX triplet: 73, 51 and 54. RGB value is (115,81,84). Sum of RGB (Red+Green+Blue) = 115+81+84=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #735154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735154 is #8CAEAB. Grayscale: #5B5B5B. Windows color (decimal): -9219756 or 5525875. OLE color: 5525875.
HSL color Cylindrical-coordinate representation of color #735154: hue angle of 354.71º 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 #735154 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 81 | 84 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.55 |
| HSL | 354.71º | 0.17% | 0.38% | - |
| HSV(B) | 354.71º | 0.3% | 0.45% | - |
| XYZ | 11.61 | 10.17 | 9.74 | - |
| YUV | 91.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 84 | 0 | 0.30 | 0.27 | 0.55 | 354.71 | 0.17 | 0.38 |
| Hex | 73 | 51 | 54 | 0 | 1E | 1B | 37 | 163 | 11 | 26 |
| Octal | 163 | 121 | 124 | 0 | 36 | 33 | 67 | 543 | 21 | 46 |
| Binary | 1110011 | 1010001 | 1010100 | 0 | 11110 | 11011 | 110111 | 101100011 | 10001 | 100110 |
Color Harmonies of #735154
Complementary color
Monochromatic Colors of #735154
Black with #735154
Text Example
Text Example
White with #735154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735154; }
p { color: rgb(115,81,84); }
H1.HeaderClassName
{
color: #735154;
}
.AnyTagClassName
{
color: #735154;
}
</style>
background-color css
<style>
a { background-color: #735154; }
a { background-color: rgb(115,81,84); }
div.DivClassName
{
background-color: #735154;
}
.BgClassName
{
background-color: #735154;
}
</style>
border-color css
<style>
span { border-color: #735154; }
span { border-color: rgb(115,81,84); }
td.TdClassName
{
border-color: #735154;
}
.TagClassName
{
border-color: #735154;
}
</style>