Shades of Falcon #82595D
Tints of Falcon #82595D
RGB
CMYK
RGB Variations
Color information
#82595D (or 0x82595D) is known color: Falcon. HEX triplet: 82, 59 and 5D. RGB value is (130,89,93). Sum of RGB (Red+Green+Blue) = 130+89+93=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #82595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82595D is #7DA6A2. Grayscale: #656565. Windows color (decimal): -8234659 or 6117762. OLE color: 6117762.
HSL color Cylindrical-coordinate representation of color #82595D: hue angle of 354.15º 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 #82595D is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 89 | 93 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.49 |
| HSL | 354.15º | 0.19% | 0.43% | - |
| HSV(B) | 354.15º | 0.32% | 0.51% | - |
| XYZ | 14.75 | 12.68 | 12.03 | - |
| YUV | 101.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 93 | 0 | 0.32 | 0.28 | 0.49 | 354.15 | 0.19 | 0.43 |
| Hex | 82 | 59 | 5D | 0 | 20 | 1C | 31 | 162 | 13 | 2B |
| Octal | 202 | 131 | 135 | 0 | 40 | 34 | 61 | 542 | 23 | 53 |
| Binary | 10000010 | 1011001 | 1011101 | 0 | 100000 | 11100 | 110001 | 101100010 | 10011 | 101011 |
Color Harmonies of #82595D
Complementary color
Monochromatic Colors of #82595D
Black with #82595D
Text Example
Text Example
White with #82595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82595D; }
p { color: rgb(130,89,93); }
H1.HeaderClassName
{
color: #82595D;
}
.AnyTagClassName
{
color: #82595D;
}
</style>
background-color css
<style>
a { background-color: #82595D; }
a { background-color: rgb(130,89,93); }
div.DivClassName
{
background-color: #82595D;
}
.BgClassName
{
background-color: #82595D;
}
</style>
border-color css
<style>
span { border-color: #82595D; }
span { border-color: rgb(130,89,93); }
td.TdClassName
{
border-color: #82595D;
}
.TagClassName
{
border-color: #82595D;
}
</style>