Shades of Falu Red #872006
Tints of Falu Red #872006
RGB
CMYK
RGB Variations
Color information
#872006 (or 0x872006) is known color: Falu Red. HEX triplet: 87, 20 and 06. RGB value is (135,32,6). Sum of RGB (Red+Green+Blue) = 135+32+6=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #872006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872006 is #78DFF9. Grayscale: #3C3C3C. Windows color (decimal): -7921658 or 401543. OLE color: 401543.
HSL color Cylindrical-coordinate representation of color #872006: hue angle of 12.09º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #872006 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 6 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.47 |
| HSL | 12.09º | 0.91% | 0.28% | - |
| HSV(B) | 12.09º | 0.96% | 0.53% | - |
| XYZ | 10.54 | 6.2 | 0.81 | - |
| YUV | 59.83 | 97.62 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 6 | 0 | 0.76 | 0.96 | 0.47 | 12.09 | 0.91 | 0.28 |
| Hex | 87 | 20 | 6 | 0 | 4C | 60 | 2F | C | 5B | 1C |
| Octal | 207 | 40 | 6 | 0 | 114 | 140 | 57 | 14 | 133 | 34 |
| Binary | 10000111 | 100000 | 110 | 0 | 1001100 | 1100000 | 101111 | 1100 | 1011011 | 11100 |
Color Harmonies of #872006
Complementary color
Monochromatic Colors of #872006
Black with #872006
Text Example
Text Example
White with #872006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872006; }
p { color: rgb(135,32,6); }
H1.HeaderClassName
{
color: #872006;
}
.AnyTagClassName
{
color: #872006;
}
</style>
background-color css
<style>
a { background-color: #872006; }
a { background-color: rgb(135,32,6); }
div.DivClassName
{
background-color: #872006;
}
.BgClassName
{
background-color: #872006;
}
</style>
border-color css
<style>
span { border-color: #872006; }
span { border-color: rgb(135,32,6); }
td.TdClassName
{
border-color: #872006;
}
.TagClassName
{
border-color: #872006;
}
</style>