Shades of Falu Red #901708
Tints of Falu Red #901708
RGB
CMYK
RGB Variations
Color information
#901708 (or 0x901708) is known color: Falu Red. HEX triplet: 90, 17 and 08. RGB value is (144,23,8). Sum of RGB (Red+Green+Blue) = 144+23+8=175 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.29% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 144 - color contains mainly: red. Hex color #901708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901708 is #6FE8F7. Grayscale: #393939. Windows color (decimal): -7334136 or 530320. OLE color: 530320.
HSL color Cylindrical-coordinate representation of color #901708: hue angle of 6.62º 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 #901708 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 8 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.44 |
| HSL | 6.62º | 0.89% | 0.3% | - |
| HSV(B) | 6.62º | 0.94% | 0.56% | - |
| XYZ | 11.85 | 6.56 | 0.87 | - |
| YUV | 57.47 | 100.09 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 8 | 0 | 0.84 | 0.94 | 0.44 | 6.62 | 0.89 | 0.3 |
| Hex | 90 | 17 | 8 | 0 | 54 | 5E | 2C | 7 | 59 | 1E |
| Octal | 220 | 27 | 10 | 0 | 124 | 136 | 54 | 7 | 131 | 36 |
| Binary | 10010000 | 10111 | 1000 | 0 | 1010100 | 1011110 | 101100 | 111 | 1011001 | 11110 |
Color Harmonies of #901708
Complementary color
Monochromatic Colors of #901708
Black with #901708
Text Example
Text Example
White with #901708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901708; }
p { color: rgb(144,23,8); }
H1.HeaderClassName
{
color: #901708;
}
.AnyTagClassName
{
color: #901708;
}
</style>
background-color css
<style>
a { background-color: #901708; }
a { background-color: rgb(144,23,8); }
div.DivClassName
{
background-color: #901708;
}
.BgClassName
{
background-color: #901708;
}
</style>
border-color css
<style>
span { border-color: #901708; }
span { border-color: rgb(144,23,8); }
td.TdClassName
{
border-color: #901708;
}
.TagClassName
{
border-color: #901708;
}
</style>