Shades of Falu Red #88220D
Tints of Falu Red #88220D
RGB
CMYK
RGB Variations
Color information
#88220D (or 0x88220D) is known color: Falu Red. HEX triplet: 88, 22 and 0D. RGB value is (136,34,13). Sum of RGB (Red+Green+Blue) = 136+34+13=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #88220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88220D is #77DDF2. Grayscale: #3E3E3E. Windows color (decimal): -7855603 or 860808. OLE color: 860808.
HSL color Cylindrical-coordinate representation of color #88220D: hue angle of 10.24º 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 #88220D is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 34 | 13 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.47 |
| HSL | 10.24º | 0.83% | 0.29% | - |
| HSV(B) | 10.24º | 0.9% | 0.53% | - |
| XYZ | 10.8 | 6.41 | 1.05 | - |
| YUV | 62.1 | 100.29 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 34 | 13 | 0 | 0.75 | 0.90 | 0.47 | 10.24 | 0.83 | 0.29 |
| Hex | 88 | 22 | D | 0 | 4B | 5A | 2F | A | 53 | 1D |
| Octal | 210 | 42 | 15 | 0 | 113 | 132 | 57 | 12 | 123 | 35 |
| Binary | 10001000 | 100010 | 1101 | 0 | 1001011 | 1011010 | 101111 | 1010 | 1010011 | 11101 |
Color Harmonies of #88220D
Complementary color
Monochromatic Colors of #88220D
Black with #88220D
Text Example
Text Example
White with #88220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88220D; }
p { color: rgb(136,34,13); }
H1.HeaderClassName
{
color: #88220D;
}
.AnyTagClassName
{
color: #88220D;
}
</style>
background-color css
<style>
a { background-color: #88220D; }
a { background-color: rgb(136,34,13); }
div.DivClassName
{
background-color: #88220D;
}
.BgClassName
{
background-color: #88220D;
}
</style>
border-color css
<style>
span { border-color: #88220D; }
span { border-color: rgb(136,34,13); }
td.TdClassName
{
border-color: #88220D;
}
.TagClassName
{
border-color: #88220D;
}
</style>