Shades of Falcon #73595B
Tints of Falcon #73595B
RGB
CMYK
RGB Variations
Color information
#73595B (or 0x73595B) is known color: Falcon. HEX triplet: 73, 59 and 5B. RGB value is (115,89,91). Sum of RGB (Red+Green+Blue) = 115+89+91=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #73595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73595B is #8CA6A4. Grayscale: #616161. Windows color (decimal): -9217701 or 5986675. OLE color: 5986675.
HSL color Cylindrical-coordinate representation of color #73595B: hue angle of 355.38º 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 #73595B is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 89 | 91 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.55 |
| HSL | 355.38º | 0.13% | 0.4% | - |
| HSV(B) | 355.38º | 0.23% | 0.45% | - |
| XYZ | 12.53 | 11.54 | 11.47 | - |
| YUV | 97 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 91 | 0 | 0.23 | 0.21 | 0.55 | 355.38 | 0.13 | 0.4 |
| Hex | 73 | 59 | 5B | 0 | 17 | 15 | 37 | 163 | D | 28 |
| Octal | 163 | 131 | 133 | 0 | 27 | 25 | 67 | 543 | 15 | 50 |
| Binary | 1110011 | 1011001 | 1011011 | 0 | 10111 | 10101 | 110111 | 101100011 | 1101 | 101000 |
Color Harmonies of #73595B
Complementary color
Monochromatic Colors of #73595B
Black with #73595B
Text Example
Text Example
White with #73595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73595B; }
p { color: rgb(115,89,91); }
H1.HeaderClassName
{
color: #73595B;
}
.AnyTagClassName
{
color: #73595B;
}
</style>
background-color css
<style>
a { background-color: #73595B; }
a { background-color: rgb(115,89,91); }
div.DivClassName
{
background-color: #73595B;
}
.BgClassName
{
background-color: #73595B;
}
</style>
border-color css
<style>
span { border-color: #73595B; }
span { border-color: rgb(115,89,91); }
td.TdClassName
{
border-color: #73595B;
}
.TagClassName
{
border-color: #73595B;
}
</style>