Shades of Falcon #81575C
Tints of Falcon #81575C
RGB
CMYK
RGB Variations
Color information
#81575C (or 0x81575C) is known color: Falcon. HEX triplet: 81, 57 and 5C. RGB value is (129,87,92). Sum of RGB (Red+Green+Blue) = 129+87+92=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #81575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81575C is #7EA8A3. Grayscale: #646464. Windows color (decimal): -8300708 or 6051713. OLE color: 6051713.
HSL color Cylindrical-coordinate representation of color #81575C: hue angle of 352.86º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81575C is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 87 | 92 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.49 |
| HSL | 352.86º | 0.19% | 0.42% | - |
| HSV(B) | 352.86º | 0.33% | 0.51% | - |
| XYZ | 14.39 | 12.26 | 11.73 | - |
| YUV | 100.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 87 | 92 | 0 | 0.33 | 0.29 | 0.49 | 352.86 | 0.19 | 0.42 |
| Hex | 81 | 57 | 5C | 0 | 21 | 1D | 31 | 161 | 13 | 2A |
| Octal | 201 | 127 | 134 | 0 | 41 | 35 | 61 | 541 | 23 | 52 |
| Binary | 10000001 | 1010111 | 1011100 | 0 | 100001 | 11101 | 110001 | 101100001 | 10011 | 101010 |
Color Harmonies of #81575C
Complementary color
Monochromatic Colors of #81575C
Black with #81575C
Text Example
Text Example
White with #81575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81575C; }
p { color: rgb(129,87,92); }
H1.HeaderClassName
{
color: #81575C;
}
.AnyTagClassName
{
color: #81575C;
}
</style>
background-color css
<style>
a { background-color: #81575C; }
a { background-color: rgb(129,87,92); }
div.DivClassName
{
background-color: #81575C;
}
.BgClassName
{
background-color: #81575C;
}
</style>
border-color css
<style>
span { border-color: #81575C; }
span { border-color: rgb(129,87,92); }
td.TdClassName
{
border-color: #81575C;
}
.TagClassName
{
border-color: #81575C;
}
</style>