Shades of Falcon #81585D
Tints of Falcon #81585D
RGB
CMYK
RGB Variations
Color information
#81585D (or 0x81585D) is known color: Falcon. HEX triplet: 81, 58 and 5D. RGB value is (129,88,93). Sum of RGB (Red+Green+Blue) = 129+88+93=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #81585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81585D is #7EA7A2. Grayscale: #646464. Windows color (decimal): -8300451 or 6117505. OLE color: 6117505.
HSL color Cylindrical-coordinate representation of color #81585D: hue angle of 352.68º 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 #81585D is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 88 | 93 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.49 |
| HSL | 352.68º | 0.19% | 0.43% | - |
| HSV(B) | 352.68º | 0.32% | 0.51% | - |
| XYZ | 14.52 | 12.44 | 11.99 | - |
| YUV | 100.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 88 | 93 | 0 | 0.32 | 0.28 | 0.49 | 352.68 | 0.19 | 0.43 |
| Hex | 81 | 58 | 5D | 0 | 20 | 1C | 31 | 161 | 13 | 2B |
| Octal | 201 | 130 | 135 | 0 | 40 | 34 | 61 | 541 | 23 | 53 |
| Binary | 10000001 | 1011000 | 1011101 | 0 | 100000 | 11100 | 110001 | 101100001 | 10011 | 101011 |
Color Harmonies of #81585D
Complementary color
Monochromatic Colors of #81585D
Black with #81585D
Text Example
Text Example
White with #81585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81585D; }
p { color: rgb(129,88,93); }
H1.HeaderClassName
{
color: #81585D;
}
.AnyTagClassName
{
color: #81585D;
}
</style>
background-color css
<style>
a { background-color: #81585D; }
a { background-color: rgb(129,88,93); }
div.DivClassName
{
background-color: #81585D;
}
.BgClassName
{
background-color: #81585D;
}
</style>
border-color css
<style>
span { border-color: #81585D; }
span { border-color: rgb(129,88,93); }
td.TdClassName
{
border-color: #81585D;
}
.TagClassName
{
border-color: #81585D;
}
</style>