Shades of Falu Red #881514
Tints of Falu Red #881514
RGB
CMYK
RGB Variations
Color information
#881514 (or 0x881514) is known color: Falu Red. HEX triplet: 88, 15 and 14. RGB value is (136,21,20). Sum of RGB (Red+Green+Blue) = 136+21+20=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #881514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881514 is #77EAEB. Grayscale: #373737. Windows color (decimal): -7858924 or 1316232. OLE color: 1316232.
HSL color Cylindrical-coordinate representation of color #881514: hue angle of 0.52º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881514 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 20 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.47 |
| HSL | 0.52º | 0.74% | 0.31% | - |
| HSV(B) | 0.52º | 0.85% | 0.53% | - |
| XYZ | 10.55 | 5.82 | 1.23 | - |
| YUV | 55.27 | 108.1 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 20 | 0 | 0.85 | 0.85 | 0.47 | 0.52 | 0.74 | 0.31 |
| Hex | 88 | 15 | 14 | 0 | 55 | 55 | 2F | 1 | 4A | 1F |
| Octal | 210 | 25 | 24 | 0 | 125 | 125 | 57 | 1 | 112 | 37 |
| Binary | 10001000 | 10101 | 10100 | 0 | 1010101 | 1010101 | 101111 | 1 | 1001010 | 11111 |
Color Harmonies of #881514
Complementary color
Monochromatic Colors of #881514
Black with #881514
Text Example
Text Example
White with #881514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881514; }
p { color: rgb(136,21,20); }
H1.HeaderClassName
{
color: #881514;
}
.AnyTagClassName
{
color: #881514;
}
</style>
background-color css
<style>
a { background-color: #881514; }
a { background-color: rgb(136,21,20); }
div.DivClassName
{
background-color: #881514;
}
.BgClassName
{
background-color: #881514;
}
</style>
border-color css
<style>
span { border-color: #881514; }
span { border-color: rgb(136,21,20); }
td.TdClassName
{
border-color: #881514;
}
.TagClassName
{
border-color: #881514;
}
</style>