Shades of Falcon #715255
Tints of Falcon #715255
RGB
CMYK
RGB Variations
Color information
#715255 (or 0x715255) is known color: Falcon. HEX triplet: 71, 52 and 55. RGB value is (113,82,85). Sum of RGB (Red+Green+Blue) = 113+82+85=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #715255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715255 is #8EADAA. Grayscale: #5B5B5B. Windows color (decimal): -9350571 or 5591665. OLE color: 5591665.
HSL color Cylindrical-coordinate representation of color #715255: hue angle of 354.19º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #715255 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 82 | 85 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.56 |
| HSL | 354.19º | 0.16% | 0.38% | - |
| HSV(B) | 354.19º | 0.27% | 0.44% | - |
| XYZ | 11.47 | 10.2 | 9.96 | - |
| YUV | 91.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 85 | 0 | 0.27 | 0.25 | 0.56 | 354.19 | 0.16 | 0.38 |
| Hex | 71 | 52 | 55 | 0 | 1B | 19 | 38 | 162 | 10 | 26 |
| Octal | 161 | 122 | 125 | 0 | 33 | 31 | 70 | 542 | 20 | 46 |
| Binary | 1110001 | 1010010 | 1010101 | 0 | 11011 | 11001 | 111000 | 101100010 | 10000 | 100110 |
Color Harmonies of #715255
Complementary color
Monochromatic Colors of #715255
Black with #715255
Text Example
Text Example
White with #715255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715255; }
p { color: rgb(113,82,85); }
H1.HeaderClassName
{
color: #715255;
}
.AnyTagClassName
{
color: #715255;
}
</style>
background-color css
<style>
a { background-color: #715255; }
a { background-color: rgb(113,82,85); }
div.DivClassName
{
background-color: #715255;
}
.BgClassName
{
background-color: #715255;
}
</style>
border-color css
<style>
span { border-color: #715255; }
span { border-color: rgb(113,82,85); }
td.TdClassName
{
border-color: #715255;
}
.TagClassName
{
border-color: #715255;
}
</style>