Shades of Falu Red #882100
Tints of Falu Red #882100
RGB
CMYK
RGB Variations
Color information
#882100 (or 0x882100) is known color: Falu Red. HEX triplet: 88, 21 and 00. RGB value is (136,33,0). Sum of RGB (Red+Green+Blue) = 136+33+0=169 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.47% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 136 - color contains mainly: red. Hex color #882100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882100 is #77DEFF. Grayscale: #3C3C3C. Windows color (decimal): -7855872 or 8584. OLE color: 8584.
HSL color Cylindrical-coordinate representation of color #882100: hue angle of 14.56º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #882100 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.47 |
| HSL | 14.56º | 1% | 0.27% | - |
| HSV(B) | 14.56º | 1% | 0.53% | - |
| XYZ | 10.7 | 6.32 | 0.66 | - |
| YUV | 60.04 | 94.12 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 0 | 0 | 0.76 | 1 | 0.47 | 14.56 | 1 | 0.27 |
| Hex | 88 | 21 | 0 | 0 | 4C | 64 | 2F | F | 64 | 1B |
| Octal | 210 | 41 | 0 | 0 | 114 | 144 | 57 | 17 | 144 | 33 |
| Binary | 10001000 | 100001 | 0 | 0 | 1001100 | 1100100 | 101111 | 1111 | 1100100 | 11011 |
Color Harmonies of #882100
Complementary color
Monochromatic Colors of #882100
Black with #882100
Text Example
Text Example
White with #882100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882100; }
p { color: rgb(136,33,0); }
H1.HeaderClassName
{
color: #882100;
}
.AnyTagClassName
{
color: #882100;
}
</style>
background-color css
<style>
a { background-color: #882100; }
a { background-color: rgb(136,33,0); }
div.DivClassName
{
background-color: #882100;
}
.BgClassName
{
background-color: #882100;
}
</style>
border-color css
<style>
span { border-color: #882100; }
span { border-color: rgb(136,33,0); }
td.TdClassName
{
border-color: #882100;
}
.TagClassName
{
border-color: #882100;
}
</style>