Shades of Falu Red #881C15
Tints of Falu Red #881C15
RGB
CMYK
RGB Variations
Color information
#881C15 (or 0x881C15) is known color: Falu Red. HEX triplet: 88, 1C and 15. RGB value is (136,28,21). Sum of RGB (Red+Green+Blue) = 136+28+21=185 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.51% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 136 - color contains mainly: red. Hex color #881C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881C15 is #77E3EA. Grayscale: #3B3B3B. Windows color (decimal): -7857131 or 1383560. OLE color: 1383560.
HSL color Cylindrical-coordinate representation of color #881C15: hue angle of 3.65º 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 #881C15 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 28 | 21 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.47 |
| HSL | 3.65º | 0.73% | 0.31% | - |
| HSV(B) | 3.65º | 0.85% | 0.53% | - |
| XYZ | 10.7 | 6.12 | 1.33 | - |
| YUV | 59.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 21 | 0 | 0.79 | 0.85 | 0.47 | 3.65 | 0.73 | 0.31 |
| Hex | 88 | 1C | 15 | 0 | 4F | 55 | 2F | 4 | 49 | 1F |
| Octal | 210 | 34 | 25 | 0 | 117 | 125 | 57 | 4 | 111 | 37 |
| Binary | 10001000 | 11100 | 10101 | 0 | 1001111 | 1010101 | 101111 | 100 | 1001001 | 11111 |
Color Harmonies of #881C15
Complementary color
Monochromatic Colors of #881C15
Black with #881C15
Text Example
Text Example
White with #881C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881C15; }
p { color: rgb(136,28,21); }
H1.HeaderClassName
{
color: #881C15;
}
.AnyTagClassName
{
color: #881C15;
}
</style>
background-color css
<style>
a { background-color: #881C15; }
a { background-color: rgb(136,28,21); }
div.DivClassName
{
background-color: #881C15;
}
.BgClassName
{
background-color: #881C15;
}
</style>
border-color css
<style>
span { border-color: #881C15; }
span { border-color: rgb(136,28,21); }
td.TdClassName
{
border-color: #881C15;
}
.TagClassName
{
border-color: #881C15;
}
</style>