Shades of Falu Red #881509
Tints of Falu Red #881509
RGB
CMYK
RGB Variations
Color information
#881509 (or 0x881509) is known color: Falu Red. HEX triplet: 88, 15 and 09. RGB value is (136,21,9). Sum of RGB (Red+Green+Blue) = 136+21+9=166 (21% of max value = 765). Red value is 136 (53.52% from 255 or 81.93% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 136 - color contains mainly: red. Hex color #881509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881509 is #77EAF6. Grayscale: #363636. Windows color (decimal): -7858935 or 595336. OLE color: 595336.
HSL color Cylindrical-coordinate representation of color #881509: hue angle of 5.67º degrees, saturation: 0.88, 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 #881509 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 9 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.47 |
| HSL | 5.67º | 0.88% | 0.28% | - |
| HSV(B) | 5.67º | 0.93% | 0.53% | - |
| XYZ | 10.47 | 5.79 | 0.82 | - |
| YUV | 54.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 9 | 0 | 0.85 | 0.93 | 0.47 | 5.67 | 0.88 | 0.28 |
| Hex | 88 | 15 | 9 | 0 | 55 | 5D | 2F | 6 | 58 | 1C |
| Octal | 210 | 25 | 11 | 0 | 125 | 135 | 57 | 6 | 130 | 34 |
| Binary | 10001000 | 10101 | 1001 | 0 | 1010101 | 1011101 | 101111 | 110 | 1011000 | 11100 |
Color Harmonies of #881509
Complementary color
Monochromatic Colors of #881509
Black with #881509
Text Example
Text Example
White with #881509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881509; }
p { color: rgb(136,21,9); }
H1.HeaderClassName
{
color: #881509;
}
.AnyTagClassName
{
color: #881509;
}
</style>
background-color css
<style>
a { background-color: #881509; }
a { background-color: rgb(136,21,9); }
div.DivClassName
{
background-color: #881509;
}
.BgClassName
{
background-color: #881509;
}
</style>
border-color css
<style>
span { border-color: #881509; }
span { border-color: rgb(136,21,9); }
td.TdClassName
{
border-color: #881509;
}
.TagClassName
{
border-color: #881509;
}
</style>