Shades of Falu Red #88240C
Tints of Falu Red #88240C
RGB
CMYK
RGB Variations
Color information
#88240C (or 0x88240C) is known color: Falu Red. HEX triplet: 88, 24 and 0C. RGB value is (136,36,12). Sum of RGB (Red+Green+Blue) = 136+36+12=184 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.91% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 136 - color contains mainly: red. Hex color #88240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88240C is #77DBF3. Grayscale: #3F3F3F. Windows color (decimal): -7855092 or 795784. OLE color: 795784.
HSL color Cylindrical-coordinate representation of color #88240C: hue angle of 11.61º 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 #88240C is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 36 | 12 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.47 |
| HSL | 11.61º | 0.84% | 0.29% | - |
| HSV(B) | 11.61º | 0.91% | 0.53% | - |
| XYZ | 10.85 | 6.52 | 1.03 | - |
| YUV | 63.16 | 99.13 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 12 | 0 | 0.74 | 0.91 | 0.47 | 11.61 | 0.84 | 0.29 |
| Hex | 88 | 24 | C | 0 | 4A | 5B | 2F | C | 54 | 1D |
| Octal | 210 | 44 | 14 | 0 | 112 | 133 | 57 | 14 | 124 | 35 |
| Binary | 10001000 | 100100 | 1100 | 0 | 1001010 | 1011011 | 101111 | 1100 | 1010100 | 11101 |
Color Harmonies of #88240C
Complementary color
Monochromatic Colors of #88240C
Black with #88240C
Text Example
Text Example
White with #88240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88240C; }
p { color: rgb(136,36,12); }
H1.HeaderClassName
{
color: #88240C;
}
.AnyTagClassName
{
color: #88240C;
}
</style>
background-color css
<style>
a { background-color: #88240C; }
a { background-color: rgb(136,36,12); }
div.DivClassName
{
background-color: #88240C;
}
.BgClassName
{
background-color: #88240C;
}
</style>
border-color css
<style>
span { border-color: #88240C; }
span { border-color: rgb(136,36,12); }
td.TdClassName
{
border-color: #88240C;
}
.TagClassName
{
border-color: #88240C;
}
</style>