Shades of Falu Red #902100
Tints of Falu Red #902100
RGB
CMYK
RGB Variations
Color information
#902100 (or 0x902100) is known color: Falu Red. HEX triplet: 90, 21 and 00. RGB value is (144,33,0). Sum of RGB (Red+Green+Blue) = 144+33+0=177 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.36% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 144 - color contains mainly: red. Hex color #902100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902100 is #6FDEFF. Grayscale: #3E3E3E. Windows color (decimal): -7331584 or 8592. OLE color: 8592.
HSL color Cylindrical-coordinate representation of color #902100: hue angle of 13.75º 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 #902100 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 33 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.44 |
| HSL | 13.75º | 1% | 0.28% | - |
| HSV(B) | 13.75º | 1% | 0.56% | - |
| XYZ | 12.05 | 7.02 | 0.72 | - |
| YUV | 62.43 | 92.77 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 33 | 0 | 0 | 0.77 | 1 | 0.44 | 13.75 | 1 | 0.28 |
| Hex | 90 | 21 | 0 | 0 | 4D | 64 | 2C | E | 64 | 1C |
| Octal | 220 | 41 | 0 | 0 | 115 | 144 | 54 | 16 | 144 | 34 |
| Binary | 10010000 | 100001 | 0 | 0 | 1001101 | 1100100 | 101100 | 1110 | 1100100 | 11100 |
Color Harmonies of #902100
Complementary color
Monochromatic Colors of #902100
Black with #902100
Text Example
Text Example
White with #902100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902100; }
p { color: rgb(144,33,0); }
H1.HeaderClassName
{
color: #902100;
}
.AnyTagClassName
{
color: #902100;
}
</style>
background-color css
<style>
a { background-color: #902100; }
a { background-color: rgb(144,33,0); }
div.DivClassName
{
background-color: #902100;
}
.BgClassName
{
background-color: #902100;
}
</style>
border-color css
<style>
span { border-color: #902100; }
span { border-color: rgb(144,33,0); }
td.TdClassName
{
border-color: #902100;
}
.TagClassName
{
border-color: #902100;
}
</style>