Shades of Falu Red #881710
Tints of Falu Red #881710
RGB
CMYK
RGB Variations
Color information
#881710 (or 0x881710) is known color: Falu Red. HEX triplet: 88, 17 and 10. RGB value is (136,23,16). Sum of RGB (Red+Green+Blue) = 136+23+16=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #881710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881710 is #77E8EF. Grayscale: #383838. Windows color (decimal): -7858416 or 1054600. OLE color: 1054600.
HSL color Cylindrical-coordinate representation of color #881710: hue angle of 3.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881710 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 16 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.47 |
| HSL | 3.5º | 0.79% | 0.3% | - |
| HSV(B) | 3.5º | 0.88% | 0.53% | - |
| XYZ | 10.55 | 5.88 | 1.07 | - |
| YUV | 55.99 | 105.44 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 16 | 0 | 0.83 | 0.88 | 0.47 | 3.5 | 0.79 | 0.3 |
| Hex | 88 | 17 | 10 | 0 | 53 | 58 | 2F | 4 | 4F | 1E |
| Octal | 210 | 27 | 20 | 0 | 123 | 130 | 57 | 4 | 117 | 36 |
| Binary | 10001000 | 10111 | 10000 | 0 | 1010011 | 1011000 | 101111 | 100 | 1001111 | 11110 |
Color Harmonies of #881710
Complementary color
Monochromatic Colors of #881710
Black with #881710
Text Example
Text Example
White with #881710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881710; }
p { color: rgb(136,23,16); }
H1.HeaderClassName
{
color: #881710;
}
.AnyTagClassName
{
color: #881710;
}
</style>
background-color css
<style>
a { background-color: #881710; }
a { background-color: rgb(136,23,16); }
div.DivClassName
{
background-color: #881710;
}
.BgClassName
{
background-color: #881710;
}
</style>
border-color css
<style>
span { border-color: #881710; }
span { border-color: rgb(136,23,16); }
td.TdClassName
{
border-color: #881710;
}
.TagClassName
{
border-color: #881710;
}
</style>