Shades of Falcon #83585C
Tints of Falcon #83585C
RGB
CMYK
RGB Variations
Color information
#83585C (or 0x83585C) is known color: Falcon. HEX triplet: 83, 58 and 5C. RGB value is (131,88,92). Sum of RGB (Red+Green+Blue) = 131+88+92=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #83585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83585C is #7CA7A3. Grayscale: #656565. Windows color (decimal): -8169380 or 6051971. OLE color: 6051971.
HSL color Cylindrical-coordinate representation of color #83585C: hue angle of 354.42º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83585C is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 88 | 92 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.49 |
| HSL | 354.42º | 0.2% | 0.43% | - |
| HSV(B) | 354.42º | 0.33% | 0.51% | - |
| XYZ | 14.78 | 12.58 | 11.77 | - |
| YUV | 101.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 92 | 0 | 0.33 | 0.30 | 0.49 | 354.42 | 0.2 | 0.43 |
| Hex | 83 | 58 | 5C | 0 | 21 | 1E | 31 | 162 | 14 | 2B |
| Octal | 203 | 130 | 134 | 0 | 41 | 36 | 61 | 542 | 24 | 53 |
| Binary | 10000011 | 1011000 | 1011100 | 0 | 100001 | 11110 | 110001 | 101100010 | 10100 | 101011 |
Color Harmonies of #83585C
Complementary color
Monochromatic Colors of #83585C
Black with #83585C
Text Example
Text Example
White with #83585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83585C; }
p { color: rgb(131,88,92); }
H1.HeaderClassName
{
color: #83585C;
}
.AnyTagClassName
{
color: #83585C;
}
</style>
background-color css
<style>
a { background-color: #83585C; }
a { background-color: rgb(131,88,92); }
div.DivClassName
{
background-color: #83585C;
}
.BgClassName
{
background-color: #83585C;
}
</style>
border-color css
<style>
span { border-color: #83585C; }
span { border-color: rgb(131,88,92); }
td.TdClassName
{
border-color: #83585C;
}
.TagClassName
{
border-color: #83585C;
}
</style>