Shades of Falcon #83595D
Tints of Falcon #83595D
RGB
CMYK
RGB Variations
Color information
#83595D (or 0x83595D) is known color: Falcon. HEX triplet: 83, 59 and 5D. RGB value is (131,89,93). Sum of RGB (Red+Green+Blue) = 131+89+93=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #83595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83595D is #7CA6A2. Grayscale: #666666. Windows color (decimal): -8169123 or 6117763. OLE color: 6117763.
HSL color Cylindrical-coordinate representation of color #83595D: hue angle of 354.29º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83595D is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 89 | 93 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.49 |
| HSL | 354.29º | 0.19% | 0.43% | - |
| HSV(B) | 354.29º | 0.32% | 0.51% | - |
| XYZ | 14.91 | 12.76 | 12.03 | - |
| YUV | 102.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 93 | 0 | 0.32 | 0.29 | 0.49 | 354.29 | 0.19 | 0.43 |
| Hex | 83 | 59 | 5D | 0 | 20 | 1D | 31 | 162 | 13 | 2B |
| Octal | 203 | 131 | 135 | 0 | 40 | 35 | 61 | 542 | 23 | 53 |
| Binary | 10000011 | 1011001 | 1011101 | 0 | 100000 | 11101 | 110001 | 101100010 | 10011 | 101011 |
Color Harmonies of #83595D
Complementary color
Monochromatic Colors of #83595D
Black with #83595D
Text Example
Text Example
White with #83595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83595D; }
p { color: rgb(131,89,93); }
H1.HeaderClassName
{
color: #83595D;
}
.AnyTagClassName
{
color: #83595D;
}
</style>
background-color css
<style>
a { background-color: #83595D; }
a { background-color: rgb(131,89,93); }
div.DivClassName
{
background-color: #83595D;
}
.BgClassName
{
background-color: #83595D;
}
</style>
border-color css
<style>
span { border-color: #83595D; }
span { border-color: rgb(131,89,93); }
td.TdClassName
{
border-color: #83595D;
}
.TagClassName
{
border-color: #83595D;
}
</style>