Shades of Falu Red #90190B
Tints of Falu Red #90190B
RGB
CMYK
RGB Variations
Color information
#90190B (or 0x90190B) is known color: Falu Red. HEX triplet: 90, 19 and 0B. RGB value is (144,25,11). Sum of RGB (Red+Green+Blue) = 144+25+11=180 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 144 - color contains mainly: red. Hex color #90190B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90190B is #6FE6F4. Grayscale: #3B3B3B. Windows color (decimal): -7333621 or 727440. OLE color: 727440.
HSL color Cylindrical-coordinate representation of color #90190B: hue angle of 6.32º 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 #90190B is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 11 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.44 |
| HSL | 6.32º | 0.86% | 0.3% | - |
| HSV(B) | 6.32º | 0.92% | 0.56% | - |
| XYZ | 11.91 | 6.65 | 0.97 | - |
| YUV | 58.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 11 | 0 | 0.83 | 0.92 | 0.44 | 6.32 | 0.86 | 0.3 |
| Hex | 90 | 19 | B | 0 | 53 | 5C | 2C | 6 | 56 | 1E |
| Octal | 220 | 31 | 13 | 0 | 123 | 134 | 54 | 6 | 126 | 36 |
| Binary | 10010000 | 11001 | 1011 | 0 | 1010011 | 1011100 | 101100 | 110 | 1010110 | 11110 |
Color Harmonies of #90190B
Complementary color
Monochromatic Colors of #90190B
Black with #90190B
Text Example
Text Example
White with #90190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90190B; }
p { color: rgb(144,25,11); }
H1.HeaderClassName
{
color: #90190B;
}
.AnyTagClassName
{
color: #90190B;
}
</style>
background-color css
<style>
a { background-color: #90190B; }
a { background-color: rgb(144,25,11); }
div.DivClassName
{
background-color: #90190B;
}
.BgClassName
{
background-color: #90190B;
}
</style>
border-color css
<style>
span { border-color: #90190B; }
span { border-color: rgb(144,25,11); }
td.TdClassName
{
border-color: #90190B;
}
.TagClassName
{
border-color: #90190B;
}
</style>