Shades of Falcon #825B5D
Tints of Falcon #825B5D
RGB
CMYK
RGB Variations
Color information
#825B5D (or 0x825B5D) is known color: Falcon. HEX triplet: 82, 5B and 5D. RGB value is (130,91,93). Sum of RGB (Red+Green+Blue) = 130+91+93=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #825B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B5D is #7DA4A2. Grayscale: #666666. Windows color (decimal): -8234147 or 6118274. OLE color: 6118274.
HSL color Cylindrical-coordinate representation of color #825B5D: hue angle of 356.92º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #825B5D is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 91 | 93 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.49 |
| HSL | 356.92º | 0.18% | 0.43% | - |
| HSV(B) | 356.92º | 0.3% | 0.51% | - |
| XYZ | 14.92 | 13.02 | 12.08 | - |
| YUV | 102.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 93 | 0 | 0.30 | 0.28 | 0.49 | 356.92 | 0.18 | 0.43 |
| Hex | 82 | 5B | 5D | 0 | 1E | 1C | 31 | 165 | 12 | 2B |
| Octal | 202 | 133 | 135 | 0 | 36 | 34 | 61 | 545 | 22 | 53 |
| Binary | 10000010 | 1011011 | 1011101 | 0 | 11110 | 11100 | 110001 | 101100101 | 10010 | 101011 |
Color Harmonies of #825B5D
Complementary color
Monochromatic Colors of #825B5D
Black with #825B5D
Text Example
Text Example
White with #825B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825B5D; }
p { color: rgb(130,91,93); }
H1.HeaderClassName
{
color: #825B5D;
}
.AnyTagClassName
{
color: #825B5D;
}
</style>
background-color css
<style>
a { background-color: #825B5D; }
a { background-color: rgb(130,91,93); }
div.DivClassName
{
background-color: #825B5D;
}
.BgClassName
{
background-color: #825B5D;
}
</style>
border-color css
<style>
span { border-color: #825B5D; }
span { border-color: rgb(130,91,93); }
td.TdClassName
{
border-color: #825B5D;
}
.TagClassName
{
border-color: #825B5D;
}
</style>