Shades of Falcon #735051
Tints of Falcon #735051
RGB
CMYK
RGB Variations
Color information
#735051 (or 0x735051) is known color: Falcon. HEX triplet: 73, 50 and 51. RGB value is (115,80,81). Sum of RGB (Red+Green+Blue) = 115+80+81=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #735051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735051 is #8CAFAE. Grayscale: #5A5A5A. Windows color (decimal): -9220015 or 5329011. OLE color: 5329011.
HSL color Cylindrical-coordinate representation of color #735051: hue angle of 358.29º degrees, saturation: 0.18, 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 #735051 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 81 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.55 |
| HSL | 358.29º | 0.18% | 0.38% | - |
| HSV(B) | 358.29º | 0.3% | 0.45% | - |
| XYZ | 11.42 | 9.98 | 9.11 | - |
| YUV | 90.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 81 | 0 | 0.30 | 0.30 | 0.55 | 358.29 | 0.18 | 0.38 |
| Hex | 73 | 50 | 51 | 0 | 1E | 1E | 37 | 166 | 12 | 26 |
| Octal | 163 | 120 | 121 | 0 | 36 | 36 | 67 | 546 | 22 | 46 |
| Binary | 1110011 | 1010000 | 1010001 | 0 | 11110 | 11110 | 110111 | 101100110 | 10010 | 100110 |
Color Harmonies of #735051
Complementary color
Monochromatic Colors of #735051
Black with #735051
Text Example
Text Example
White with #735051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735051; }
p { color: rgb(115,80,81); }
H1.HeaderClassName
{
color: #735051;
}
.AnyTagClassName
{
color: #735051;
}
</style>
background-color css
<style>
a { background-color: #735051; }
a { background-color: rgb(115,80,81); }
div.DivClassName
{
background-color: #735051;
}
.BgClassName
{
background-color: #735051;
}
</style>
border-color css
<style>
span { border-color: #735051; }
span { border-color: rgb(115,80,81); }
td.TdClassName
{
border-color: #735051;
}
.TagClassName
{
border-color: #735051;
}
</style>