Shades of Falu Red #902200
Tints of Falu Red #902200
RGB
CMYK
RGB Variations
Color information
#902200 (or 0x902200) is known color: Falu Red. HEX triplet: 90, 22 and 00. RGB value is (144,34,0). Sum of RGB (Red+Green+Blue) = 144+34+0=178 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.90% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 144 - color contains mainly: red. Hex color #902200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902200 is #6FDDFF. Grayscale: #3F3F3F. Windows color (decimal): -7331328 or 8848. OLE color: 8848.
HSL color Cylindrical-coordinate representation of color #902200: hue angle of 14.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #902200 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 34 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.44 |
| HSL | 14.17º | 1% | 0.28% | - |
| HSV(B) | 14.17º | 1% | 0.56% | - |
| XYZ | 12.07 | 7.07 | 0.73 | - |
| YUV | 63.01 | 92.44 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 0 | 0 | 0.76 | 1 | 0.44 | 14.17 | 1 | 0.28 |
| Hex | 90 | 22 | 0 | 0 | 4C | 64 | 2C | E | 64 | 1C |
| Octal | 220 | 42 | 0 | 0 | 114 | 144 | 54 | 16 | 144 | 34 |
| Binary | 10010000 | 100010 | 0 | 0 | 1001100 | 1100100 | 101100 | 1110 | 1100100 | 11100 |
Color Harmonies of #902200
Complementary color
Monochromatic Colors of #902200
Black with #902200
Text Example
Text Example
White with #902200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902200; }
p { color: rgb(144,34,0); }
H1.HeaderClassName
{
color: #902200;
}
.AnyTagClassName
{
color: #902200;
}
</style>
background-color css
<style>
a { background-color: #902200; }
a { background-color: rgb(144,34,0); }
div.DivClassName
{
background-color: #902200;
}
.BgClassName
{
background-color: #902200;
}
</style>
border-color css
<style>
span { border-color: #902200; }
span { border-color: rgb(144,34,0); }
td.TdClassName
{
border-color: #902200;
}
.TagClassName
{
border-color: #902200;
}
</style>