Shades of Falu Red #90130E
Tints of Falu Red #90130E
RGB
CMYK
RGB Variations
Color information
#90130E (or 0x90130E) is known color: Falu Red. HEX triplet: 90, 13 and 0E. RGB value is (144,19,14). Sum of RGB (Red+Green+Blue) = 144+19+14=177 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.36% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 144 - color contains mainly: red. Hex color #90130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90130E is #6FECF1. Grayscale: #373737. Windows color (decimal): -7335154 or 922512. OLE color: 922512.
HSL color Cylindrical-coordinate representation of color #90130E: hue angle of 2.31º 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 #90130E is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 14 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.44 |
| HSL | 2.31º | 0.82% | 0.31% | - |
| HSV(B) | 2.31º | 0.9% | 0.56% | - |
| XYZ | 11.81 | 6.43 | 1.03 | - |
| YUV | 55.81 | 104.41 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 14 | 0 | 0.87 | 0.90 | 0.44 | 2.31 | 0.82 | 0.31 |
| Hex | 90 | 13 | E | 0 | 57 | 5A | 2C | 2 | 52 | 1F |
| Octal | 220 | 23 | 16 | 0 | 127 | 132 | 54 | 2 | 122 | 37 |
| Binary | 10010000 | 10011 | 1110 | 0 | 1010111 | 1011010 | 101100 | 10 | 1010010 | 11111 |
Color Harmonies of #90130E
Complementary color
Monochromatic Colors of #90130E
Black with #90130E
Text Example
Text Example
White with #90130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90130E; }
p { color: rgb(144,19,14); }
H1.HeaderClassName
{
color: #90130E;
}
.AnyTagClassName
{
color: #90130E;
}
</style>
background-color css
<style>
a { background-color: #90130E; }
a { background-color: rgb(144,19,14); }
div.DivClassName
{
background-color: #90130E;
}
.BgClassName
{
background-color: #90130E;
}
</style>
border-color css
<style>
span { border-color: #90130E; }
span { border-color: rgb(144,19,14); }
td.TdClassName
{
border-color: #90130E;
}
.TagClassName
{
border-color: #90130E;
}
</style>