Shades of Falu Red #88110D
Tints of Falu Red #88110D
RGB
CMYK
RGB Variations
Color information
#88110D (or 0x88110D) is known color: Falu Red. HEX triplet: 88, 11 and 0D. RGB value is (136,17,13). Sum of RGB (Red+Green+Blue) = 136+17+13=166 (21% of max value = 765). Red value is 136 (53.52% from 255 or 81.93% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 136 - color contains mainly: red. Hex color #88110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88110D is #77EEF2. Grayscale: #343434. Windows color (decimal): -7859955 or 856456. OLE color: 856456.
HSL color Cylindrical-coordinate representation of color #88110D: hue angle of 1.95º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88110D is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 17 | 13 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.47 |
| HSL | 1.95º | 0.83% | 0.29% | - |
| HSV(B) | 1.95º | 0.9% | 0.53% | - |
| XYZ | 10.43 | 5.66 | 0.92 | - |
| YUV | 52.13 | 105.92 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 13 | 0 | 0.87 | 0.90 | 0.47 | 1.95 | 0.83 | 0.29 |
| Hex | 88 | 11 | D | 0 | 57 | 5A | 2F | 2 | 53 | 1D |
| Octal | 210 | 21 | 15 | 0 | 127 | 132 | 57 | 2 | 123 | 35 |
| Binary | 10001000 | 10001 | 1101 | 0 | 1010111 | 1011010 | 101111 | 10 | 1010011 | 11101 |
Color Harmonies of #88110D
Complementary color
Monochromatic Colors of #88110D
Black with #88110D
Text Example
Text Example
White with #88110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88110D; }
p { color: rgb(136,17,13); }
H1.HeaderClassName
{
color: #88110D;
}
.AnyTagClassName
{
color: #88110D;
}
</style>
background-color css
<style>
a { background-color: #88110D; }
a { background-color: rgb(136,17,13); }
div.DivClassName
{
background-color: #88110D;
}
.BgClassName
{
background-color: #88110D;
}
</style>
border-color css
<style>
span { border-color: #88110D; }
span { border-color: rgb(136,17,13); }
td.TdClassName
{
border-color: #88110D;
}
.TagClassName
{
border-color: #88110D;
}
</style>