Shades of Falu Red #8D2400
Tints of Falu Red #8D2400
RGB
CMYK
RGB Variations
Color information
#8D2400 (or 0x8D2400) is known color: Falu Red. HEX triplet: 8D, 24 and 00. RGB value is (141,36,0). Sum of RGB (Red+Green+Blue) = 141+36+0=177 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.66% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2400 is #72DBFF. Grayscale: #3F3F3F. Windows color (decimal): -7527424 or 9357. OLE color: 9357.
HSL color Cylindrical-coordinate representation of color #8D2400: hue angle of 15.32º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D2400 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.45 |
| HSL | 15.32º | 1% | 0.28% | - |
| HSV(B) | 15.32º | 1% | 0.55% | - |
| XYZ | 11.62 | 6.92 | 0.72 | - |
| YUV | 63.29 | 92.29 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 0 | 0 | 0.74 | 1 | 0.45 | 15.32 | 1 | 0.28 |
| Hex | 8D | 24 | 0 | 0 | 4A | 64 | 2D | F | 64 | 1C |
| Octal | 215 | 44 | 0 | 0 | 112 | 144 | 55 | 17 | 144 | 34 |
| Binary | 10001101 | 100100 | 0 | 0 | 1001010 | 1100100 | 101101 | 1111 | 1100100 | 11100 |
Color Harmonies of #8D2400
Complementary color
Monochromatic Colors of #8D2400
Black with #8D2400
Text Example
Text Example
White with #8D2400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2400; }
p { color: rgb(141,36,0); }
H1.HeaderClassName
{
color: #8D2400;
}
.AnyTagClassName
{
color: #8D2400;
}
</style>
background-color css
<style>
a { background-color: #8D2400; }
a { background-color: rgb(141,36,0); }
div.DivClassName
{
background-color: #8D2400;
}
.BgClassName
{
background-color: #8D2400;
}
</style>
border-color css
<style>
span { border-color: #8D2400; }
span { border-color: rgb(141,36,0); }
td.TdClassName
{
border-color: #8D2400;
}
.TagClassName
{
border-color: #8D2400;
}
</style>