Shades of Falcon #714D53
Tints of Falcon #714D53
RGB
CMYK
RGB Variations
Color information
#714D53 (or 0x714D53) is known color: Falcon. HEX triplet: 71, 4D and 53. RGB value is (113,77,83). Sum of RGB (Red+Green+Blue) = 113+77+83=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #714D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D53 is #8EB2AC. Grayscale: #585858. Windows color (decimal): -9351853 or 5459313. OLE color: 5459313.
HSL color Cylindrical-coordinate representation of color #714D53: hue angle of 350º 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 #714D53 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 77 | 83 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.56 |
| HSL | 350º | 0.19% | 0.37% | - |
| HSV(B) | 350º | 0.32% | 0.44% | - |
| XYZ | 11.03 | 9.44 | 9.43 | - |
| YUV | 88.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 83 | 0 | 0.32 | 0.27 | 0.56 | 350 | 0.19 | 0.37 |
| Hex | 71 | 4D | 53 | 0 | 20 | 1B | 38 | 15E | 13 | 25 |
| Octal | 161 | 115 | 123 | 0 | 40 | 33 | 70 | 536 | 23 | 45 |
| Binary | 1110001 | 1001101 | 1010011 | 0 | 100000 | 11011 | 111000 | 101011110 | 10011 | 100101 |
Color Harmonies of #714D53
Complementary color
Monochromatic Colors of #714D53
Black with #714D53
Text Example
Text Example
White with #714D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D53; }
p { color: rgb(113,77,83); }
H1.HeaderClassName
{
color: #714D53;
}
.AnyTagClassName
{
color: #714D53;
}
</style>
background-color css
<style>
a { background-color: #714D53; }
a { background-color: rgb(113,77,83); }
div.DivClassName
{
background-color: #714D53;
}
.BgClassName
{
background-color: #714D53;
}
</style>
border-color css
<style>
span { border-color: #714D53; }
span { border-color: rgb(113,77,83); }
td.TdClassName
{
border-color: #714D53;
}
.TagClassName
{
border-color: #714D53;
}
</style>