Shades of Falcon #855B5D
Tints of Falcon #855B5D
RGB
CMYK
RGB Variations
Color information
#855B5D (or 0x855B5D) is known color: Falcon. HEX triplet: 85, 5B and 5D. RGB value is (133,91,93). Sum of RGB (Red+Green+Blue) = 133+91+93=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #855B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B5D is #7AA4A2. Grayscale: #676767. Windows color (decimal): -8037539 or 6118277. OLE color: 6118277.
HSL color Cylindrical-coordinate representation of color #855B5D: hue angle of 357.14º 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 #855B5D is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 91 | 93 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.48 |
| HSL | 357.14º | 0.19% | 0.44% | - |
| HSV(B) | 357.14º | 0.32% | 0.52% | - |
| XYZ | 15.39 | 13.26 | 12.1 | - |
| YUV | 103.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 93 | 0 | 0.32 | 0.30 | 0.48 | 357.14 | 0.19 | 0.44 |
| Hex | 85 | 5B | 5D | 0 | 20 | 1E | 30 | 165 | 13 | 2C |
| Octal | 205 | 133 | 135 | 0 | 40 | 36 | 60 | 545 | 23 | 54 |
| Binary | 10000101 | 1011011 | 1011101 | 0 | 100000 | 11110 | 110000 | 101100101 | 10011 | 101100 |
Color Harmonies of #855B5D
Complementary color
Monochromatic Colors of #855B5D
Black with #855B5D
Text Example
Text Example
White with #855B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855B5D; }
p { color: rgb(133,91,93); }
H1.HeaderClassName
{
color: #855B5D;
}
.AnyTagClassName
{
color: #855B5D;
}
</style>
background-color css
<style>
a { background-color: #855B5D; }
a { background-color: rgb(133,91,93); }
div.DivClassName
{
background-color: #855B5D;
}
.BgClassName
{
background-color: #855B5D;
}
</style>
border-color css
<style>
span { border-color: #855B5D; }
span { border-color: rgb(133,91,93); }
td.TdClassName
{
border-color: #855B5D;
}
.TagClassName
{
border-color: #855B5D;
}
</style>