Shades of Falu Red #88240F
Tints of Falu Red #88240F
RGB
CMYK
RGB Variations
Color information
#88240F (or 0x88240F) is known color: Falu Red. HEX triplet: 88, 24 and 0F. RGB value is (136,36,15). Sum of RGB (Red+Green+Blue) = 136+36+15=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #88240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88240F is #77DBF0. Grayscale: #3F3F3F. Windows color (decimal): -7855089 or 992392. OLE color: 992392.
HSL color Cylindrical-coordinate representation of color #88240F: hue angle of 10.41º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88240F is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 36 | 15 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.47 |
| HSL | 10.41º | 0.8% | 0.3% | - |
| HSV(B) | 10.41º | 0.89% | 0.53% | - |
| XYZ | 10.87 | 6.53 | 1.14 | - |
| YUV | 63.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 15 | 0 | 0.74 | 0.89 | 0.47 | 10.41 | 0.8 | 0.3 |
| Hex | 88 | 24 | F | 0 | 4A | 59 | 2F | A | 50 | 1E |
| Octal | 210 | 44 | 17 | 0 | 112 | 131 | 57 | 12 | 120 | 36 |
| Binary | 10001000 | 100100 | 1111 | 0 | 1001010 | 1011001 | 101111 | 1010 | 1010000 | 11110 |
Color Harmonies of #88240F
Complementary color
Monochromatic Colors of #88240F
Black with #88240F
Text Example
Text Example
White with #88240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88240F; }
p { color: rgb(136,36,15); }
H1.HeaderClassName
{
color: #88240F;
}
.AnyTagClassName
{
color: #88240F;
}
</style>
background-color css
<style>
a { background-color: #88240F; }
a { background-color: rgb(136,36,15); }
div.DivClassName
{
background-color: #88240F;
}
.BgClassName
{
background-color: #88240F;
}
</style>
border-color css
<style>
span { border-color: #88240F; }
span { border-color: rgb(136,36,15); }
td.TdClassName
{
border-color: #88240F;
}
.TagClassName
{
border-color: #88240F;
}
</style>