Shades of Falu Red #88140C
Tints of Falu Red #88140C
RGB
CMYK
RGB Variations
Color information
#88140C (or 0x88140C) is known color: Falu Red. HEX triplet: 88, 14 and 0C. RGB value is (136,20,12). Sum of RGB (Red+Green+Blue) = 136+20+12=168 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.95% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 136 - color contains mainly: red. Hex color #88140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88140C is #77EBF3. Grayscale: #353535. Windows color (decimal): -7859188 or 791688. OLE color: 791688.
HSL color Cylindrical-coordinate representation of color #88140C: hue angle of 3.87º 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 #88140C is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 20 | 12 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.47 |
| HSL | 3.87º | 0.84% | 0.29% | - |
| HSV(B) | 3.87º | 0.91% | 0.53% | - |
| XYZ | 10.47 | 5.76 | 0.91 | - |
| YUV | 53.77 | 104.43 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 12 | 0 | 0.85 | 0.91 | 0.47 | 3.87 | 0.84 | 0.29 |
| Hex | 88 | 14 | C | 0 | 55 | 5B | 2F | 4 | 54 | 1D |
| Octal | 210 | 24 | 14 | 0 | 125 | 133 | 57 | 4 | 124 | 35 |
| Binary | 10001000 | 10100 | 1100 | 0 | 1010101 | 1011011 | 101111 | 100 | 1010100 | 11101 |
Color Harmonies of #88140C
Complementary color
Monochromatic Colors of #88140C
Black with #88140C
Text Example
Text Example
White with #88140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88140C; }
p { color: rgb(136,20,12); }
H1.HeaderClassName
{
color: #88140C;
}
.AnyTagClassName
{
color: #88140C;
}
</style>
background-color css
<style>
a { background-color: #88140C; }
a { background-color: rgb(136,20,12); }
div.DivClassName
{
background-color: #88140C;
}
.BgClassName
{
background-color: #88140C;
}
</style>
border-color css
<style>
span { border-color: #88140C; }
span { border-color: rgb(136,20,12); }
td.TdClassName
{
border-color: #88140C;
}
.TagClassName
{
border-color: #88140C;
}
</style>