Shades of Falu Red #881919
Tints of Falu Red #881919
RGB
CMYK
RGB Variations
Color information
#881919 (or 0x881919) is known color: Falu Red. HEX triplet: 88, 19 and 19. RGB value is (136,25,25). Sum of RGB (Red+Green+Blue) = 136+25+25=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #881919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881919 is #77E6E6. Grayscale: #3A3A3A. Windows color (decimal): -7857895 or 1644936. OLE color: 1644936.
HSL color Cylindrical-coordinate representation of color #881919: hue angle of 0º 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 #881919 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 25 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.47 |
| HSL | 0º | 0.69% | 0.32% | - |
| HSV(B) | 0º | 0.82% | 0.53% | - |
| XYZ | 10.68 | 6 | 1.52 | - |
| YUV | 58.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 25 | 0 | 0.82 | 0.82 | 0.47 | 0 | 0.69 | 0.32 |
| Hex | 88 | 19 | 19 | 0 | 52 | 52 | 2F | 0 | 45 | 20 |
| Octal | 210 | 31 | 31 | 0 | 122 | 122 | 57 | 0 | 105 | 40 |
| Binary | 10001000 | 11001 | 11001 | 0 | 1010010 | 1010010 | 101111 | 0 | 1000101 | 100000 |
Color Harmonies of #881919
Complementary color
Monochromatic Colors of #881919
Black with #881919
Text Example
Text Example
White with #881919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881919; }
p { color: rgb(136,25,25); }
H1.HeaderClassName
{
color: #881919;
}
.AnyTagClassName
{
color: #881919;
}
</style>
background-color css
<style>
a { background-color: #881919; }
a { background-color: rgb(136,25,25); }
div.DivClassName
{
background-color: #881919;
}
.BgClassName
{
background-color: #881919;
}
</style>
border-color css
<style>
span { border-color: #881919; }
span { border-color: rgb(136,25,25); }
td.TdClassName
{
border-color: #881919;
}
.TagClassName
{
border-color: #881919;
}
</style>