Shades of Falcon #82585C
Tints of Falcon #82585C
RGB
CMYK
RGB Variations
Color information
#82585C (or 0x82585C) is known color: Falcon. HEX triplet: 82, 58 and 5C. RGB value is (130,88,92). Sum of RGB (Red+Green+Blue) = 130+88+92=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #82585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82585C is #7DA7A3. Grayscale: #656565. Windows color (decimal): -8234916 or 6051970. OLE color: 6051970.
HSL color Cylindrical-coordinate representation of color #82585C: 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 #82585C is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 88 | 92 | - |
| 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.63 | 12.5 | 11.77 | - |
| YUV | 101.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 92 | 0 | 0.32 | 0.29 | 0.49 | 354.29 | 0.19 | 0.43 |
| Hex | 82 | 58 | 5C | 0 | 20 | 1D | 31 | 162 | 13 | 2B |
| Octal | 202 | 130 | 134 | 0 | 40 | 35 | 61 | 542 | 23 | 53 |
| Binary | 10000010 | 1011000 | 1011100 | 0 | 100000 | 11101 | 110001 | 101100010 | 10011 | 101011 |
Color Harmonies of #82585C
Complementary color
Monochromatic Colors of #82585C
Black with #82585C
Text Example
Text Example
White with #82585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82585C; }
p { color: rgb(130,88,92); }
H1.HeaderClassName
{
color: #82585C;
}
.AnyTagClassName
{
color: #82585C;
}
</style>
background-color css
<style>
a { background-color: #82585C; }
a { background-color: rgb(130,88,92); }
div.DivClassName
{
background-color: #82585C;
}
.BgClassName
{
background-color: #82585C;
}
</style>
border-color css
<style>
span { border-color: #82585C; }
span { border-color: rgb(130,88,92); }
td.TdClassName
{
border-color: #82585C;
}
.TagClassName
{
border-color: #82585C;
}
</style>