Shades of Falu Red #872018
Tints of Falu Red #872018
RGB
CMYK
RGB Variations
Color information
#872018 (or 0x872018) is known color: Falu Red. HEX triplet: 87, 20 and 18. RGB value is (135,32,24). Sum of RGB (Red+Green+Blue) = 135+32+24=191 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.68% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 135 - color contains mainly: red. Hex color #872018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872018 is #78DFE7. Grayscale: #3E3E3E. Windows color (decimal): -7921640 or 1581191. OLE color: 1581191.
HSL color Cylindrical-coordinate representation of color #872018: hue angle of 4.32º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #872018 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 24 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.47 |
| HSL | 4.32º | 0.7% | 0.31% | - |
| HSV(B) | 4.32º | 0.82% | 0.53% | - |
| XYZ | 10.67 | 6.25 | 1.51 | - |
| YUV | 61.89 | 106.62 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 24 | 0 | 0.76 | 0.82 | 0.47 | 4.32 | 0.7 | 0.31 |
| Hex | 87 | 20 | 18 | 0 | 4C | 52 | 2F | 4 | 46 | 1F |
| Octal | 207 | 40 | 30 | 0 | 114 | 122 | 57 | 4 | 106 | 37 |
| Binary | 10000111 | 100000 | 11000 | 0 | 1001100 | 1010010 | 101111 | 100 | 1000110 | 11111 |
Color Harmonies of #872018
Complementary color
Monochromatic Colors of #872018
Black with #872018
Text Example
Text Example
White with #872018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872018; }
p { color: rgb(135,32,24); }
H1.HeaderClassName
{
color: #872018;
}
.AnyTagClassName
{
color: #872018;
}
</style>
background-color css
<style>
a { background-color: #872018; }
a { background-color: rgb(135,32,24); }
div.DivClassName
{
background-color: #872018;
}
.BgClassName
{
background-color: #872018;
}
</style>
border-color css
<style>
span { border-color: #872018; }
span { border-color: rgb(135,32,24); }
td.TdClassName
{
border-color: #872018;
}
.TagClassName
{
border-color: #872018;
}
</style>