Shades of Falu Red #872110
Tints of Falu Red #872110
RGB
CMYK
RGB Variations
Color information
#872110 (or 0x872110) is known color: Falu Red. HEX triplet: 87, 21 and 10. RGB value is (135,33,16). Sum of RGB (Red+Green+Blue) = 135+33+16=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #872110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872110 is #78DEEF. Grayscale: #3D3D3D. Windows color (decimal): -7921392 or 1057159. OLE color: 1057159.
HSL color Cylindrical-coordinate representation of color #872110: hue angle of 8.57º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #872110 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 33 | 16 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.47 |
| HSL | 8.57º | 0.79% | 0.3% | - |
| HSV(B) | 8.57º | 0.88% | 0.53% | - |
| XYZ | 10.63 | 6.28 | 1.14 | - |
| YUV | 61.56 | 102.29 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 33 | 16 | 0 | 0.76 | 0.88 | 0.47 | 8.57 | 0.79 | 0.3 |
| Hex | 87 | 21 | 10 | 0 | 4C | 58 | 2F | 9 | 4F | 1E |
| Octal | 207 | 41 | 20 | 0 | 114 | 130 | 57 | 11 | 117 | 36 |
| Binary | 10000111 | 100001 | 10000 | 0 | 1001100 | 1011000 | 101111 | 1001 | 1001111 | 11110 |
Color Harmonies of #872110
Complementary color
Monochromatic Colors of #872110
Black with #872110
Text Example
Text Example
White with #872110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872110; }
p { color: rgb(135,33,16); }
H1.HeaderClassName
{
color: #872110;
}
.AnyTagClassName
{
color: #872110;
}
</style>
background-color css
<style>
a { background-color: #872110; }
a { background-color: rgb(135,33,16); }
div.DivClassName
{
background-color: #872110;
}
.BgClassName
{
background-color: #872110;
}
</style>
border-color css
<style>
span { border-color: #872110; }
span { border-color: rgb(135,33,16); }
td.TdClassName
{
border-color: #872110;
}
.TagClassName
{
border-color: #872110;
}
</style>