Shades of Falcon #715253
Tints of Falcon #715253
RGB
CMYK
RGB Variations
Color information
#715253 (or 0x715253) is known color: Falcon. HEX triplet: 71, 52 and 53. RGB value is (113,82,83). Sum of RGB (Red+Green+Blue) = 113+82+83=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #715253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715253 is #8EADAC. Grayscale: #5B5B5B. Windows color (decimal): -9350573 or 5460593. OLE color: 5460593.
HSL color Cylindrical-coordinate representation of color #715253: hue angle of 358.06º 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 #715253 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 82 | 83 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.56 |
| HSL | 358.06º | 0.16% | 0.38% | - |
| HSV(B) | 358.06º | 0.27% | 0.44% | - |
| XYZ | 11.39 | 10.17 | 9.55 | - |
| YUV | 91.38 | 123.27 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 83 | 0 | 0.27 | 0.27 | 0.56 | 358.06 | 0.16 | 0.38 |
| Hex | 71 | 52 | 53 | 0 | 1B | 1B | 38 | 166 | 10 | 26 |
| Octal | 161 | 122 | 123 | 0 | 33 | 33 | 70 | 546 | 20 | 46 |
| Binary | 1110001 | 1010010 | 1010011 | 0 | 11011 | 11011 | 111000 | 101100110 | 10000 | 100110 |
Color Harmonies of #715253
Complementary color
Monochromatic Colors of #715253
Black with #715253
Text Example
Text Example
White with #715253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715253; }
p { color: rgb(113,82,83); }
H1.HeaderClassName
{
color: #715253;
}
.AnyTagClassName
{
color: #715253;
}
</style>
background-color css
<style>
a { background-color: #715253; }
a { background-color: rgb(113,82,83); }
div.DivClassName
{
background-color: #715253;
}
.BgClassName
{
background-color: #715253;
}
</style>
border-color css
<style>
span { border-color: #715253; }
span { border-color: rgb(113,82,83); }
td.TdClassName
{
border-color: #715253;
}
.TagClassName
{
border-color: #715253;
}
</style>