Shades of Falu Red #871903
Tints of Falu Red #871903
RGB
CMYK
RGB Variations
Color information
#871903 (or 0x871903) is known color: Falu Red. HEX triplet: 87, 19 and 03. RGB value is (135,25,3). Sum of RGB (Red+Green+Blue) = 135+25+3=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #871903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871903 is #78E6FC. Grayscale: #373737. Windows color (decimal): -7923453 or 203143. OLE color: 203143.
HSL color Cylindrical-coordinate representation of color #871903: hue angle of 10º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #871903 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 3 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.47 |
| HSL | 10º | 0.96% | 0.27% | - |
| HSV(B) | 10º | 0.98% | 0.53% | - |
| XYZ | 10.36 | 5.85 | 0.67 | - |
| YUV | 55.38 | 98.44 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 3 | 0 | 0.81 | 0.98 | 0.47 | 10 | 0.96 | 0.27 |
| Hex | 87 | 19 | 3 | 0 | 51 | 62 | 2F | A | 60 | 1B |
| Octal | 207 | 31 | 3 | 0 | 121 | 142 | 57 | 12 | 140 | 33 |
| Binary | 10000111 | 11001 | 11 | 0 | 1010001 | 1100010 | 101111 | 1010 | 1100000 | 11011 |
Color Harmonies of #871903
Complementary color
Monochromatic Colors of #871903
Black with #871903
Text Example
Text Example
White with #871903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871903; }
p { color: rgb(135,25,3); }
H1.HeaderClassName
{
color: #871903;
}
.AnyTagClassName
{
color: #871903;
}
</style>
background-color css
<style>
a { background-color: #871903; }
a { background-color: rgb(135,25,3); }
div.DivClassName
{
background-color: #871903;
}
.BgClassName
{
background-color: #871903;
}
</style>
border-color css
<style>
span { border-color: #871903; }
span { border-color: rgb(135,25,3); }
td.TdClassName
{
border-color: #871903;
}
.TagClassName
{
border-color: #871903;
}
</style>