Shades of Falu Red #872007
Tints of Falu Red #872007
RGB
CMYK
RGB Variations
Color information
#872007 (or 0x872007) is known color: Falu Red. HEX triplet: 87, 20 and 07. RGB value is (135,32,7). Sum of RGB (Red+Green+Blue) = 135+32+7=174 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.59% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 135 - color contains mainly: red. Hex color #872007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872007 is #78DFF8. Grayscale: #3C3C3C. Windows color (decimal): -7921657 or 467079. OLE color: 467079.
HSL color Cylindrical-coordinate representation of color #872007: hue angle of 11.72º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #872007 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 7 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.47 |
| HSL | 11.72º | 0.9% | 0.28% | - |
| HSV(B) | 11.72º | 0.95% | 0.53% | - |
| XYZ | 10.55 | 6.2 | 0.84 | - |
| YUV | 59.95 | 98.12 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 7 | 0 | 0.76 | 0.95 | 0.47 | 11.72 | 0.9 | 0.28 |
| Hex | 87 | 20 | 7 | 0 | 4C | 5F | 2F | C | 5A | 1C |
| Octal | 207 | 40 | 7 | 0 | 114 | 137 | 57 | 14 | 132 | 34 |
| Binary | 10000111 | 100000 | 111 | 0 | 1001100 | 1011111 | 101111 | 1100 | 1011010 | 11100 |
Color Harmonies of #872007
Complementary color
Monochromatic Colors of #872007
Black with #872007
Text Example
Text Example
White with #872007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872007; }
p { color: rgb(135,32,7); }
H1.HeaderClassName
{
color: #872007;
}
.AnyTagClassName
{
color: #872007;
}
</style>
background-color css
<style>
a { background-color: #872007; }
a { background-color: rgb(135,32,7); }
div.DivClassName
{
background-color: #872007;
}
.BgClassName
{
background-color: #872007;
}
</style>
border-color css
<style>
span { border-color: #872007; }
span { border-color: rgb(135,32,7); }
td.TdClassName
{
border-color: #872007;
}
.TagClassName
{
border-color: #872007;
}
</style>