Shades of Falcon #71585D
Tints of Falcon #71585D
RGB
CMYK
RGB Variations
Color information
#71585D (or 0x71585D) is known color: Falcon. HEX triplet: 71, 58 and 5D. RGB value is (113,88,93). Sum of RGB (Red+Green+Blue) = 113+88+93=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #71585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71585D is #8EA7A2. Grayscale: #606060. Windows color (decimal): -9349027 or 6117489. OLE color: 6117489.
HSL color Cylindrical-coordinate representation of color #71585D: hue angle of 348º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #71585D is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 88 | 93 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.56 |
| HSL | 348º | 0.12% | 0.39% | - |
| HSV(B) | 348º | 0.22% | 0.44% | - |
| XYZ | 12.28 | 11.28 | 11.89 | - |
| YUV | 96.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 88 | 93 | 0 | 0.22 | 0.18 | 0.56 | 348 | 0.12 | 0.39 |
| Hex | 71 | 58 | 5D | 0 | 16 | 12 | 38 | 15C | C | 27 |
| Octal | 161 | 130 | 135 | 0 | 26 | 22 | 70 | 534 | 14 | 47 |
| Binary | 1110001 | 1011000 | 1011101 | 0 | 10110 | 10010 | 111000 | 101011100 | 1100 | 100111 |
Color Harmonies of #71585D
Complementary color
Monochromatic Colors of #71585D
Black with #71585D
Text Example
Text Example
White with #71585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71585D; }
p { color: rgb(113,88,93); }
H1.HeaderClassName
{
color: #71585D;
}
.AnyTagClassName
{
color: #71585D;
}
</style>
background-color css
<style>
a { background-color: #71585D; }
a { background-color: rgb(113,88,93); }
div.DivClassName
{
background-color: #71585D;
}
.BgClassName
{
background-color: #71585D;
}
</style>
border-color css
<style>
span { border-color: #71585D; }
span { border-color: rgb(113,88,93); }
td.TdClassName
{
border-color: #71585D;
}
.TagClassName
{
border-color: #71585D;
}
</style>