Shades of Falu Red #90210E
Tints of Falu Red #90210E
RGB
CMYK
RGB Variations
Color information
#90210E (or 0x90210E) is known color: Falu Red. HEX triplet: 90, 21 and 0E. RGB value is (144,33,14). Sum of RGB (Red+Green+Blue) = 144+33+14=191 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.39% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 144 - color contains mainly: red. Hex color #90210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90210E is #6FDEF1. Grayscale: #404040. Windows color (decimal): -7331570 or 926096. OLE color: 926096.
HSL color Cylindrical-coordinate representation of color #90210E: hue angle of 8.77º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90210E is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 33 | 14 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.44 |
| HSL | 8.77º | 0.82% | 0.31% | - |
| HSV(B) | 8.77º | 0.9% | 0.56% | - |
| XYZ | 12.12 | 7.05 | 1.14 | - |
| YUV | 64.02 | 99.77 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 33 | 14 | 0 | 0.77 | 0.90 | 0.44 | 8.77 | 0.82 | 0.31 |
| Hex | 90 | 21 | E | 0 | 4D | 5A | 2C | 9 | 52 | 1F |
| Octal | 220 | 41 | 16 | 0 | 115 | 132 | 54 | 11 | 122 | 37 |
| Binary | 10010000 | 100001 | 1110 | 0 | 1001101 | 1011010 | 101100 | 1001 | 1010010 | 11111 |
Color Harmonies of #90210E
Complementary color
Monochromatic Colors of #90210E
Black with #90210E
Text Example
Text Example
White with #90210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90210E; }
p { color: rgb(144,33,14); }
H1.HeaderClassName
{
color: #90210E;
}
.AnyTagClassName
{
color: #90210E;
}
</style>
background-color css
<style>
a { background-color: #90210E; }
a { background-color: rgb(144,33,14); }
div.DivClassName
{
background-color: #90210E;
}
.BgClassName
{
background-color: #90210E;
}
</style>
border-color css
<style>
span { border-color: #90210E; }
span { border-color: rgb(144,33,14); }
td.TdClassName
{
border-color: #90210E;
}
.TagClassName
{
border-color: #90210E;
}
</style>