Shades of Falu Red #87201B
Tints of Falu Red #87201B
RGB
CMYK
RGB Variations
Color information
#87201B (or 0x87201B) is known color: Falu Red. HEX triplet: 87, 20 and 1B. RGB value is (135,32,27). Sum of RGB (Red+Green+Blue) = 135+32+27=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #87201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87201B is #78DFE4. Grayscale: #3E3E3E. Windows color (decimal): -7921637 or 1777799. OLE color: 1777799.
HSL color Cylindrical-coordinate representation of color #87201B: hue angle of 2.78º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #87201B is Cyan = 0, Magento = 0.76, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 27 | - |
| CMYK | 0 | 0.76 | 0.8 | 0.47 |
| HSL | 2.78º | 0.67% | 0.32% | - |
| HSV(B) | 2.78º | 0.8% | 0.53% | - |
| XYZ | 10.71 | 6.26 | 1.68 | - |
| YUV | 62.23 | 108.12 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 27 | 0 | 0.76 | 0.8 | 0.47 | 2.78 | 0.67 | 0.32 |
| Hex | 87 | 20 | 1B | 0 | 4C | 50 | 2F | 3 | 43 | 20 |
| Octal | 207 | 40 | 33 | 0 | 114 | 120 | 57 | 3 | 103 | 40 |
| Binary | 10000111 | 100000 | 11011 | 0 | 1001100 | 1010000 | 101111 | 11 | 1000011 | 100000 |
Color Harmonies of #87201B
Complementary color
Monochromatic Colors of #87201B
Black with #87201B
Text Example
Text Example
White with #87201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87201B; }
p { color: rgb(135,32,27); }
H1.HeaderClassName
{
color: #87201B;
}
.AnyTagClassName
{
color: #87201B;
}
</style>
background-color css
<style>
a { background-color: #87201B; }
a { background-color: rgb(135,32,27); }
div.DivClassName
{
background-color: #87201B;
}
.BgClassName
{
background-color: #87201B;
}
</style>
border-color css
<style>
span { border-color: #87201B; }
span { border-color: rgb(135,32,27); }
td.TdClassName
{
border-color: #87201B;
}
.TagClassName
{
border-color: #87201B;
}
</style>