Shades of Falu Red #90100D
Tints of Falu Red #90100D
RGB
CMYK
RGB Variations
Color information
#90100D (or 0x90100D) is known color: Falu Red. HEX triplet: 90, 10 and 0D. RGB value is (144,16,13). Sum of RGB (Red+Green+Blue) = 144+16+13=173 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.24% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 144 - color contains mainly: red. Hex color #90100D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90100D is #6FEFF2. Grayscale: #363636. Windows color (decimal): -7335923 or 856208. OLE color: 856208.
HSL color Cylindrical-coordinate representation of color #90100D: hue angle of 1.37º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90100D is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 13 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.44 |
| HSL | 1.37º | 0.83% | 0.31% | - |
| HSV(B) | 1.37º | 0.91% | 0.56% | - |
| XYZ | 11.76 | 6.33 | 0.98 | - |
| YUV | 53.93 | 104.91 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 13 | 0 | 0.89 | 0.91 | 0.44 | 1.37 | 0.83 | 0.31 |
| Hex | 90 | 10 | D | 0 | 59 | 5B | 2C | 1 | 53 | 1F |
| Octal | 220 | 20 | 15 | 0 | 131 | 133 | 54 | 1 | 123 | 37 |
| Binary | 10010000 | 10000 | 1101 | 0 | 1011001 | 1011011 | 101100 | 1 | 1010011 | 11111 |
Color Harmonies of #90100D
Complementary color
Monochromatic Colors of #90100D
Black with #90100D
Text Example
Text Example
White with #90100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90100D; }
p { color: rgb(144,16,13); }
H1.HeaderClassName
{
color: #90100D;
}
.AnyTagClassName
{
color: #90100D;
}
</style>
background-color css
<style>
a { background-color: #90100D; }
a { background-color: rgb(144,16,13); }
div.DivClassName
{
background-color: #90100D;
}
.BgClassName
{
background-color: #90100D;
}
</style>
border-color css
<style>
span { border-color: #90100D; }
span { border-color: rgb(144,16,13); }
td.TdClassName
{
border-color: #90100D;
}
.TagClassName
{
border-color: #90100D;
}
</style>