Shades of Falu Red #90210D
Tints of Falu Red #90210D
RGB
CMYK
RGB Variations
Color information
#90210D (or 0x90210D) is known color: Falu Red. HEX triplet: 90, 21 and 0D. RGB value is (144,33,13). Sum of RGB (Red+Green+Blue) = 144+33+13=190 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.79% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 144 - color contains mainly: red. Hex color #90210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90210D is #6FDEF2. Grayscale: #404040. Windows color (decimal): -7331571 or 860560. OLE color: 860560.
HSL color Cylindrical-coordinate representation of color #90210D: hue angle of 9.16º 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 #90210D is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 33 | 13 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.44 |
| HSL | 9.16º | 0.83% | 0.31% | - |
| HSV(B) | 9.16º | 0.91% | 0.56% | - |
| XYZ | 12.12 | 7.05 | 1.1 | - |
| YUV | 63.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 33 | 13 | 0 | 0.77 | 0.91 | 0.44 | 9.16 | 0.83 | 0.31 |
| Hex | 90 | 21 | D | 0 | 4D | 5B | 2C | 9 | 53 | 1F |
| Octal | 220 | 41 | 15 | 0 | 115 | 133 | 54 | 11 | 123 | 37 |
| Binary | 10010000 | 100001 | 1101 | 0 | 1001101 | 1011011 | 101100 | 1001 | 1010011 | 11111 |
Color Harmonies of #90210D
Complementary color
Monochromatic Colors of #90210D
Black with #90210D
Text Example
Text Example
White with #90210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90210D; }
p { color: rgb(144,33,13); }
H1.HeaderClassName
{
color: #90210D;
}
.AnyTagClassName
{
color: #90210D;
}
</style>
background-color css
<style>
a { background-color: #90210D; }
a { background-color: rgb(144,33,13); }
div.DivClassName
{
background-color: #90210D;
}
.BgClassName
{
background-color: #90210D;
}
</style>
border-color css
<style>
span { border-color: #90210D; }
span { border-color: rgb(144,33,13); }
td.TdClassName
{
border-color: #90210D;
}
.TagClassName
{
border-color: #90210D;
}
</style>