Shades of Falu Red #88110F
Tints of Falu Red #88110F
RGB
CMYK
RGB Variations
Color information
#88110F (or 0x88110F) is known color: Falu Red. HEX triplet: 88, 11 and 0F. RGB value is (136,17,15). Sum of RGB (Red+Green+Blue) = 136+17+15=168 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.95% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 136 - color contains mainly: red. Hex color #88110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88110F is #77EEF0. Grayscale: #343434. Windows color (decimal): -7859953 or 987528. OLE color: 987528.
HSL color Cylindrical-coordinate representation of color #88110F: hue angle of 0.99º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88110F is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 17 | 15 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.47 |
| HSL | 0.99º | 0.8% | 0.3% | - |
| HSV(B) | 0.99º | 0.89% | 0.53% | - |
| XYZ | 10.44 | 5.67 | 1 | - |
| YUV | 52.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 15 | 0 | 0.87 | 0.89 | 0.47 | 0.99 | 0.8 | 0.3 |
| Hex | 88 | 11 | F | 0 | 57 | 59 | 2F | 1 | 50 | 1E |
| Octal | 210 | 21 | 17 | 0 | 127 | 131 | 57 | 1 | 120 | 36 |
| Binary | 10001000 | 10001 | 1111 | 0 | 1010111 | 1011001 | 101111 | 1 | 1010000 | 11110 |
Color Harmonies of #88110F
Complementary color
Monochromatic Colors of #88110F
Black with #88110F
Text Example
Text Example
White with #88110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88110F; }
p { color: rgb(136,17,15); }
H1.HeaderClassName
{
color: #88110F;
}
.AnyTagClassName
{
color: #88110F;
}
</style>
background-color css
<style>
a { background-color: #88110F; }
a { background-color: rgb(136,17,15); }
div.DivClassName
{
background-color: #88110F;
}
.BgClassName
{
background-color: #88110F;
}
</style>
border-color css
<style>
span { border-color: #88110F; }
span { border-color: rgb(136,17,15); }
td.TdClassName
{
border-color: #88110F;
}
.TagClassName
{
border-color: #88110F;
}
</style>