Shades of Falcon #81585B
Tints of Falcon #81585B
RGB
CMYK
RGB Variations
Color information
#81585B (or 0x81585B) is known color: Falcon. HEX triplet: 81, 58 and 5B. RGB value is (129,88,91). Sum of RGB (Red+Green+Blue) = 129+88+91=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #81585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81585B is #7EA7A4. Grayscale: #646464. Windows color (decimal): -8300453 or 5986433. OLE color: 5986433.
HSL color Cylindrical-coordinate representation of color #81585B: hue angle of 355.61º 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 #81585B is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 88 | 91 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.49 |
| HSL | 355.61º | 0.19% | 0.43% | - |
| HSV(B) | 355.61º | 0.32% | 0.51% | - |
| XYZ | 14.43 | 12.4 | 11.53 | - |
| YUV | 100.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 88 | 91 | 0 | 0.32 | 0.29 | 0.49 | 355.61 | 0.19 | 0.43 |
| Hex | 81 | 58 | 5B | 0 | 20 | 1D | 31 | 164 | 13 | 2B |
| Octal | 201 | 130 | 133 | 0 | 40 | 35 | 61 | 544 | 23 | 53 |
| Binary | 10000001 | 1011000 | 1011011 | 0 | 100000 | 11101 | 110001 | 101100100 | 10011 | 101011 |
Color Harmonies of #81585B
Complementary color
Monochromatic Colors of #81585B
Black with #81585B
Text Example
Text Example
White with #81585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81585B; }
p { color: rgb(129,88,91); }
H1.HeaderClassName
{
color: #81585B;
}
.AnyTagClassName
{
color: #81585B;
}
</style>
background-color css
<style>
a { background-color: #81585B; }
a { background-color: rgb(129,88,91); }
div.DivClassName
{
background-color: #81585B;
}
.BgClassName
{
background-color: #81585B;
}
</style>
border-color css
<style>
span { border-color: #81585B; }
span { border-color: rgb(129,88,91); }
td.TdClassName
{
border-color: #81585B;
}
.TagClassName
{
border-color: #81585B;
}
</style>