Shades of Falu Red #871703
Tints of Falu Red #871703
RGB
CMYK
RGB Variations
Color information
#871703 (or 0x871703) is known color: Falu Red. HEX triplet: 87, 17 and 03. RGB value is (135,23,3). Sum of RGB (Red+Green+Blue) = 135+23+3=161 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.85% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 135 - color contains mainly: red. Hex color #871703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871703 is #78E8FC. Grayscale: #363636. Windows color (decimal): -7923965 or 202631. OLE color: 202631.
HSL color Cylindrical-coordinate representation of color #871703: hue angle of 9.09º 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 #871703 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 23 | 3 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.47 |
| HSL | 9.09º | 0.96% | 0.27% | - |
| HSV(B) | 9.09º | 0.98% | 0.53% | - |
| XYZ | 10.31 | 5.77 | 0.66 | - |
| YUV | 54.21 | 99.11 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 23 | 3 | 0 | 0.83 | 0.98 | 0.47 | 9.09 | 0.96 | 0.27 |
| Hex | 87 | 17 | 3 | 0 | 53 | 62 | 2F | 9 | 60 | 1B |
| Octal | 207 | 27 | 3 | 0 | 123 | 142 | 57 | 11 | 140 | 33 |
| Binary | 10000111 | 10111 | 11 | 0 | 1010011 | 1100010 | 101111 | 1001 | 1100000 | 11011 |
Color Harmonies of #871703
Complementary color
Monochromatic Colors of #871703
Black with #871703
Text Example
Text Example
White with #871703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871703; }
p { color: rgb(135,23,3); }
H1.HeaderClassName
{
color: #871703;
}
.AnyTagClassName
{
color: #871703;
}
</style>
background-color css
<style>
a { background-color: #871703; }
a { background-color: rgb(135,23,3); }
div.DivClassName
{
background-color: #871703;
}
.BgClassName
{
background-color: #871703;
}
</style>
border-color css
<style>
span { border-color: #871703; }
span { border-color: rgb(135,23,3); }
td.TdClassName
{
border-color: #871703;
}
.TagClassName
{
border-color: #871703;
}
</style>