Shades of Falu Red #872212
Tints of Falu Red #872212
RGB
CMYK
RGB Variations
Color information
#872212 (or 0x872212) is known color: Falu Red. HEX triplet: 87, 22 and 12. RGB value is (135,34,18). Sum of RGB (Red+Green+Blue) = 135+34+18=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #872212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872212 is #78DDED. Grayscale: #3E3E3E. Windows color (decimal): -7921134 or 1188487. OLE color: 1188487.
HSL color Cylindrical-coordinate representation of color #872212: hue angle of 8.21º 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 #872212 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 18 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.47 |
| HSL | 8.21º | 0.76% | 0.3% | - |
| HSV(B) | 8.21º | 0.87% | 0.53% | - |
| XYZ | 10.67 | 6.34 | 1.23 | - |
| YUV | 62.38 | 102.96 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 18 | 0 | 0.75 | 0.87 | 0.47 | 8.21 | 0.76 | 0.3 |
| Hex | 87 | 22 | 12 | 0 | 4B | 57 | 2F | 8 | 4C | 1E |
| Octal | 207 | 42 | 22 | 0 | 113 | 127 | 57 | 10 | 114 | 36 |
| Binary | 10000111 | 100010 | 10010 | 0 | 1001011 | 1010111 | 101111 | 1000 | 1001100 | 11110 |
Color Harmonies of #872212
Complementary color
Monochromatic Colors of #872212
Black with #872212
Text Example
Text Example
White with #872212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872212; }
p { color: rgb(135,34,18); }
H1.HeaderClassName
{
color: #872212;
}
.AnyTagClassName
{
color: #872212;
}
</style>
background-color css
<style>
a { background-color: #872212; }
a { background-color: rgb(135,34,18); }
div.DivClassName
{
background-color: #872212;
}
.BgClassName
{
background-color: #872212;
}
</style>
border-color css
<style>
span { border-color: #872212; }
span { border-color: rgb(135,34,18); }
td.TdClassName
{
border-color: #872212;
}
.TagClassName
{
border-color: #872212;
}
</style>