Shades of Falcon #82595A
Tints of Falcon #82595A
RGB
CMYK
RGB Variations
Color information
#82595A (or 0x82595A) is known color: Falcon. HEX triplet: 82, 59 and 5A. RGB value is (130,89,90). Sum of RGB (Red+Green+Blue) = 130+89+90=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #82595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82595A is #7DA6A5. Grayscale: #656565. Windows color (decimal): -8234662 or 5921154. OLE color: 5921154.
HSL color Cylindrical-coordinate representation of color #82595A: hue angle of 358.54º 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 #82595A is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 89 | 90 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.49 |
| HSL | 358.54º | 0.19% | 0.43% | - |
| HSV(B) | 358.54º | 0.32% | 0.51% | - |
| XYZ | 14.62 | 12.63 | 11.34 | - |
| YUV | 101.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 90 | 0 | 0.32 | 0.31 | 0.49 | 358.54 | 0.19 | 0.43 |
| Hex | 82 | 59 | 5A | 0 | 20 | 1F | 31 | 167 | 13 | 2B |
| Octal | 202 | 131 | 132 | 0 | 40 | 37 | 61 | 547 | 23 | 53 |
| Binary | 10000010 | 1011001 | 1011010 | 0 | 100000 | 11111 | 110001 | 101100111 | 10011 | 101011 |
Color Harmonies of #82595A
Complementary color
Monochromatic Colors of #82595A
Black with #82595A
Text Example
Text Example
White with #82595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82595A; }
p { color: rgb(130,89,90); }
H1.HeaderClassName
{
color: #82595A;
}
.AnyTagClassName
{
color: #82595A;
}
</style>
background-color css
<style>
a { background-color: #82595A; }
a { background-color: rgb(130,89,90); }
div.DivClassName
{
background-color: #82595A;
}
.BgClassName
{
background-color: #82595A;
}
</style>
border-color css
<style>
span { border-color: #82595A; }
span { border-color: rgb(130,89,90); }
td.TdClassName
{
border-color: #82595A;
}
.TagClassName
{
border-color: #82595A;
}
</style>