Shades of Falu Red #882408
Tints of Falu Red #882408
RGB
CMYK
RGB Variations
Color information
#882408 (or 0x882408) is known color: Falu Red. HEX triplet: 88, 24 and 08. RGB value is (136,36,8). Sum of RGB (Red+Green+Blue) = 136+36+8=180 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.56% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 136 - color contains mainly: red. Hex color #882408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882408 is #77DBF7. Grayscale: #3E3E3E. Windows color (decimal): -7855096 or 533640. OLE color: 533640.
HSL color Cylindrical-coordinate representation of color #882408: hue angle of 13.12º 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 #882408 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 36 | 8 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.47 |
| HSL | 13.13º | 0.89% | 0.28% | - |
| HSV(B) | 13.13º | 0.94% | 0.53% | - |
| XYZ | 10.83 | 6.51 | 0.92 | - |
| YUV | 62.71 | 97.13 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 8 | 0 | 0.74 | 0.94 | 0.47 | 13.13 | 0.89 | 0.28 |
| Hex | 88 | 24 | 8 | 0 | 4A | 5E | 2F | D | 59 | 1C |
| Octal | 210 | 44 | 10 | 0 | 112 | 136 | 57 | 15 | 131 | 34 |
| Binary | 10001000 | 100100 | 1000 | 0 | 1001010 | 1011110 | 101111 | 1101 | 1011001 | 11100 |
Color Harmonies of #882408
Complementary color
Monochromatic Colors of #882408
Black with #882408
Text Example
Text Example
White with #882408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882408; }
p { color: rgb(136,36,8); }
H1.HeaderClassName
{
color: #882408;
}
.AnyTagClassName
{
color: #882408;
}
</style>
background-color css
<style>
a { background-color: #882408; }
a { background-color: rgb(136,36,8); }
div.DivClassName
{
background-color: #882408;
}
.BgClassName
{
background-color: #882408;
}
</style>
border-color css
<style>
span { border-color: #882408; }
span { border-color: rgb(136,36,8); }
td.TdClassName
{
border-color: #882408;
}
.TagClassName
{
border-color: #882408;
}
</style>