Shades of Falcon #714D51
Tints of Falcon #714D51
RGB
CMYK
RGB Variations
Color information
#714D51 (or 0x714D51) is known color: Falcon. HEX triplet: 71, 4D and 51. RGB value is (113,77,81). Sum of RGB (Red+Green+Blue) = 113+77+81=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #714D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D51 is #8EB2AE. Grayscale: #585858. Windows color (decimal): -9351855 or 5328241. OLE color: 5328241.
HSL color Cylindrical-coordinate representation of color #714D51: hue angle of 353.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #714D51 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 77 | 81 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.56 |
| HSL | 353.33º | 0.19% | 0.37% | - |
| HSV(B) | 353.33º | 0.32% | 0.44% | - |
| XYZ | 10.95 | 9.41 | 9.02 | - |
| YUV | 88.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 81 | 0 | 0.32 | 0.28 | 0.56 | 353.33 | 0.19 | 0.37 |
| Hex | 71 | 4D | 51 | 0 | 20 | 1C | 38 | 161 | 13 | 25 |
| Octal | 161 | 115 | 121 | 0 | 40 | 34 | 70 | 541 | 23 | 45 |
| Binary | 1110001 | 1001101 | 1010001 | 0 | 100000 | 11100 | 111000 | 101100001 | 10011 | 100101 |
Color Harmonies of #714D51
Complementary color
Monochromatic Colors of #714D51
Black with #714D51
Text Example
Text Example
White with #714D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D51; }
p { color: rgb(113,77,81); }
H1.HeaderClassName
{
color: #714D51;
}
.AnyTagClassName
{
color: #714D51;
}
</style>
background-color css
<style>
a { background-color: #714D51; }
a { background-color: rgb(113,77,81); }
div.DivClassName
{
background-color: #714D51;
}
.BgClassName
{
background-color: #714D51;
}
</style>
border-color css
<style>
span { border-color: #714D51; }
span { border-color: rgb(113,77,81); }
td.TdClassName
{
border-color: #714D51;
}
.TagClassName
{
border-color: #714D51;
}
</style>