Shades of Falu Red #872200
Tints of Falu Red #872200
RGB
CMYK
RGB Variations
Color information
#872200 (or 0x872200) is known color: Falu Red. HEX triplet: 87, 22 and 00. RGB value is (135,34,0). Sum of RGB (Red+Green+Blue) = 135+34+0=169 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.88% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 135 - color contains mainly: red. Hex color #872200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872200 is #78DDFF. Grayscale: #3C3C3C. Windows color (decimal): -7921152 or 8839. OLE color: 8839.
HSL color Cylindrical-coordinate representation of color #872200: hue angle of 15.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #872200 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.47 |
| HSL | 15.11º | 1% | 0.26% | - |
| HSV(B) | 15.11º | 1% | 0.53% | - |
| XYZ | 10.56 | 6.29 | 0.66 | - |
| YUV | 60.32 | 93.96 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 0 | 0 | 0.75 | 1 | 0.47 | 15.11 | 1 | 0.26 |
| Hex | 87 | 22 | 0 | 0 | 4B | 64 | 2F | F | 64 | 1A |
| Octal | 207 | 42 | 0 | 0 | 113 | 144 | 57 | 17 | 144 | 32 |
| Binary | 10000111 | 100010 | 0 | 0 | 1001011 | 1100100 | 101111 | 1111 | 1100100 | 11010 |
Color Harmonies of #872200
Complementary color
Monochromatic Colors of #872200
Black with #872200
Text Example
Text Example
White with #872200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872200; }
p { color: rgb(135,34,0); }
H1.HeaderClassName
{
color: #872200;
}
.AnyTagClassName
{
color: #872200;
}
</style>
background-color css
<style>
a { background-color: #872200; }
a { background-color: rgb(135,34,0); }
div.DivClassName
{
background-color: #872200;
}
.BgClassName
{
background-color: #872200;
}
</style>
border-color css
<style>
span { border-color: #872200; }
span { border-color: rgb(135,34,0); }
td.TdClassName
{
border-color: #872200;
}
.TagClassName
{
border-color: #872200;
}
</style>