Shades of Falcon #855A5C
Tints of Falcon #855A5C
RGB
CMYK
RGB Variations
Color information
#855A5C (or 0x855A5C) is known color: Falcon. HEX triplet: 85, 5A and 5C. RGB value is (133,90,92). Sum of RGB (Red+Green+Blue) = 133+90+92=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #855A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A5C is #7AA5A3. Grayscale: #676767. Windows color (decimal): -8037796 or 6052485. OLE color: 6052485.
HSL color Cylindrical-coordinate representation of color #855A5C: hue angle of 357.21º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855A5C is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 92 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.48 |
| HSL | 357.21º | 0.19% | 0.44% | - |
| HSV(B) | 357.21º | 0.32% | 0.52% | - |
| XYZ | 15.26 | 13.07 | 11.84 | - |
| YUV | 103.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 92 | 0 | 0.32 | 0.31 | 0.48 | 357.21 | 0.19 | 0.44 |
| Hex | 85 | 5A | 5C | 0 | 20 | 1F | 30 | 165 | 13 | 2C |
| Octal | 205 | 132 | 134 | 0 | 40 | 37 | 60 | 545 | 23 | 54 |
| Binary | 10000101 | 1011010 | 1011100 | 0 | 100000 | 11111 | 110000 | 101100101 | 10011 | 101100 |
Color Harmonies of #855A5C
Complementary color
Monochromatic Colors of #855A5C
Black with #855A5C
Text Example
Text Example
White with #855A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A5C; }
p { color: rgb(133,90,92); }
H1.HeaderClassName
{
color: #855A5C;
}
.AnyTagClassName
{
color: #855A5C;
}
</style>
background-color css
<style>
a { background-color: #855A5C; }
a { background-color: rgb(133,90,92); }
div.DivClassName
{
background-color: #855A5C;
}
.BgClassName
{
background-color: #855A5C;
}
</style>
border-color css
<style>
span { border-color: #855A5C; }
span { border-color: rgb(133,90,92); }
td.TdClassName
{
border-color: #855A5C;
}
.TagClassName
{
border-color: #855A5C;
}
</style>