Shades of Falu Red #872300
Tints of Falu Red #872300
RGB
CMYK
RGB Variations
Color information
#872300 (or 0x872300) is known color: Falu Red. HEX triplet: 87, 23 and 00. RGB value is (135,35,0). Sum of RGB (Red+Green+Blue) = 135+35+0=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #872300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872300 is #78DCFF. Grayscale: #3D3D3D. Windows color (decimal): -7920896 or 9095. OLE color: 9095.
HSL color Cylindrical-coordinate representation of color #872300: hue angle of 15.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #872300 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.47 |
| HSL | 15.56º | 1% | 0.26% | - |
| HSV(B) | 15.56º | 1% | 0.53% | - |
| XYZ | 10.59 | 6.35 | 0.67 | - |
| YUV | 60.91 | 93.63 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 0 | 0 | 0.74 | 1 | 0.47 | 15.56 | 1 | 0.26 |
| Hex | 87 | 23 | 0 | 0 | 4A | 64 | 2F | 10 | 64 | 1A |
| Octal | 207 | 43 | 0 | 0 | 112 | 144 | 57 | 20 | 144 | 32 |
| Binary | 10000111 | 100011 | 0 | 0 | 1001010 | 1100100 | 101111 | 10000 | 1100100 | 11010 |
Color Harmonies of #872300
Complementary color
Monochromatic Colors of #872300
Black with #872300
Text Example
Text Example
White with #872300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872300; }
p { color: rgb(135,35,0); }
H1.HeaderClassName
{
color: #872300;
}
.AnyTagClassName
{
color: #872300;
}
</style>
background-color css
<style>
a { background-color: #872300; }
a { background-color: rgb(135,35,0); }
div.DivClassName
{
background-color: #872300;
}
.BgClassName
{
background-color: #872300;
}
</style>
border-color css
<style>
span { border-color: #872300; }
span { border-color: rgb(135,35,0); }
td.TdClassName
{
border-color: #872300;
}
.TagClassName
{
border-color: #872300;
}
</style>