Shades of Falu Red #881210
Tints of Falu Red #881210
RGB
CMYK
RGB Variations
Color information
#881210 (or 0x881210) is known color: Falu Red. HEX triplet: 88, 12 and 10. RGB value is (136,18,16). Sum of RGB (Red+Green+Blue) = 136+18+16=170 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 136 - color contains mainly: red. Hex color #881210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881210 is #77EDEF. Grayscale: #353535. Windows color (decimal): -7859696 or 1053320. OLE color: 1053320.
HSL color Cylindrical-coordinate representation of color #881210: hue angle of 1º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881210 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 18 | 16 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.47 |
| HSL | 1º | 0.79% | 0.3% | - |
| HSV(B) | 1º | 0.88% | 0.53% | - |
| XYZ | 10.46 | 5.7 | 1.04 | - |
| YUV | 53.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 16 | 0 | 0.87 | 0.88 | 0.47 | 1 | 0.79 | 0.3 |
| Hex | 88 | 12 | 10 | 0 | 57 | 58 | 2F | 1 | 4F | 1E |
| Octal | 210 | 22 | 20 | 0 | 127 | 130 | 57 | 1 | 117 | 36 |
| Binary | 10001000 | 10010 | 10000 | 0 | 1010111 | 1011000 | 101111 | 1 | 1001111 | 11110 |
Color Harmonies of #881210
Complementary color
Monochromatic Colors of #881210
Black with #881210
Text Example
Text Example
White with #881210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881210; }
p { color: rgb(136,18,16); }
H1.HeaderClassName
{
color: #881210;
}
.AnyTagClassName
{
color: #881210;
}
</style>
background-color css
<style>
a { background-color: #881210; }
a { background-color: rgb(136,18,16); }
div.DivClassName
{
background-color: #881210;
}
.BgClassName
{
background-color: #881210;
}
</style>
border-color css
<style>
span { border-color: #881210; }
span { border-color: rgb(136,18,16); }
td.TdClassName
{
border-color: #881210;
}
.TagClassName
{
border-color: #881210;
}
</style>