Shades of Falu Red #901716
Tints of Falu Red #901716
RGB
CMYK
RGB Variations
Color information
#901716 (or 0x901716) is known color: Falu Red. HEX triplet: 90, 17 and 16. RGB value is (144,23,22). Sum of RGB (Red+Green+Blue) = 144+23+22=189 (25% of max value = 765). Red value is 144 (56.64% from 255 or 76.19% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 144 - color contains mainly: red. Hex color #901716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901716 is #6FE8E9. Grayscale: #3B3B3B. Windows color (decimal): -7334122 or 1447824. OLE color: 1447824.
HSL color Cylindrical-coordinate representation of color #901716: hue angle of 0.49º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901716 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 22 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.44 |
| HSL | 0.49º | 0.73% | 0.33% | - |
| HSV(B) | 0.49º | 0.85% | 0.56% | - |
| XYZ | 11.95 | 6.6 | 1.4 | - |
| YUV | 59.07 | 107.09 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 22 | 0 | 0.84 | 0.85 | 0.44 | 0.49 | 0.73 | 0.33 |
| Hex | 90 | 17 | 16 | 0 | 54 | 55 | 2C | 0 | 49 | 21 |
| Octal | 220 | 27 | 26 | 0 | 124 | 125 | 54 | 0 | 111 | 41 |
| Binary | 10010000 | 10111 | 10110 | 0 | 1010100 | 1010101 | 101100 | 0 | 1001001 | 100001 |
Color Harmonies of #901716
Complementary color
Monochromatic Colors of #901716
Black with #901716
Text Example
Text Example
White with #901716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901716; }
p { color: rgb(144,23,22); }
H1.HeaderClassName
{
color: #901716;
}
.AnyTagClassName
{
color: #901716;
}
</style>
background-color css
<style>
a { background-color: #901716; }
a { background-color: rgb(144,23,22); }
div.DivClassName
{
background-color: #901716;
}
.BgClassName
{
background-color: #901716;
}
</style>
border-color css
<style>
span { border-color: #901716; }
span { border-color: rgb(144,23,22); }
td.TdClassName
{
border-color: #901716;
}
.TagClassName
{
border-color: #901716;
}
</style>