Shades of Falu Red #882004
Tints of Falu Red #882004
RGB
CMYK
RGB Variations
Color information
#882004 (or 0x882004) is known color: Falu Red. HEX triplet: 88, 20 and 04. RGB value is (136,32,4). Sum of RGB (Red+Green+Blue) = 136+32+4=172 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.07% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 136 - color contains mainly: red. Hex color #882004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882004 is #77DFFB. Grayscale: #3C3C3C. Windows color (decimal): -7856124 or 270472. OLE color: 270472.
HSL color Cylindrical-coordinate representation of color #882004: hue angle of 12.73º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #882004 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 4 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.47 |
| HSL | 12.73º | 0.94% | 0.27% | - |
| HSV(B) | 12.73º | 0.97% | 0.53% | - |
| XYZ | 10.69 | 6.28 | 0.76 | - |
| YUV | 59.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 4 | 0 | 0.76 | 0.97 | 0.47 | 12.73 | 0.94 | 0.27 |
| Hex | 88 | 20 | 4 | 0 | 4C | 61 | 2F | D | 5E | 1B |
| Octal | 210 | 40 | 4 | 0 | 114 | 141 | 57 | 15 | 136 | 33 |
| Binary | 10001000 | 100000 | 100 | 0 | 1001100 | 1100001 | 101111 | 1101 | 1011110 | 11011 |
Color Harmonies of #882004
Complementary color
Monochromatic Colors of #882004
Black with #882004
Text Example
Text Example
White with #882004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882004; }
p { color: rgb(136,32,4); }
H1.HeaderClassName
{
color: #882004;
}
.AnyTagClassName
{
color: #882004;
}
</style>
background-color css
<style>
a { background-color: #882004; }
a { background-color: rgb(136,32,4); }
div.DivClassName
{
background-color: #882004;
}
.BgClassName
{
background-color: #882004;
}
</style>
border-color css
<style>
span { border-color: #882004; }
span { border-color: rgb(136,32,4); }
td.TdClassName
{
border-color: #882004;
}
.TagClassName
{
border-color: #882004;
}
</style>