Shades of Falu Red #881A00
Tints of Falu Red #881A00
RGB
CMYK
RGB Variations
Color information
#881A00 (or 0x881A00) is known color: Falu Red. HEX triplet: 88, 1A and 00. RGB value is (136,26,0). Sum of RGB (Red+Green+Blue) = 136+26+0=162 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.95% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 136 - color contains mainly: red. Hex color #881A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881A00 is #77E5FF. Grayscale: #383838. Windows color (decimal): -7857664 or 6792. OLE color: 6792.
HSL color Cylindrical-coordinate representation of color #881A00: hue angle of 11.47º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #881A00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 26 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.47 |
| HSL | 11.47º | 1% | 0.27% | - |
| HSV(B) | 11.47º | 1% | 0.53% | - |
| XYZ | 10.52 | 5.97 | 0.6 | - |
| YUV | 55.93 | 96.44 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 0 | 0 | 0.81 | 1 | 0.47 | 11.47 | 1 | 0.27 |
| Hex | 88 | 1A | 0 | 0 | 51 | 64 | 2F | B | 64 | 1B |
| Octal | 210 | 32 | 0 | 0 | 121 | 144 | 57 | 13 | 144 | 33 |
| Binary | 10001000 | 11010 | 0 | 0 | 1010001 | 1100100 | 101111 | 1011 | 1100100 | 11011 |
Color Harmonies of #881A00
Complementary color
Monochromatic Colors of #881A00
Black with #881A00
Text Example
Text Example
White with #881A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881A00; }
p { color: rgb(136,26,0); }
H1.HeaderClassName
{
color: #881A00;
}
.AnyTagClassName
{
color: #881A00;
}
</style>
background-color css
<style>
a { background-color: #881A00; }
a { background-color: rgb(136,26,0); }
div.DivClassName
{
background-color: #881A00;
}
.BgClassName
{
background-color: #881A00;
}
</style>
border-color css
<style>
span { border-color: #881A00; }
span { border-color: rgb(136,26,0); }
td.TdClassName
{
border-color: #881A00;
}
.TagClassName
{
border-color: #881A00;
}
</style>