Shades of Falu Red #90220D
Tints of Falu Red #90220D
RGB
CMYK
RGB Variations
Color information
#90220D (or 0x90220D) is known color: Falu Red. HEX triplet: 90, 22 and 0D. RGB value is (144,34,13). Sum of RGB (Red+Green+Blue) = 144+34+13=191 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.39% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 144 - color contains mainly: red. Hex color #90220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90220D is #6FDDF2. Grayscale: #404040. Windows color (decimal): -7331315 or 860816. OLE color: 860816.
HSL color Cylindrical-coordinate representation of color #90220D: hue angle of 9.62º 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 #90220D is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 34 | 13 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.44 |
| HSL | 9.62º | 0.83% | 0.31% | - |
| HSV(B) | 9.62º | 0.91% | 0.56% | - |
| XYZ | 12.15 | 7.1 | 1.11 | - |
| YUV | 64.5 | 98.94 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 13 | 0 | 0.76 | 0.91 | 0.44 | 9.62 | 0.83 | 0.31 |
| Hex | 90 | 22 | D | 0 | 4C | 5B | 2C | A | 53 | 1F |
| Octal | 220 | 42 | 15 | 0 | 114 | 133 | 54 | 12 | 123 | 37 |
| Binary | 10010000 | 100010 | 1101 | 0 | 1001100 | 1011011 | 101100 | 1010 | 1010011 | 11111 |
Color Harmonies of #90220D
Complementary color
Monochromatic Colors of #90220D
Black with #90220D
Text Example
Text Example
White with #90220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90220D; }
p { color: rgb(144,34,13); }
H1.HeaderClassName
{
color: #90220D;
}
.AnyTagClassName
{
color: #90220D;
}
</style>
background-color css
<style>
a { background-color: #90220D; }
a { background-color: rgb(144,34,13); }
div.DivClassName
{
background-color: #90220D;
}
.BgClassName
{
background-color: #90220D;
}
</style>
border-color css
<style>
span { border-color: #90220D; }
span { border-color: rgb(144,34,13); }
td.TdClassName
{
border-color: #90220D;
}
.TagClassName
{
border-color: #90220D;
}
</style>