Shades of Falcon #82575C
Tints of Falcon #82575C
RGB
CMYK
RGB Variations
Color information
#82575C (or 0x82575C) is known color: Falcon. HEX triplet: 82, 57 and 5C. RGB value is (130,87,92). Sum of RGB (Red+Green+Blue) = 130+87+92=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #82575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82575C is #7DA8A3. Grayscale: #646464. Windows color (decimal): -8235172 or 6051714. OLE color: 6051714.
HSL color Cylindrical-coordinate representation of color #82575C: hue angle of 353.02º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82575C is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 87 | 92 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.49 |
| HSL | 353.02º | 0.2% | 0.43% | - |
| HSV(B) | 353.02º | 0.33% | 0.51% | - |
| XYZ | 14.55 | 12.33 | 11.74 | - |
| YUV | 100.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 87 | 92 | 0 | 0.33 | 0.29 | 0.49 | 353.02 | 0.2 | 0.43 |
| Hex | 82 | 57 | 5C | 0 | 21 | 1D | 31 | 161 | 14 | 2B |
| Octal | 202 | 127 | 134 | 0 | 41 | 35 | 61 | 541 | 24 | 53 |
| Binary | 10000010 | 1010111 | 1011100 | 0 | 100001 | 11101 | 110001 | 101100001 | 10100 | 101011 |
Color Harmonies of #82575C
Complementary color
Monochromatic Colors of #82575C
Black with #82575C
Text Example
Text Example
White with #82575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82575C; }
p { color: rgb(130,87,92); }
H1.HeaderClassName
{
color: #82575C;
}
.AnyTagClassName
{
color: #82575C;
}
</style>
background-color css
<style>
a { background-color: #82575C; }
a { background-color: rgb(130,87,92); }
div.DivClassName
{
background-color: #82575C;
}
.BgClassName
{
background-color: #82575C;
}
</style>
border-color css
<style>
span { border-color: #82575C; }
span { border-color: rgb(130,87,92); }
td.TdClassName
{
border-color: #82575C;
}
.TagClassName
{
border-color: #82575C;
}
</style>