Shades of Falu Red #872313
Tints of Falu Red #872313
RGB
CMYK
RGB Variations
Color information
#872313 (or 0x872313) is known color: Falu Red. HEX triplet: 87, 23 and 13. RGB value is (135,35,19). Sum of RGB (Red+Green+Blue) = 135+35+19=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #872313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872313 is #78DCEC. Grayscale: #3F3F3F. Windows color (decimal): -7920877 or 1254279. OLE color: 1254279.
HSL color Cylindrical-coordinate representation of color #872313: hue angle of 8.28º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #872313 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 19 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.47 |
| HSL | 8.28º | 0.75% | 0.3% | - |
| HSV(B) | 8.28º | 0.86% | 0.53% | - |
| XYZ | 10.71 | 6.4 | 1.29 | - |
| YUV | 63.08 | 103.13 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 19 | 0 | 0.74 | 0.86 | 0.47 | 8.28 | 0.75 | 0.3 |
| Hex | 87 | 23 | 13 | 0 | 4A | 56 | 2F | 8 | 4B | 1E |
| Octal | 207 | 43 | 23 | 0 | 112 | 126 | 57 | 10 | 113 | 36 |
| Binary | 10000111 | 100011 | 10011 | 0 | 1001010 | 1010110 | 101111 | 1000 | 1001011 | 11110 |
Color Harmonies of #872313
Complementary color
Monochromatic Colors of #872313
Black with #872313
Text Example
Text Example
White with #872313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872313; }
p { color: rgb(135,35,19); }
H1.HeaderClassName
{
color: #872313;
}
.AnyTagClassName
{
color: #872313;
}
</style>
background-color css
<style>
a { background-color: #872313; }
a { background-color: rgb(135,35,19); }
div.DivClassName
{
background-color: #872313;
}
.BgClassName
{
background-color: #872313;
}
</style>
border-color css
<style>
span { border-color: #872313; }
span { border-color: rgb(135,35,19); }
td.TdClassName
{
border-color: #872313;
}
.TagClassName
{
border-color: #872313;
}
</style>