Shades of Falu Red #87200A
Tints of Falu Red #87200A
RGB
CMYK
RGB Variations
Color information
#87200A (or 0x87200A) is known color: Falu Red. HEX triplet: 87, 20 and 0A. RGB value is (135,32,10). Sum of RGB (Red+Green+Blue) = 135+32+10=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #87200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87200A is #78DFF5. Grayscale: #3C3C3C. Windows color (decimal): -7921654 or 663687. OLE color: 663687.
HSL color Cylindrical-coordinate representation of color #87200A: hue angle of 10.56º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87200A is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 10 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.47 |
| HSL | 10.56º | 0.86% | 0.28% | - |
| HSV(B) | 10.56º | 0.93% | 0.53% | - |
| XYZ | 10.56 | 6.21 | 0.93 | - |
| YUV | 60.29 | 99.62 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 10 | 0 | 0.76 | 0.93 | 0.47 | 10.56 | 0.86 | 0.28 |
| Hex | 87 | 20 | A | 0 | 4C | 5D | 2F | B | 56 | 1C |
| Octal | 207 | 40 | 12 | 0 | 114 | 135 | 57 | 13 | 126 | 34 |
| Binary | 10000111 | 100000 | 1010 | 0 | 1001100 | 1011101 | 101111 | 1011 | 1010110 | 11100 |
Color Harmonies of #87200A
Complementary color
Monochromatic Colors of #87200A
Black with #87200A
Text Example
Text Example
White with #87200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87200A; }
p { color: rgb(135,32,10); }
H1.HeaderClassName
{
color: #87200A;
}
.AnyTagClassName
{
color: #87200A;
}
</style>
background-color css
<style>
a { background-color: #87200A; }
a { background-color: rgb(135,32,10); }
div.DivClassName
{
background-color: #87200A;
}
.BgClassName
{
background-color: #87200A;
}
</style>
border-color css
<style>
span { border-color: #87200A; }
span { border-color: rgb(135,32,10); }
td.TdClassName
{
border-color: #87200A;
}
.TagClassName
{
border-color: #87200A;
}
</style>