Shades of Falcon #735358
Tints of Falcon #735358
RGB
CMYK
RGB Variations
Color information
#735358 (or 0x735358) is known color: Falcon. HEX triplet: 73, 53 and 58. RGB value is (115,83,88). Sum of RGB (Red+Green+Blue) = 115+83+88=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #735358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735358 is #8CACA7. Grayscale: #5D5D5D. Windows color (decimal): -9219240 or 5788531. OLE color: 5788531.
HSL color Cylindrical-coordinate representation of color #735358: hue angle of 350.62º 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 #735358 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 83 | 88 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.55 |
| HSL | 350.63º | 0.16% | 0.39% | - |
| HSV(B) | 350.63º | 0.28% | 0.45% | - |
| XYZ | 11.92 | 10.54 | 10.64 | - |
| YUV | 93.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 88 | 0 | 0.28 | 0.23 | 0.55 | 350.63 | 0.16 | 0.39 |
| Hex | 73 | 53 | 58 | 0 | 1C | 17 | 37 | 15F | 10 | 27 |
| Octal | 163 | 123 | 130 | 0 | 34 | 27 | 67 | 537 | 20 | 47 |
| Binary | 1110011 | 1010011 | 1011000 | 0 | 11100 | 10111 | 110111 | 101011111 | 10000 | 100111 |
Color Harmonies of #735358
Complementary color
Monochromatic Colors of #735358
Black with #735358
Text Example
Text Example
White with #735358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735358; }
p { color: rgb(115,83,88); }
H1.HeaderClassName
{
color: #735358;
}
.AnyTagClassName
{
color: #735358;
}
</style>
background-color css
<style>
a { background-color: #735358; }
a { background-color: rgb(115,83,88); }
div.DivClassName
{
background-color: #735358;
}
.BgClassName
{
background-color: #735358;
}
</style>
border-color css
<style>
span { border-color: #735358; }
span { border-color: rgb(115,83,88); }
td.TdClassName
{
border-color: #735358;
}
.TagClassName
{
border-color: #735358;
}
</style>