Shades of Falu Red #881510
Tints of Falu Red #881510
RGB
CMYK
RGB Variations
Color information
#881510 (or 0x881510) is known color: Falu Red. HEX triplet: 88, 15 and 10. RGB value is (136,21,16). Sum of RGB (Red+Green+Blue) = 136+21+16=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #881510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881510 is #77EAEF. Grayscale: #363636. Windows color (decimal): -7858928 or 1054088. OLE color: 1054088.
HSL color Cylindrical-coordinate representation of color #881510: hue angle of 2.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881510 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 16 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.47 |
| HSL | 2.5º | 0.79% | 0.3% | - |
| HSV(B) | 2.5º | 0.88% | 0.53% | - |
| XYZ | 10.52 | 5.81 | 1.06 | - |
| YUV | 54.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 16 | 0 | 0.85 | 0.88 | 0.47 | 2.5 | 0.79 | 0.3 |
| Hex | 88 | 15 | 10 | 0 | 55 | 58 | 2F | 2 | 4F | 1E |
| Octal | 210 | 25 | 20 | 0 | 125 | 130 | 57 | 2 | 117 | 36 |
| Binary | 10001000 | 10101 | 10000 | 0 | 1010101 | 1011000 | 101111 | 10 | 1001111 | 11110 |
Color Harmonies of #881510
Complementary color
Monochromatic Colors of #881510
Black with #881510
Text Example
Text Example
White with #881510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881510; }
p { color: rgb(136,21,16); }
H1.HeaderClassName
{
color: #881510;
}
.AnyTagClassName
{
color: #881510;
}
</style>
background-color css
<style>
a { background-color: #881510; }
a { background-color: rgb(136,21,16); }
div.DivClassName
{
background-color: #881510;
}
.BgClassName
{
background-color: #881510;
}
</style>
border-color css
<style>
span { border-color: #881510; }
span { border-color: rgb(136,21,16); }
td.TdClassName
{
border-color: #881510;
}
.TagClassName
{
border-color: #881510;
}
</style>