Shades of Falu Red #88200F
Tints of Falu Red #88200F
RGB
CMYK
RGB Variations
Color information
#88200F (or 0x88200F) is known color: Falu Red. HEX triplet: 88, 20 and 0F. RGB value is (136,32,15). Sum of RGB (Red+Green+Blue) = 136+32+15=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #88200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88200F is #77DFF0. Grayscale: #3D3D3D. Windows color (decimal): -7856113 or 991368. OLE color: 991368.
HSL color Cylindrical-coordinate representation of color #88200F: hue angle of 8.43º 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 #88200F is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 15 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.47 |
| HSL | 8.43º | 0.8% | 0.3% | - |
| HSV(B) | 8.43º | 0.89% | 0.53% | - |
| XYZ | 10.76 | 6.3 | 1.1 | - |
| YUV | 61.16 | 101.96 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 15 | 0 | 0.76 | 0.89 | 0.47 | 8.43 | 0.8 | 0.3 |
| Hex | 88 | 20 | F | 0 | 4C | 59 | 2F | 8 | 50 | 1E |
| Octal | 210 | 40 | 17 | 0 | 114 | 131 | 57 | 10 | 120 | 36 |
| Binary | 10001000 | 100000 | 1111 | 0 | 1001100 | 1011001 | 101111 | 1000 | 1010000 | 11110 |
Color Harmonies of #88200F
Complementary color
Monochromatic Colors of #88200F
Black with #88200F
Text Example
Text Example
White with #88200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88200F; }
p { color: rgb(136,32,15); }
H1.HeaderClassName
{
color: #88200F;
}
.AnyTagClassName
{
color: #88200F;
}
</style>
background-color css
<style>
a { background-color: #88200F; }
a { background-color: rgb(136,32,15); }
div.DivClassName
{
background-color: #88200F;
}
.BgClassName
{
background-color: #88200F;
}
</style>
border-color css
<style>
span { border-color: #88200F; }
span { border-color: rgb(136,32,15); }
td.TdClassName
{
border-color: #88200F;
}
.TagClassName
{
border-color: #88200F;
}
</style>