Shades of Falu Red #872412
Tints of Falu Red #872412
RGB
CMYK
RGB Variations
Color information
#872412 (or 0x872412) is known color: Falu Red. HEX triplet: 87, 24 and 12. RGB value is (135,36,18). Sum of RGB (Red+Green+Blue) = 135+36+18=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #872412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872412 is #78DBED. Grayscale: #3F3F3F. Windows color (decimal): -7920622 or 1188999. OLE color: 1188999.
HSL color Cylindrical-coordinate representation of color #872412: hue angle of 9.23º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #872412 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 36 | 18 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.47 |
| HSL | 9.23º | 0.76% | 0.3% | - |
| HSV(B) | 9.23º | 0.87% | 0.53% | - |
| XYZ | 10.73 | 6.46 | 1.25 | - |
| YUV | 63.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 36 | 18 | 0 | 0.73 | 0.87 | 0.47 | 9.23 | 0.76 | 0.3 |
| Hex | 87 | 24 | 12 | 0 | 49 | 57 | 2F | 9 | 4C | 1E |
| Octal | 207 | 44 | 22 | 0 | 111 | 127 | 57 | 11 | 114 | 36 |
| Binary | 10000111 | 100100 | 10010 | 0 | 1001001 | 1010111 | 101111 | 1001 | 1001100 | 11110 |
Color Harmonies of #872412
Complementary color
Monochromatic Colors of #872412
Black with #872412
Text Example
Text Example
White with #872412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872412; }
p { color: rgb(135,36,18); }
H1.HeaderClassName
{
color: #872412;
}
.AnyTagClassName
{
color: #872412;
}
</style>
background-color css
<style>
a { background-color: #872412; }
a { background-color: rgb(135,36,18); }
div.DivClassName
{
background-color: #872412;
}
.BgClassName
{
background-color: #872412;
}
</style>
border-color css
<style>
span { border-color: #872412; }
span { border-color: rgb(135,36,18); }
td.TdClassName
{
border-color: #872412;
}
.TagClassName
{
border-color: #872412;
}
</style>