Shades of Falu Red #902409
Tints of Falu Red #902409
RGB
CMYK
RGB Variations
Color information
#902409 (or 0x902409) is known color: Falu Red. HEX triplet: 90, 24 and 09. RGB value is (144,36,9). Sum of RGB (Red+Green+Blue) = 144+36+9=189 (25% of max value = 765). Red value is 144 (56.64% from 255 or 76.19% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 144 - color contains mainly: red. Hex color #902409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902409 is #6FDBF6. Grayscale: #414141. Windows color (decimal): -7330807 or 599184. OLE color: 599184.
HSL color Cylindrical-coordinate representation of color #902409: hue angle of 12º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #902409 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 9 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.44 |
| HSL | 12º | 0.88% | 0.3% | - |
| HSV(B) | 12º | 0.94% | 0.56% | - |
| XYZ | 12.18 | 7.21 | 1.01 | - |
| YUV | 65.21 | 96.28 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 9 | 0 | 0.75 | 0.94 | 0.44 | 12 | 0.88 | 0.3 |
| Hex | 90 | 24 | 9 | 0 | 4B | 5E | 2C | C | 58 | 1E |
| Octal | 220 | 44 | 11 | 0 | 113 | 136 | 54 | 14 | 130 | 36 |
| Binary | 10010000 | 100100 | 1001 | 0 | 1001011 | 1011110 | 101100 | 1100 | 1011000 | 11110 |
Color Harmonies of #902409
Complementary color
Monochromatic Colors of #902409
Black with #902409
Text Example
Text Example
White with #902409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902409; }
p { color: rgb(144,36,9); }
H1.HeaderClassName
{
color: #902409;
}
.AnyTagClassName
{
color: #902409;
}
</style>
background-color css
<style>
a { background-color: #902409; }
a { background-color: rgb(144,36,9); }
div.DivClassName
{
background-color: #902409;
}
.BgClassName
{
background-color: #902409;
}
</style>
border-color css
<style>
span { border-color: #902409; }
span { border-color: rgb(144,36,9); }
td.TdClassName
{
border-color: #902409;
}
.TagClassName
{
border-color: #902409;
}
</style>