Shades of Falu Red #881E09
Tints of Falu Red #881E09
RGB
CMYK
RGB Variations
Color information
#881E09 (or 0x881E09) is known color: Falu Red. HEX triplet: 88, 1E and 09. RGB value is (136,30,9). Sum of RGB (Red+Green+Blue) = 136+30+9=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #881E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881E09 is #77E1F6. Grayscale: #3B3B3B. Windows color (decimal): -7856631 or 597640. OLE color: 597640.
HSL color Cylindrical-coordinate representation of color #881E09: hue angle of 9.92º 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 #881E09 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 30 | 9 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.47 |
| HSL | 9.92º | 0.88% | 0.28% | - |
| HSV(B) | 9.92º | 0.93% | 0.53% | - |
| XYZ | 10.67 | 6.18 | 0.89 | - |
| YUV | 59.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 9 | 0 | 0.78 | 0.93 | 0.47 | 9.92 | 0.88 | 0.28 |
| Hex | 88 | 1E | 9 | 0 | 4E | 5D | 2F | A | 58 | 1C |
| Octal | 210 | 36 | 11 | 0 | 116 | 135 | 57 | 12 | 130 | 34 |
| Binary | 10001000 | 11110 | 1001 | 0 | 1001110 | 1011101 | 101111 | 1010 | 1011000 | 11100 |
Color Harmonies of #881E09
Complementary color
Monochromatic Colors of #881E09
Black with #881E09
Text Example
Text Example
White with #881E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881E09; }
p { color: rgb(136,30,9); }
H1.HeaderClassName
{
color: #881E09;
}
.AnyTagClassName
{
color: #881E09;
}
</style>
background-color css
<style>
a { background-color: #881E09; }
a { background-color: rgb(136,30,9); }
div.DivClassName
{
background-color: #881E09;
}
.BgClassName
{
background-color: #881E09;
}
</style>
border-color css
<style>
span { border-color: #881E09; }
span { border-color: rgb(136,30,9); }
td.TdClassName
{
border-color: #881E09;
}
.TagClassName
{
border-color: #881E09;
}
</style>