Shades of Falu Red #88100B
Tints of Falu Red #88100B
RGB
CMYK
RGB Variations
Color information
#88100B (or 0x88100B) is known color: Falu Red. HEX triplet: 88, 10 and 0B. RGB value is (136,16,11). Sum of RGB (Red+Green+Blue) = 136+16+11=163 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.44% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 136 - color contains mainly: red. Hex color #88100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88100B is #77EFF4. Grayscale: #333333. Windows color (decimal): -7860213 or 725128. OLE color: 725128.
HSL color Cylindrical-coordinate representation of color #88100B: hue angle of 2.4º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88100B is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 11 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.47 |
| HSL | 2.4º | 0.85% | 0.29% | - |
| HSV(B) | 2.4º | 0.92% | 0.53% | - |
| XYZ | 10.4 | 5.63 | 0.86 | - |
| YUV | 51.31 | 105.26 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 11 | 0 | 0.88 | 0.92 | 0.47 | 2.4 | 0.85 | 0.29 |
| Hex | 88 | 10 | B | 0 | 58 | 5C | 2F | 2 | 55 | 1D |
| Octal | 210 | 20 | 13 | 0 | 130 | 134 | 57 | 2 | 125 | 35 |
| Binary | 10001000 | 10000 | 1011 | 0 | 1011000 | 1011100 | 101111 | 10 | 1010101 | 11101 |
Color Harmonies of #88100B
Complementary color
Monochromatic Colors of #88100B
Black with #88100B
Text Example
Text Example
White with #88100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88100B; }
p { color: rgb(136,16,11); }
H1.HeaderClassName
{
color: #88100B;
}
.AnyTagClassName
{
color: #88100B;
}
</style>
background-color css
<style>
a { background-color: #88100B; }
a { background-color: rgb(136,16,11); }
div.DivClassName
{
background-color: #88100B;
}
.BgClassName
{
background-color: #88100B;
}
</style>
border-color css
<style>
span { border-color: #88100B; }
span { border-color: rgb(136,16,11); }
td.TdClassName
{
border-color: #88100B;
}
.TagClassName
{
border-color: #88100B;
}
</style>