Shades of Falu Red #902309
Tints of Falu Red #902309
RGB
CMYK
RGB Variations
Color information
#902309 (or 0x902309) is known color: Falu Red. HEX triplet: 90, 23 and 09. RGB value is (144,35,9). Sum of RGB (Red+Green+Blue) = 144+35+9=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #902309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902309 is #6FDCF6. Grayscale: #404040. Windows color (decimal): -7331063 or 598928. OLE color: 598928.
HSL color Cylindrical-coordinate representation of color #902309: hue angle of 11.56º 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 #902309 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 35 | 9 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.44 |
| HSL | 11.56º | 0.88% | 0.3% | - |
| HSV(B) | 11.56º | 0.94% | 0.56% | - |
| XYZ | 12.15 | 7.15 | 1 | - |
| YUV | 64.63 | 96.61 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 35 | 9 | 0 | 0.76 | 0.94 | 0.44 | 11.56 | 0.88 | 0.3 |
| Hex | 90 | 23 | 9 | 0 | 4C | 5E | 2C | C | 58 | 1E |
| Octal | 220 | 43 | 11 | 0 | 114 | 136 | 54 | 14 | 130 | 36 |
| Binary | 10010000 | 100011 | 1001 | 0 | 1001100 | 1011110 | 101100 | 1100 | 1011000 | 11110 |
Color Harmonies of #902309
Complementary color
Monochromatic Colors of #902309
Black with #902309
Text Example
Text Example
White with #902309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902309; }
p { color: rgb(144,35,9); }
H1.HeaderClassName
{
color: #902309;
}
.AnyTagClassName
{
color: #902309;
}
</style>
background-color css
<style>
a { background-color: #902309; }
a { background-color: rgb(144,35,9); }
div.DivClassName
{
background-color: #902309;
}
.BgClassName
{
background-color: #902309;
}
</style>
border-color css
<style>
span { border-color: #902309; }
span { border-color: rgb(144,35,9); }
td.TdClassName
{
border-color: #902309;
}
.TagClassName
{
border-color: #902309;
}
</style>