Shades of Falu Red #88100D
Tints of Falu Red #88100D
RGB
CMYK
RGB Variations
Color information
#88100D (or 0x88100D) is known color: Falu Red. HEX triplet: 88, 10 and 0D. RGB value is (136,16,13). Sum of RGB (Red+Green+Blue) = 136+16+13=165 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.42% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 136 - color contains mainly: red. Hex color #88100D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88100D is #77EFF2. Grayscale: #333333. Windows color (decimal): -7860211 or 856200. OLE color: 856200.
HSL color Cylindrical-coordinate representation of color #88100D: hue angle of 1.46º 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 #88100D is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 13 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.47 |
| HSL | 1.46º | 0.83% | 0.29% | - |
| HSV(B) | 1.46º | 0.9% | 0.53% | - |
| XYZ | 10.41 | 5.63 | 0.92 | - |
| YUV | 51.54 | 106.26 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 13 | 0 | 0.88 | 0.90 | 0.47 | 1.46 | 0.83 | 0.29 |
| Hex | 88 | 10 | D | 0 | 58 | 5A | 2F | 1 | 53 | 1D |
| Octal | 210 | 20 | 15 | 0 | 130 | 132 | 57 | 1 | 123 | 35 |
| Binary | 10001000 | 10000 | 1101 | 0 | 1011000 | 1011010 | 101111 | 1 | 1010011 | 11101 |
Color Harmonies of #88100D
Complementary color
Monochromatic Colors of #88100D
Black with #88100D
Text Example
Text Example
White with #88100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88100D; }
p { color: rgb(136,16,13); }
H1.HeaderClassName
{
color: #88100D;
}
.AnyTagClassName
{
color: #88100D;
}
</style>
background-color css
<style>
a { background-color: #88100D; }
a { background-color: rgb(136,16,13); }
div.DivClassName
{
background-color: #88100D;
}
.BgClassName
{
background-color: #88100D;
}
</style>
border-color css
<style>
span { border-color: #88100D; }
span { border-color: rgb(136,16,13); }
td.TdClassName
{
border-color: #88100D;
}
.TagClassName
{
border-color: #88100D;
}
</style>