Shades of Falu Red #88110C
Tints of Falu Red #88110C
RGB
CMYK
RGB Variations
Color information
#88110C (or 0x88110C) is known color: Falu Red. HEX triplet: 88, 11 and 0C. RGB value is (136,17,12). Sum of RGB (Red+Green+Blue) = 136+17+12=165 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.42% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 136 - color contains mainly: red. Hex color #88110C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88110C is #77EEF3. Grayscale: #343434. Windows color (decimal): -7859956 or 790920. OLE color: 790920.
HSL color Cylindrical-coordinate representation of color #88110C: hue angle of 2.42º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88110C is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 17 | 12 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.47 |
| HSL | 2.42º | 0.84% | 0.29% | - |
| HSV(B) | 2.42º | 0.91% | 0.53% | - |
| XYZ | 10.42 | 5.66 | 0.89 | - |
| YUV | 52.01 | 105.42 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 12 | 0 | 0.87 | 0.91 | 0.47 | 2.42 | 0.84 | 0.29 |
| Hex | 88 | 11 | C | 0 | 57 | 5B | 2F | 2 | 54 | 1D |
| Octal | 210 | 21 | 14 | 0 | 127 | 133 | 57 | 2 | 124 | 35 |
| Binary | 10001000 | 10001 | 1100 | 0 | 1010111 | 1011011 | 101111 | 10 | 1010100 | 11101 |
Color Harmonies of #88110C
Complementary color
Monochromatic Colors of #88110C
Black with #88110C
Text Example
Text Example
White with #88110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88110C; }
p { color: rgb(136,17,12); }
H1.HeaderClassName
{
color: #88110C;
}
.AnyTagClassName
{
color: #88110C;
}
</style>
background-color css
<style>
a { background-color: #88110C; }
a { background-color: rgb(136,17,12); }
div.DivClassName
{
background-color: #88110C;
}
.BgClassName
{
background-color: #88110C;
}
</style>
border-color css
<style>
span { border-color: #88110C; }
span { border-color: rgb(136,17,12); }
td.TdClassName
{
border-color: #88110C;
}
.TagClassName
{
border-color: #88110C;
}
</style>