Shades of Falu Red #88210D
Tints of Falu Red #88210D
RGB
CMYK
RGB Variations
Color information
#88210D (or 0x88210D) is known color: Falu Red. HEX triplet: 88, 21 and 0D. RGB value is (136,33,13). Sum of RGB (Red+Green+Blue) = 136+33+13=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #88210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88210D is #77DEF2. Grayscale: #3D3D3D. Windows color (decimal): -7855859 or 860552. OLE color: 860552.
HSL color Cylindrical-coordinate representation of color #88210D: hue angle of 9.76º 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 #88210D is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 13 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.47 |
| HSL | 9.76º | 0.83% | 0.29% | - |
| HSV(B) | 9.76º | 0.9% | 0.53% | - |
| XYZ | 10.77 | 6.35 | 1.04 | - |
| YUV | 61.52 | 100.62 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 13 | 0 | 0.76 | 0.90 | 0.47 | 9.76 | 0.83 | 0.29 |
| Hex | 88 | 21 | D | 0 | 4C | 5A | 2F | A | 53 | 1D |
| Octal | 210 | 41 | 15 | 0 | 114 | 132 | 57 | 12 | 123 | 35 |
| Binary | 10001000 | 100001 | 1101 | 0 | 1001100 | 1011010 | 101111 | 1010 | 1010011 | 11101 |
Color Harmonies of #88210D
Complementary color
Monochromatic Colors of #88210D
Black with #88210D
Text Example
Text Example
White with #88210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88210D; }
p { color: rgb(136,33,13); }
H1.HeaderClassName
{
color: #88210D;
}
.AnyTagClassName
{
color: #88210D;
}
</style>
background-color css
<style>
a { background-color: #88210D; }
a { background-color: rgb(136,33,13); }
div.DivClassName
{
background-color: #88210D;
}
.BgClassName
{
background-color: #88210D;
}
</style>
border-color css
<style>
span { border-color: #88210D; }
span { border-color: rgb(136,33,13); }
td.TdClassName
{
border-color: #88210D;
}
.TagClassName
{
border-color: #88210D;
}
</style>