Shades of Falu Red #902406
Tints of Falu Red #902406
RGB
CMYK
RGB Variations
Color information
#902406 (or 0x902406) is known color: Falu Red. HEX triplet: 90, 24 and 06. RGB value is (144,36,6). Sum of RGB (Red+Green+Blue) = 144+36+6=186 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.42% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 144 - color contains mainly: red. Hex color #902406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902406 is #6FDBF9. Grayscale: #414141. Windows color (decimal): -7330810 or 402576. OLE color: 402576.
HSL color Cylindrical-coordinate representation of color #902406: hue angle of 13.04º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #902406 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 6 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.44 |
| HSL | 13.04º | 0.92% | 0.29% | - |
| HSV(B) | 13.04º | 0.96% | 0.56% | - |
| XYZ | 12.17 | 7.2 | 0.92 | - |
| YUV | 64.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 6 | 0 | 0.75 | 0.96 | 0.44 | 13.04 | 0.92 | 0.29 |
| Hex | 90 | 24 | 6 | 0 | 4B | 60 | 2C | D | 5C | 1D |
| Octal | 220 | 44 | 6 | 0 | 113 | 140 | 54 | 15 | 134 | 35 |
| Binary | 10010000 | 100100 | 110 | 0 | 1001011 | 1100000 | 101100 | 1101 | 1011100 | 11101 |
Color Harmonies of #902406
Complementary color
Monochromatic Colors of #902406
Black with #902406
Text Example
Text Example
White with #902406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902406; }
p { color: rgb(144,36,6); }
H1.HeaderClassName
{
color: #902406;
}
.AnyTagClassName
{
color: #902406;
}
</style>
background-color css
<style>
a { background-color: #902406; }
a { background-color: rgb(144,36,6); }
div.DivClassName
{
background-color: #902406;
}
.BgClassName
{
background-color: #902406;
}
</style>
border-color css
<style>
span { border-color: #902406; }
span { border-color: rgb(144,36,6); }
td.TdClassName
{
border-color: #902406;
}
.TagClassName
{
border-color: #902406;
}
</style>