Shades of Falu Red #881F00
Tints of Falu Red #881F00
RGB
CMYK
RGB Variations
Color information
#881F00 (or 0x881F00) is known color: Falu Red. HEX triplet: 88, 1F and 00. RGB value is (136,31,0). Sum of RGB (Red+Green+Blue) = 136+31+0=167 (22% of max value = 765). Red value is 136 (53.52% from 255 or 81.44% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 136 - color contains mainly: red. Hex color #881F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881F00 is #77E0FF. Grayscale: #3B3B3B. Windows color (decimal): -7856384 or 8072. OLE color: 8072.
HSL color Cylindrical-coordinate representation of color #881F00: hue angle of 13.68º 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 #881F00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 31 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.47 |
| HSL | 13.68º | 1% | 0.27% | - |
| HSV(B) | 13.68º | 1% | 0.53% | - |
| XYZ | 10.64 | 6.21 | 0.64 | - |
| YUV | 58.86 | 94.79 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 31 | 0 | 0 | 0.77 | 1 | 0.47 | 13.68 | 1 | 0.27 |
| Hex | 88 | 1F | 0 | 0 | 4D | 64 | 2F | E | 64 | 1B |
| Octal | 210 | 37 | 0 | 0 | 115 | 144 | 57 | 16 | 144 | 33 |
| Binary | 10001000 | 11111 | 0 | 0 | 1001101 | 1100100 | 101111 | 1110 | 1100100 | 11011 |
Color Harmonies of #881F00
Complementary color
Monochromatic Colors of #881F00
Black with #881F00
Text Example
Text Example
White with #881F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881F00; }
p { color: rgb(136,31,0); }
H1.HeaderClassName
{
color: #881F00;
}
.AnyTagClassName
{
color: #881F00;
}
</style>
background-color css
<style>
a { background-color: #881F00; }
a { background-color: rgb(136,31,0); }
div.DivClassName
{
background-color: #881F00;
}
.BgClassName
{
background-color: #881F00;
}
</style>
border-color css
<style>
span { border-color: #881F00; }
span { border-color: rgb(136,31,0); }
td.TdClassName
{
border-color: #881F00;
}
.TagClassName
{
border-color: #881F00;
}
</style>