Shades of Falu Red #871B01
Tints of Falu Red #871B01
RGB
CMYK
RGB Variations
Color information
#871B01 (or 0x871B01) is known color: Falu Red. HEX triplet: 87, 1B and 01. RGB value is (135,27,1). Sum of RGB (Red+Green+Blue) = 135+27+1=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #871B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871B01 is #78E4FE. Grayscale: #383838. Windows color (decimal): -7922943 or 72583. OLE color: 72583.
HSL color Cylindrical-coordinate representation of color #871B01: hue angle of 11.64º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #871B01 is Cyan = 0, Magento = 0.8, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 27 | 1 | - |
| CMYK | 0 | 0.8 | 0.99 | 0.47 |
| HSL | 11.64º | 0.99% | 0.27% | - |
| HSV(B) | 11.64º | 0.99% | 0.53% | - |
| XYZ | 10.39 | 5.94 | 0.63 | - |
| YUV | 56.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 1 | 0 | 0.8 | 0.99 | 0.47 | 11.64 | 0.99 | 0.27 |
| Hex | 87 | 1B | 1 | 0 | 50 | 63 | 2F | C | 63 | 1B |
| Octal | 207 | 33 | 1 | 0 | 120 | 143 | 57 | 14 | 143 | 33 |
| Binary | 10000111 | 11011 | 1 | 0 | 1010000 | 1100011 | 101111 | 1100 | 1100011 | 11011 |
Color Harmonies of #871B01
Complementary color
Monochromatic Colors of #871B01
Black with #871B01
Text Example
Text Example
White with #871B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871B01; }
p { color: rgb(135,27,1); }
H1.HeaderClassName
{
color: #871B01;
}
.AnyTagClassName
{
color: #871B01;
}
</style>
background-color css
<style>
a { background-color: #871B01; }
a { background-color: rgb(135,27,1); }
div.DivClassName
{
background-color: #871B01;
}
.BgClassName
{
background-color: #871B01;
}
</style>
border-color css
<style>
span { border-color: #871B01; }
span { border-color: rgb(135,27,1); }
td.TdClassName
{
border-color: #871B01;
}
.TagClassName
{
border-color: #871B01;
}
</style>