Shades of Falu Red #882005
Tints of Falu Red #882005
RGB
CMYK
RGB Variations
Color information
#882005 (or 0x882005) is known color: Falu Red. HEX triplet: 88, 20 and 05. RGB value is (136,32,5). Sum of RGB (Red+Green+Blue) = 136+32+5=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #882005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882005 is #77DFFA. Grayscale: #3C3C3C. Windows color (decimal): -7856123 or 336008. OLE color: 336008.
HSL color Cylindrical-coordinate representation of color #882005: hue angle of 12.37º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #882005 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 5 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.47 |
| HSL | 12.37º | 0.93% | 0.28% | - |
| HSV(B) | 12.37º | 0.96% | 0.53% | - |
| XYZ | 10.7 | 6.28 | 0.79 | - |
| YUV | 60.02 | 96.96 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 5 | 0 | 0.76 | 0.96 | 0.47 | 12.37 | 0.93 | 0.28 |
| Hex | 88 | 20 | 5 | 0 | 4C | 60 | 2F | C | 5D | 1C |
| Octal | 210 | 40 | 5 | 0 | 114 | 140 | 57 | 14 | 135 | 34 |
| Binary | 10001000 | 100000 | 101 | 0 | 1001100 | 1100000 | 101111 | 1100 | 1011101 | 11100 |
Color Harmonies of #882005
Complementary color
Monochromatic Colors of #882005
Black with #882005
Text Example
Text Example
White with #882005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882005; }
p { color: rgb(136,32,5); }
H1.HeaderClassName
{
color: #882005;
}
.AnyTagClassName
{
color: #882005;
}
</style>
background-color css
<style>
a { background-color: #882005; }
a { background-color: rgb(136,32,5); }
div.DivClassName
{
background-color: #882005;
}
.BgClassName
{
background-color: #882005;
}
</style>
border-color css
<style>
span { border-color: #882005; }
span { border-color: rgb(136,32,5); }
td.TdClassName
{
border-color: #882005;
}
.TagClassName
{
border-color: #882005;
}
</style>