Shades of Falu Red #882019
Tints of Falu Red #882019
RGB
CMYK
RGB Variations
Color information
#882019 (or 0x882019) is known color: Falu Red. HEX triplet: 88, 20 and 19. RGB value is (136,32,25). Sum of RGB (Red+Green+Blue) = 136+32+25=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #882019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882019 is #77DFE6. Grayscale: #3E3E3E. Windows color (decimal): -7856103 or 1646728. OLE color: 1646728.
HSL color Cylindrical-coordinate representation of color #882019: hue angle of 3.78º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #882019 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 25 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.47 |
| HSL | 3.78º | 0.69% | 0.32% | - |
| HSV(B) | 3.78º | 0.82% | 0.53% | - |
| XYZ | 10.85 | 6.34 | 1.57 | - |
| YUV | 62.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 25 | 0 | 0.76 | 0.82 | 0.47 | 3.78 | 0.69 | 0.32 |
| Hex | 88 | 20 | 19 | 0 | 4C | 52 | 2F | 4 | 45 | 20 |
| Octal | 210 | 40 | 31 | 0 | 114 | 122 | 57 | 4 | 105 | 40 |
| Binary | 10001000 | 100000 | 11001 | 0 | 1001100 | 1010010 | 101111 | 100 | 1000101 | 100000 |
Color Harmonies of #882019
Complementary color
Monochromatic Colors of #882019
Black with #882019
Text Example
Text Example
White with #882019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882019; }
p { color: rgb(136,32,25); }
H1.HeaderClassName
{
color: #882019;
}
.AnyTagClassName
{
color: #882019;
}
</style>
background-color css
<style>
a { background-color: #882019; }
a { background-color: rgb(136,32,25); }
div.DivClassName
{
background-color: #882019;
}
.BgClassName
{
background-color: #882019;
}
</style>
border-color css
<style>
span { border-color: #882019; }
span { border-color: rgb(136,32,25); }
td.TdClassName
{
border-color: #882019;
}
.TagClassName
{
border-color: #882019;
}
</style>