Shades of Falu Red #901608
Tints of Falu Red #901608
RGB
CMYK
RGB Variations
Color information
#901608 (or 0x901608) is known color: Falu Red. HEX triplet: 90, 16 and 08. RGB value is (144,22,8). Sum of RGB (Red+Green+Blue) = 144+22+8=174 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.76% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 144 - color contains mainly: red. Hex color #901608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901608 is #6FE9F7. Grayscale: #393939. Windows color (decimal): -7334392 or 530064. OLE color: 530064.
HSL color Cylindrical-coordinate representation of color #901608: hue angle of 6.18º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #901608 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 8 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.44 |
| HSL | 6.18º | 0.89% | 0.3% | - |
| HSV(B) | 6.18º | 0.94% | 0.56% | - |
| XYZ | 11.83 | 6.52 | 0.86 | - |
| YUV | 56.88 | 100.42 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 8 | 0 | 0.85 | 0.94 | 0.44 | 6.18 | 0.89 | 0.3 |
| Hex | 90 | 16 | 8 | 0 | 55 | 5E | 2C | 6 | 59 | 1E |
| Octal | 220 | 26 | 10 | 0 | 125 | 136 | 54 | 6 | 131 | 36 |
| Binary | 10010000 | 10110 | 1000 | 0 | 1010101 | 1011110 | 101100 | 110 | 1011001 | 11110 |
Color Harmonies of #901608
Complementary color
Monochromatic Colors of #901608
Black with #901608
Text Example
Text Example
White with #901608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901608; }
p { color: rgb(144,22,8); }
H1.HeaderClassName
{
color: #901608;
}
.AnyTagClassName
{
color: #901608;
}
</style>
background-color css
<style>
a { background-color: #901608; }
a { background-color: rgb(144,22,8); }
div.DivClassName
{
background-color: #901608;
}
.BgClassName
{
background-color: #901608;
}
</style>
border-color css
<style>
span { border-color: #901608; }
span { border-color: rgb(144,22,8); }
td.TdClassName
{
border-color: #901608;
}
.TagClassName
{
border-color: #901608;
}
</style>