Shades of Falcon #71535A
Tints of Falcon #71535A
RGB
CMYK
RGB Variations
Color information
#71535A (or 0x71535A) is known color: Falcon. HEX triplet: 71, 53 and 5A. RGB value is (113,83,90). Sum of RGB (Red+Green+Blue) = 113+83+90=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #71535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71535A is #8EACA5. Grayscale: #5C5C5C. Windows color (decimal): -9350310 or 5919601. OLE color: 5919601.
HSL color Cylindrical-coordinate representation of color #71535A: hue angle of 346º degrees, saturation: 0.15, 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 #71535A is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 83 | 90 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.56 |
| HSL | 346º | 0.15% | 0.38% | - |
| HSV(B) | 346º | 0.27% | 0.44% | - |
| XYZ | 11.75 | 10.44 | 11.07 | - |
| YUV | 92.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 90 | 0 | 0.27 | 0.20 | 0.56 | 346 | 0.15 | 0.38 |
| Hex | 71 | 53 | 5A | 0 | 1B | 14 | 38 | 15A | F | 26 |
| Octal | 161 | 123 | 132 | 0 | 33 | 24 | 70 | 532 | 17 | 46 |
| Binary | 1110001 | 1010011 | 1011010 | 0 | 11011 | 10100 | 111000 | 101011010 | 1111 | 100110 |
Color Harmonies of #71535A
Complementary color
Monochromatic Colors of #71535A
Black with #71535A
Text Example
Text Example
White with #71535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71535A; }
p { color: rgb(113,83,90); }
H1.HeaderClassName
{
color: #71535A;
}
.AnyTagClassName
{
color: #71535A;
}
</style>
background-color css
<style>
a { background-color: #71535A; }
a { background-color: rgb(113,83,90); }
div.DivClassName
{
background-color: #71535A;
}
.BgClassName
{
background-color: #71535A;
}
</style>
border-color css
<style>
span { border-color: #71535A; }
span { border-color: rgb(113,83,90); }
td.TdClassName
{
border-color: #71535A;
}
.TagClassName
{
border-color: #71535A;
}
</style>