Shades of Falcon #73585B
Tints of Falcon #73585B
RGB
CMYK
RGB Variations
Color information
#73585B (or 0x73585B) is known color: Falcon. HEX triplet: 73, 58 and 5B. RGB value is (115,88,91). Sum of RGB (Red+Green+Blue) = 115+88+91=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #73585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73585B is #8CA7A4. Grayscale: #606060. Windows color (decimal): -9217957 or 5986419. OLE color: 5986419.
HSL color Cylindrical-coordinate representation of color #73585B: hue angle of 353.33º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #73585B is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 88 | 91 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.55 |
| HSL | 353.33º | 0.13% | 0.4% | - |
| HSV(B) | 353.33º | 0.23% | 0.45% | - |
| XYZ | 12.45 | 11.38 | 11.44 | - |
| YUV | 96.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 88 | 91 | 0 | 0.23 | 0.21 | 0.55 | 353.33 | 0.13 | 0.4 |
| Hex | 73 | 58 | 5B | 0 | 17 | 15 | 37 | 161 | D | 28 |
| Octal | 163 | 130 | 133 | 0 | 27 | 25 | 67 | 541 | 15 | 50 |
| Binary | 1110011 | 1011000 | 1011011 | 0 | 10111 | 10101 | 110111 | 101100001 | 1101 | 101000 |
Color Harmonies of #73585B
Complementary color
Monochromatic Colors of #73585B
Black with #73585B
Text Example
Text Example
White with #73585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73585B; }
p { color: rgb(115,88,91); }
H1.HeaderClassName
{
color: #73585B;
}
.AnyTagClassName
{
color: #73585B;
}
</style>
background-color css
<style>
a { background-color: #73585B; }
a { background-color: rgb(115,88,91); }
div.DivClassName
{
background-color: #73585B;
}
.BgClassName
{
background-color: #73585B;
}
</style>
border-color css
<style>
span { border-color: #73585B; }
span { border-color: rgb(115,88,91); }
td.TdClassName
{
border-color: #73585B;
}
.TagClassName
{
border-color: #73585B;
}
</style>