Shades of Falu Red #881C09
Tints of Falu Red #881C09
RGB
CMYK
RGB Variations
Color information
#881C09 (or 0x881C09) is known color: Falu Red. HEX triplet: 88, 1C and 09. RGB value is (136,28,9). Sum of RGB (Red+Green+Blue) = 136+28+9=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #881C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881C09 is #77E3F6. Grayscale: #3A3A3A. Windows color (decimal): -7857143 or 597128. OLE color: 597128.
HSL color Cylindrical-coordinate representation of color #881C09: hue angle of 8.98º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #881C09 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 28 | 9 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.47 |
| HSL | 8.98º | 0.88% | 0.28% | - |
| HSV(B) | 8.98º | 0.93% | 0.53% | - |
| XYZ | 10.62 | 6.08 | 0.87 | - |
| YUV | 58.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 9 | 0 | 0.79 | 0.93 | 0.47 | 8.98 | 0.88 | 0.28 |
| Hex | 88 | 1C | 9 | 0 | 4F | 5D | 2F | 9 | 58 | 1C |
| Octal | 210 | 34 | 11 | 0 | 117 | 135 | 57 | 11 | 130 | 34 |
| Binary | 10001000 | 11100 | 1001 | 0 | 1001111 | 1011101 | 101111 | 1001 | 1011000 | 11100 |
Color Harmonies of #881C09
Complementary color
Monochromatic Colors of #881C09
Black with #881C09
Text Example
Text Example
White with #881C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881C09; }
p { color: rgb(136,28,9); }
H1.HeaderClassName
{
color: #881C09;
}
.AnyTagClassName
{
color: #881C09;
}
</style>
background-color css
<style>
a { background-color: #881C09; }
a { background-color: rgb(136,28,9); }
div.DivClassName
{
background-color: #881C09;
}
.BgClassName
{
background-color: #881C09;
}
</style>
border-color css
<style>
span { border-color: #881C09; }
span { border-color: rgb(136,28,9); }
td.TdClassName
{
border-color: #881C09;
}
.TagClassName
{
border-color: #881C09;
}
</style>