Shades of Falcon #81595C
Tints of Falcon #81595C
RGB
CMYK
RGB Variations
Color information
#81595C (or 0x81595C) is known color: Falcon. HEX triplet: 81, 59 and 5C. RGB value is (129,89,92). Sum of RGB (Red+Green+Blue) = 129+89+92=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #81595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81595C is #7EA6A3. Grayscale: #656565. Windows color (decimal): -8300196 or 6052225. OLE color: 6052225.
HSL color Cylindrical-coordinate representation of color #81595C: hue angle of 355.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81595C is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 89 | 92 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.49 |
| HSL | 355.5º | 0.18% | 0.43% | - |
| HSV(B) | 355.5º | 0.31% | 0.51% | - |
| XYZ | 14.56 | 12.58 | 11.79 | - |
| YUV | 101.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 89 | 92 | 0 | 0.31 | 0.29 | 0.49 | 355.5 | 0.18 | 0.43 |
| Hex | 81 | 59 | 5C | 0 | 1F | 1D | 31 | 164 | 12 | 2B |
| Octal | 201 | 131 | 134 | 0 | 37 | 35 | 61 | 544 | 22 | 53 |
| Binary | 10000001 | 1011001 | 1011100 | 0 | 11111 | 11101 | 110001 | 101100100 | 10010 | 101011 |
Color Harmonies of #81595C
Complementary color
Monochromatic Colors of #81595C
Black with #81595C
Text Example
Text Example
White with #81595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81595C; }
p { color: rgb(129,89,92); }
H1.HeaderClassName
{
color: #81595C;
}
.AnyTagClassName
{
color: #81595C;
}
</style>
background-color css
<style>
a { background-color: #81595C; }
a { background-color: rgb(129,89,92); }
div.DivClassName
{
background-color: #81595C;
}
.BgClassName
{
background-color: #81595C;
}
</style>
border-color css
<style>
span { border-color: #81595C; }
span { border-color: rgb(129,89,92); }
td.TdClassName
{
border-color: #81595C;
}
.TagClassName
{
border-color: #81595C;
}
</style>