Shades of Falu Red #881A09
Tints of Falu Red #881A09
RGB
CMYK
RGB Variations
Color information
#881A09 (or 0x881A09) is known color: Falu Red. HEX triplet: 88, 1A and 09. RGB value is (136,26,9). Sum of RGB (Red+Green+Blue) = 136+26+9=171 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.53% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 136 - color contains mainly: red. Hex color #881A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881A09 is #77E5F6. Grayscale: #393939. Windows color (decimal): -7857655 or 596616. OLE color: 596616.
HSL color Cylindrical-coordinate representation of color #881A09: hue angle of 8.03º 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 #881A09 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 26 | 9 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.47 |
| HSL | 8.03º | 0.88% | 0.28% | - |
| HSV(B) | 8.03º | 0.93% | 0.53% | - |
| XYZ | 10.57 | 5.99 | 0.86 | - |
| YUV | 56.95 | 100.94 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 9 | 0 | 0.81 | 0.93 | 0.47 | 8.03 | 0.88 | 0.28 |
| Hex | 88 | 1A | 9 | 0 | 51 | 5D | 2F | 8 | 58 | 1C |
| Octal | 210 | 32 | 11 | 0 | 121 | 135 | 57 | 10 | 130 | 34 |
| Binary | 10001000 | 11010 | 1001 | 0 | 1010001 | 1011101 | 101111 | 1000 | 1011000 | 11100 |
Color Harmonies of #881A09
Complementary color
Monochromatic Colors of #881A09
Black with #881A09
Text Example
Text Example
White with #881A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881A09; }
p { color: rgb(136,26,9); }
H1.HeaderClassName
{
color: #881A09;
}
.AnyTagClassName
{
color: #881A09;
}
</style>
background-color css
<style>
a { background-color: #881A09; }
a { background-color: rgb(136,26,9); }
div.DivClassName
{
background-color: #881A09;
}
.BgClassName
{
background-color: #881A09;
}
</style>
border-color css
<style>
span { border-color: #881A09; }
span { border-color: rgb(136,26,9); }
td.TdClassName
{
border-color: #881A09;
}
.TagClassName
{
border-color: #881A09;
}
</style>