Shades of Falu Red #881615
Tints of Falu Red #881615
RGB
CMYK
RGB Variations
Color information
#881615 (or 0x881615) is known color: Falu Red. HEX triplet: 88, 16 and 15. RGB value is (136,22,21). Sum of RGB (Red+Green+Blue) = 136+22+21=179 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.98% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 136 - color contains mainly: red. Hex color #881615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881615 is #77E9EA. Grayscale: #383838. Windows color (decimal): -7858667 or 1382024. OLE color: 1382024.
HSL color Cylindrical-coordinate representation of color #881615: hue angle of 0.52º degrees, saturation: 0.73, 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 #881615 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 21 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.47 |
| HSL | 0.52º | 0.73% | 0.31% | - |
| HSV(B) | 0.52º | 0.85% | 0.53% | - |
| XYZ | 10.58 | 5.86 | 1.28 | - |
| YUV | 55.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 21 | 0 | 0.84 | 0.85 | 0.47 | 0.52 | 0.73 | 0.31 |
| Hex | 88 | 16 | 15 | 0 | 54 | 55 | 2F | 1 | 49 | 1F |
| Octal | 210 | 26 | 25 | 0 | 124 | 125 | 57 | 1 | 111 | 37 |
| Binary | 10001000 | 10110 | 10101 | 0 | 1010100 | 1010101 | 101111 | 1 | 1001001 | 11111 |
Color Harmonies of #881615
Complementary color
Monochromatic Colors of #881615
Black with #881615
Text Example
Text Example
White with #881615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881615; }
p { color: rgb(136,22,21); }
H1.HeaderClassName
{
color: #881615;
}
.AnyTagClassName
{
color: #881615;
}
</style>
background-color css
<style>
a { background-color: #881615; }
a { background-color: rgb(136,22,21); }
div.DivClassName
{
background-color: #881615;
}
.BgClassName
{
background-color: #881615;
}
</style>
border-color css
<style>
span { border-color: #881615; }
span { border-color: rgb(136,22,21); }
td.TdClassName
{
border-color: #881615;
}
.TagClassName
{
border-color: #881615;
}
</style>