Shades of Falcon #81595A
Tints of Falcon #81595A
RGB
CMYK
RGB Variations
Color information
#81595A (or 0x81595A) is known color: Falcon. HEX triplet: 81, 59 and 5A. RGB value is (129,89,90). Sum of RGB (Red+Green+Blue) = 129+89+90=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #81595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81595A is #7EA6A5. Grayscale: #656565. Windows color (decimal): -8300198 or 5921153. OLE color: 5921153.
HSL color Cylindrical-coordinate representation of color #81595A: hue angle of 358.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 #81595A is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 89 | 90 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.49 |
| HSL | 358.5º | 0.18% | 0.43% | - |
| HSV(B) | 358.5º | 0.31% | 0.51% | - |
| XYZ | 14.47 | 12.55 | 11.33 | - |
| YUV | 101.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 89 | 90 | 0 | 0.31 | 0.30 | 0.49 | 358.5 | 0.18 | 0.43 |
| Hex | 81 | 59 | 5A | 0 | 1F | 1E | 31 | 166 | 12 | 2B |
| Octal | 201 | 131 | 132 | 0 | 37 | 36 | 61 | 546 | 22 | 53 |
| Binary | 10000001 | 1011001 | 1011010 | 0 | 11111 | 11110 | 110001 | 101100110 | 10010 | 101011 |
Color Harmonies of #81595A
Complementary color
Monochromatic Colors of #81595A
Black with #81595A
Text Example
Text Example
White with #81595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81595A; }
p { color: rgb(129,89,90); }
H1.HeaderClassName
{
color: #81595A;
}
.AnyTagClassName
{
color: #81595A;
}
</style>
background-color css
<style>
a { background-color: #81595A; }
a { background-color: rgb(129,89,90); }
div.DivClassName
{
background-color: #81595A;
}
.BgClassName
{
background-color: #81595A;
}
</style>
border-color css
<style>
span { border-color: #81595A; }
span { border-color: rgb(129,89,90); }
td.TdClassName
{
border-color: #81595A;
}
.TagClassName
{
border-color: #81595A;
}
</style>