Shades of Falu Red #871B13
Tints of Falu Red #871B13
RGB
CMYK
RGB Variations
Color information
#871B13 (or 0x871B13) is known color: Falu Red. HEX triplet: 87, 1B and 13. RGB value is (135,27,19). Sum of RGB (Red+Green+Blue) = 135+27+19=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #871B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871B13 is #78E4EC. Grayscale: #3A3A3A. Windows color (decimal): -7922925 or 1252231. OLE color: 1252231.
HSL color Cylindrical-coordinate representation of color #871B13: hue angle of 4.14º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871B13 is Cyan = 0, Magento = 0.8, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 27 | 19 | - |
| CMYK | 0 | 0.8 | 0.86 | 0.47 |
| HSL | 4.14º | 0.75% | 0.3% | - |
| HSV(B) | 4.14º | 0.86% | 0.53% | - |
| XYZ | 10.5 | 5.98 | 1.22 | - |
| YUV | 58.38 | 105.78 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 19 | 0 | 0.8 | 0.86 | 0.47 | 4.14 | 0.75 | 0.3 |
| Hex | 87 | 1B | 13 | 0 | 50 | 56 | 2F | 4 | 4B | 1E |
| Octal | 207 | 33 | 23 | 0 | 120 | 126 | 57 | 4 | 113 | 36 |
| Binary | 10000111 | 11011 | 10011 | 0 | 1010000 | 1010110 | 101111 | 100 | 1001011 | 11110 |
Color Harmonies of #871B13
Complementary color
Monochromatic Colors of #871B13
Black with #871B13
Text Example
Text Example
White with #871B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871B13; }
p { color: rgb(135,27,19); }
H1.HeaderClassName
{
color: #871B13;
}
.AnyTagClassName
{
color: #871B13;
}
</style>
background-color css
<style>
a { background-color: #871B13; }
a { background-color: rgb(135,27,19); }
div.DivClassName
{
background-color: #871B13;
}
.BgClassName
{
background-color: #871B13;
}
</style>
border-color css
<style>
span { border-color: #871B13; }
span { border-color: rgb(135,27,19); }
td.TdClassName
{
border-color: #871B13;
}
.TagClassName
{
border-color: #871B13;
}
</style>