Shades of Falu Red #872009
Tints of Falu Red #872009
RGB
CMYK
RGB Variations
Color information
#872009 (or 0x872009) is known color: Falu Red. HEX triplet: 87, 20 and 09. RGB value is (135,32,9). Sum of RGB (Red+Green+Blue) = 135+32+9=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #872009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872009 is #78DFF6. Grayscale: #3C3C3C. Windows color (decimal): -7921655 or 598151. OLE color: 598151.
HSL color Cylindrical-coordinate representation of color #872009: hue angle of 10.95º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #872009 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 9 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.47 |
| HSL | 10.95º | 0.88% | 0.28% | - |
| HSV(B) | 10.95º | 0.93% | 0.53% | - |
| XYZ | 10.56 | 6.2 | 0.9 | - |
| YUV | 60.18 | 99.12 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 9 | 0 | 0.76 | 0.93 | 0.47 | 10.95 | 0.88 | 0.28 |
| Hex | 87 | 20 | 9 | 0 | 4C | 5D | 2F | B | 58 | 1C |
| Octal | 207 | 40 | 11 | 0 | 114 | 135 | 57 | 13 | 130 | 34 |
| Binary | 10000111 | 100000 | 1001 | 0 | 1001100 | 1011101 | 101111 | 1011 | 1011000 | 11100 |
Color Harmonies of #872009
Complementary color
Monochromatic Colors of #872009
Black with #872009
Text Example
Text Example
White with #872009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872009; }
p { color: rgb(135,32,9); }
H1.HeaderClassName
{
color: #872009;
}
.AnyTagClassName
{
color: #872009;
}
</style>
background-color css
<style>
a { background-color: #872009; }
a { background-color: rgb(135,32,9); }
div.DivClassName
{
background-color: #872009;
}
.BgClassName
{
background-color: #872009;
}
</style>
border-color css
<style>
span { border-color: #872009; }
span { border-color: rgb(135,32,9); }
td.TdClassName
{
border-color: #872009;
}
.TagClassName
{
border-color: #872009;
}
</style>