Shades of Falcon #82585A
Tints of Falcon #82585A
RGB
CMYK
RGB Variations
Color information
#82585A (or 0x82585A) is known color: Falcon. HEX triplet: 82, 58 and 5A. RGB value is (130,88,90). Sum of RGB (Red+Green+Blue) = 130+88+90=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #82585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82585A is #7DA7A5. Grayscale: #646464. Windows color (decimal): -8234918 or 5920898. OLE color: 5920898.
HSL color Cylindrical-coordinate representation of color #82585A: hue angle of 357.14º 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 #82585A is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 88 | 90 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.49 |
| HSL | 357.14º | 0.19% | 0.43% | - |
| HSV(B) | 357.14º | 0.32% | 0.51% | - |
| XYZ | 14.54 | 12.46 | 11.31 | - |
| YUV | 100.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 90 | 0 | 0.32 | 0.31 | 0.49 | 357.14 | 0.19 | 0.43 |
| Hex | 82 | 58 | 5A | 0 | 20 | 1F | 31 | 165 | 13 | 2B |
| Octal | 202 | 130 | 132 | 0 | 40 | 37 | 61 | 545 | 23 | 53 |
| Binary | 10000010 | 1011000 | 1011010 | 0 | 100000 | 11111 | 110001 | 101100101 | 10011 | 101011 |
Color Harmonies of #82585A
Complementary color
Monochromatic Colors of #82585A
Black with #82585A
Text Example
Text Example
White with #82585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82585A; }
p { color: rgb(130,88,90); }
H1.HeaderClassName
{
color: #82585A;
}
.AnyTagClassName
{
color: #82585A;
}
</style>
background-color css
<style>
a { background-color: #82585A; }
a { background-color: rgb(130,88,90); }
div.DivClassName
{
background-color: #82585A;
}
.BgClassName
{
background-color: #82585A;
}
</style>
border-color css
<style>
span { border-color: #82585A; }
span { border-color: rgb(130,88,90); }
td.TdClassName
{
border-color: #82585A;
}
.TagClassName
{
border-color: #82585A;
}
</style>