Shades of Falcon #82585B
Tints of Falcon #82585B
RGB
CMYK
RGB Variations
Color information
#82585B (or 0x82585B) is known color: Falcon. HEX triplet: 82, 58 and 5B. RGB value is (130,88,91). Sum of RGB (Red+Green+Blue) = 130+88+91=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #82585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82585B is #7DA7A4. Grayscale: #646464. Windows color (decimal): -8234917 or 5986434. OLE color: 5986434.
HSL color Cylindrical-coordinate representation of color #82585B: hue angle of 355.71º 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 #82585B is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 88 | 91 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.49 |
| HSL | 355.71º | 0.19% | 0.43% | - |
| HSV(B) | 355.71º | 0.32% | 0.51% | - |
| XYZ | 14.58 | 12.48 | 11.54 | - |
| YUV | 100.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 91 | 0 | 0.32 | 0.30 | 0.49 | 355.71 | 0.19 | 0.43 |
| Hex | 82 | 58 | 5B | 0 | 20 | 1E | 31 | 164 | 13 | 2B |
| Octal | 202 | 130 | 133 | 0 | 40 | 36 | 61 | 544 | 23 | 53 |
| Binary | 10000010 | 1011000 | 1011011 | 0 | 100000 | 11110 | 110001 | 101100100 | 10011 | 101011 |
Color Harmonies of #82585B
Complementary color
Monochromatic Colors of #82585B
Black with #82585B
Text Example
Text Example
White with #82585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82585B; }
p { color: rgb(130,88,91); }
H1.HeaderClassName
{
color: #82585B;
}
.AnyTagClassName
{
color: #82585B;
}
</style>
background-color css
<style>
a { background-color: #82585B; }
a { background-color: rgb(130,88,91); }
div.DivClassName
{
background-color: #82585B;
}
.BgClassName
{
background-color: #82585B;
}
</style>
border-color css
<style>
span { border-color: #82585B; }
span { border-color: rgb(130,88,91); }
td.TdClassName
{
border-color: #82585B;
}
.TagClassName
{
border-color: #82585B;
}
</style>