Shades of Falu Red #870F0F
Tints of Falu Red #870F0F
RGB
CMYK
RGB Variations
Color information
#870F0F (or 0x870F0F) is known color: Falu Red. HEX triplet: 87, 0F and 0F. RGB value is (135,15,15). Sum of RGB (Red+Green+Blue) = 135+15+15=165 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.82% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 135 - color contains mainly: red. Hex color #870F0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870F0F is #78F0F0. Grayscale: #333333. Windows color (decimal): -7926001 or 987015. OLE color: 987015.
HSL color Cylindrical-coordinate representation of color #870F0F: hue angle of 0º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F0F is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 15 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.47 |
| HSL | 0º | 0.8% | 0.29% | - |
| HSV(B) | 0º | 0.89% | 0.53% | - |
| XYZ | 10.25 | 5.53 | 0.98 | - |
| YUV | 50.88 | 107.76 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 15 | 0 | 0.89 | 0.89 | 0.47 | 0 | 0.8 | 0.29 |
| Hex | 87 | F | F | 0 | 59 | 59 | 2F | 0 | 50 | 1D |
| Octal | 207 | 17 | 17 | 0 | 131 | 131 | 57 | 0 | 120 | 35 |
| Binary | 10000111 | 1111 | 1111 | 0 | 1011001 | 1011001 | 101111 | 0 | 1010000 | 11101 |
Color Harmonies of #870F0F
Complementary color
Monochromatic Colors of #870F0F
Black with #870F0F
Text Example
Text Example
White with #870F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F0F; }
p { color: rgb(135,15,15); }
H1.HeaderClassName
{
color: #870F0F;
}
.AnyTagClassName
{
color: #870F0F;
}
</style>
background-color css
<style>
a { background-color: #870F0F; }
a { background-color: rgb(135,15,15); }
div.DivClassName
{
background-color: #870F0F;
}
.BgClassName
{
background-color: #870F0F;
}
</style>
border-color css
<style>
span { border-color: #870F0F; }
span { border-color: rgb(135,15,15); }
td.TdClassName
{
border-color: #870F0F;
}
.TagClassName
{
border-color: #870F0F;
}
</style>