Shades of Falu Red #872501
Tints of Falu Red #872501
RGB
CMYK
RGB Variations
Color information
#872501 (or 0x872501) is known color: Falu Red. HEX triplet: 87, 25 and 01. RGB value is (135,37,1). Sum of RGB (Red+Green+Blue) = 135+37+1=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #872501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872501 is #78DAFE. Grayscale: #3E3E3E. Windows color (decimal): -7920383 or 75143. OLE color: 75143.
HSL color Cylindrical-coordinate representation of color #872501: hue angle of 16.12º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #872501 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 37 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.47 |
| HSL | 16.12º | 0.99% | 0.27% | - |
| HSV(B) | 16.12º | 0.99% | 0.53% | - |
| XYZ | 10.66 | 6.48 | 0.72 | - |
| YUV | 62.2 | 93.47 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 37 | 1 | 0 | 0.73 | 0.99 | 0.47 | 16.12 | 0.99 | 0.27 |
| Hex | 87 | 25 | 1 | 0 | 49 | 63 | 2F | 10 | 63 | 1B |
| Octal | 207 | 45 | 1 | 0 | 111 | 143 | 57 | 20 | 143 | 33 |
| Binary | 10000111 | 100101 | 1 | 0 | 1001001 | 1100011 | 101111 | 10000 | 1100011 | 11011 |
Color Harmonies of #872501
Complementary color
Monochromatic Colors of #872501
Black with #872501
Text Example
Text Example
White with #872501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872501; }
p { color: rgb(135,37,1); }
H1.HeaderClassName
{
color: #872501;
}
.AnyTagClassName
{
color: #872501;
}
</style>
background-color css
<style>
a { background-color: #872501; }
a { background-color: rgb(135,37,1); }
div.DivClassName
{
background-color: #872501;
}
.BgClassName
{
background-color: #872501;
}
</style>
border-color css
<style>
span { border-color: #872501; }
span { border-color: rgb(135,37,1); }
td.TdClassName
{
border-color: #872501;
}
.TagClassName
{
border-color: #872501;
}
</style>