Shades of Falu Red #882509
Tints of Falu Red #882509
RGB
CMYK
RGB Variations
Color information
#882509 (or 0x882509) is known color: Falu Red. HEX triplet: 88, 25 and 09. RGB value is (136,37,9). Sum of RGB (Red+Green+Blue) = 136+37+9=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #882509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882509 is #77DAF6. Grayscale: #3F3F3F. Windows color (decimal): -7854839 or 599432. OLE color: 599432.
HSL color Cylindrical-coordinate representation of color #882509: hue angle of 13.23º 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 #882509 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 37 | 9 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.47 |
| HSL | 13.23º | 0.88% | 0.28% | - |
| HSV(B) | 13.23º | 0.93% | 0.53% | - |
| XYZ | 10.86 | 6.58 | 0.96 | - |
| YUV | 63.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 9 | 0 | 0.73 | 0.93 | 0.47 | 13.23 | 0.88 | 0.28 |
| Hex | 88 | 25 | 9 | 0 | 49 | 5D | 2F | D | 58 | 1C |
| Octal | 210 | 45 | 11 | 0 | 111 | 135 | 57 | 15 | 130 | 34 |
| Binary | 10001000 | 100101 | 1001 | 0 | 1001001 | 1011101 | 101111 | 1101 | 1011000 | 11100 |
Color Harmonies of #882509
Complementary color
Monochromatic Colors of #882509
Black with #882509
Text Example
Text Example
White with #882509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882509; }
p { color: rgb(136,37,9); }
H1.HeaderClassName
{
color: #882509;
}
.AnyTagClassName
{
color: #882509;
}
</style>
background-color css
<style>
a { background-color: #882509; }
a { background-color: rgb(136,37,9); }
div.DivClassName
{
background-color: #882509;
}
.BgClassName
{
background-color: #882509;
}
</style>
border-color css
<style>
span { border-color: #882509; }
span { border-color: rgb(136,37,9); }
td.TdClassName
{
border-color: #882509;
}
.TagClassName
{
border-color: #882509;
}
</style>