Shades of Falu Red #90200B
Tints of Falu Red #90200B
RGB
CMYK
RGB Variations
Color information
#90200B (or 0x90200B) is known color: Falu Red. HEX triplet: 90, 20 and 0B. RGB value is (144,32,11). Sum of RGB (Red+Green+Blue) = 144+32+11=187 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.01% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 144 - color contains mainly: red. Hex color #90200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90200B is #6FDFF4. Grayscale: #3F3F3F. Windows color (decimal): -7331829 or 729232. OLE color: 729232.
HSL color Cylindrical-coordinate representation of color #90200B: hue angle of 9.47º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90200B is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 32 | 11 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.44 |
| HSL | 9.47º | 0.86% | 0.3% | - |
| HSV(B) | 9.47º | 0.92% | 0.56% | - |
| XYZ | 12.08 | 6.99 | 1.03 | - |
| YUV | 63.09 | 98.61 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 11 | 0 | 0.78 | 0.92 | 0.44 | 9.47 | 0.86 | 0.3 |
| Hex | 90 | 20 | B | 0 | 4E | 5C | 2C | 9 | 56 | 1E |
| Octal | 220 | 40 | 13 | 0 | 116 | 134 | 54 | 11 | 126 | 36 |
| Binary | 10010000 | 100000 | 1011 | 0 | 1001110 | 1011100 | 101100 | 1001 | 1010110 | 11110 |
Color Harmonies of #90200B
Complementary color
Monochromatic Colors of #90200B
Black with #90200B
Text Example
Text Example
White with #90200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90200B; }
p { color: rgb(144,32,11); }
H1.HeaderClassName
{
color: #90200B;
}
.AnyTagClassName
{
color: #90200B;
}
</style>
background-color css
<style>
a { background-color: #90200B; }
a { background-color: rgb(144,32,11); }
div.DivClassName
{
background-color: #90200B;
}
.BgClassName
{
background-color: #90200B;
}
</style>
border-color css
<style>
span { border-color: #90200B; }
span { border-color: rgb(144,32,11); }
td.TdClassName
{
border-color: #90200B;
}
.TagClassName
{
border-color: #90200B;
}
</style>