Shades of Falu Red #90160B
Tints of Falu Red #90160B
RGB
CMYK
RGB Variations
Color information
#90160B (or 0x90160B) is known color: Falu Red. HEX triplet: 90, 16 and 0B. RGB value is (144,22,11). Sum of RGB (Red+Green+Blue) = 144+22+11=177 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.36% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 144 - color contains mainly: red. Hex color #90160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90160B is #6FE9F4. Grayscale: #393939. Windows color (decimal): -7334389 or 726672. OLE color: 726672.
HSL color Cylindrical-coordinate representation of color #90160B: hue angle of 4.96º 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 #90160B is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 11 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.44 |
| HSL | 4.96º | 0.86% | 0.3% | - |
| HSV(B) | 4.96º | 0.92% | 0.56% | - |
| XYZ | 11.85 | 6.53 | 0.95 | - |
| YUV | 57.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 11 | 0 | 0.85 | 0.92 | 0.44 | 4.96 | 0.86 | 0.3 |
| Hex | 90 | 16 | B | 0 | 55 | 5C | 2C | 5 | 56 | 1E |
| Octal | 220 | 26 | 13 | 0 | 125 | 134 | 54 | 5 | 126 | 36 |
| Binary | 10010000 | 10110 | 1011 | 0 | 1010101 | 1011100 | 101100 | 101 | 1010110 | 11110 |
Color Harmonies of #90160B
Complementary color
Monochromatic Colors of #90160B
Black with #90160B
Text Example
Text Example
White with #90160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90160B; }
p { color: rgb(144,22,11); }
H1.HeaderClassName
{
color: #90160B;
}
.AnyTagClassName
{
color: #90160B;
}
</style>
background-color css
<style>
a { background-color: #90160B; }
a { background-color: rgb(144,22,11); }
div.DivClassName
{
background-color: #90160B;
}
.BgClassName
{
background-color: #90160B;
}
</style>
border-color css
<style>
span { border-color: #90160B; }
span { border-color: rgb(144,22,11); }
td.TdClassName
{
border-color: #90160B;
}
.TagClassName
{
border-color: #90160B;
}
</style>