Shades of Falu Red #90130F
Tints of Falu Red #90130F
RGB
CMYK
RGB Variations
Color information
#90130F (or 0x90130F) is known color: Falu Red. HEX triplet: 90, 13 and 0F. RGB value is (144,19,15). Sum of RGB (Red+Green+Blue) = 144+19+15=178 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.90% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 144 - color contains mainly: red. Hex color #90130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90130F is #6FECF0. Grayscale: #383838. Windows color (decimal): -7335153 or 988048. OLE color: 988048.
HSL color Cylindrical-coordinate representation of color #90130F: hue angle of 1.86º degrees, saturation: 0.81, 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 #90130F is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 15 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.44 |
| HSL | 1.86º | 0.81% | 0.31% | - |
| HSV(B) | 1.86º | 0.9% | 0.56% | - |
| XYZ | 11.82 | 6.43 | 1.07 | - |
| YUV | 55.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 15 | 0 | 0.87 | 0.90 | 0.44 | 1.86 | 0.81 | 0.31 |
| Hex | 90 | 13 | F | 0 | 57 | 5A | 2C | 2 | 51 | 1F |
| Octal | 220 | 23 | 17 | 0 | 127 | 132 | 54 | 2 | 121 | 37 |
| Binary | 10010000 | 10011 | 1111 | 0 | 1010111 | 1011010 | 101100 | 10 | 1010001 | 11111 |
Color Harmonies of #90130F
Complementary color
Monochromatic Colors of #90130F
Black with #90130F
Text Example
Text Example
White with #90130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90130F; }
p { color: rgb(144,19,15); }
H1.HeaderClassName
{
color: #90130F;
}
.AnyTagClassName
{
color: #90130F;
}
</style>
background-color css
<style>
a { background-color: #90130F; }
a { background-color: rgb(144,19,15); }
div.DivClassName
{
background-color: #90130F;
}
.BgClassName
{
background-color: #90130F;
}
</style>
border-color css
<style>
span { border-color: #90130F; }
span { border-color: rgb(144,19,15); }
td.TdClassName
{
border-color: #90130F;
}
.TagClassName
{
border-color: #90130F;
}
</style>