Shades of Falu Red #882008
Tints of Falu Red #882008
RGB
CMYK
RGB Variations
Color information
#882008 (or 0x882008) is known color: Falu Red. HEX triplet: 88, 20 and 08. RGB value is (136,32,8). Sum of RGB (Red+Green+Blue) = 136+32+8=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #882008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882008 is #77DFF7. Grayscale: #3C3C3C. Windows color (decimal): -7856120 or 532616. OLE color: 532616.
HSL color Cylindrical-coordinate representation of color #882008: hue angle of 11.25º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #882008 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 8 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.47 |
| HSL | 11.25º | 0.89% | 0.28% | - |
| HSV(B) | 11.25º | 0.94% | 0.53% | - |
| XYZ | 10.71 | 6.28 | 0.88 | - |
| YUV | 60.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 8 | 0 | 0.76 | 0.94 | 0.47 | 11.25 | 0.89 | 0.28 |
| Hex | 88 | 20 | 8 | 0 | 4C | 5E | 2F | B | 59 | 1C |
| Octal | 210 | 40 | 10 | 0 | 114 | 136 | 57 | 13 | 131 | 34 |
| Binary | 10001000 | 100000 | 1000 | 0 | 1001100 | 1011110 | 101111 | 1011 | 1011001 | 11100 |
Color Harmonies of #882008
Complementary color
Monochromatic Colors of #882008
Black with #882008
Text Example
Text Example
White with #882008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882008; }
p { color: rgb(136,32,8); }
H1.HeaderClassName
{
color: #882008;
}
.AnyTagClassName
{
color: #882008;
}
</style>
background-color css
<style>
a { background-color: #882008; }
a { background-color: rgb(136,32,8); }
div.DivClassName
{
background-color: #882008;
}
.BgClassName
{
background-color: #882008;
}
</style>
border-color css
<style>
span { border-color: #882008; }
span { border-color: rgb(136,32,8); }
td.TdClassName
{
border-color: #882008;
}
.TagClassName
{
border-color: #882008;
}
</style>