Shades of Falu Red #901E0E
Tints of Falu Red #901E0E
RGB
CMYK
RGB Variations
Color information
#901E0E (or 0x901E0E) is known color: Falu Red. HEX triplet: 90, 1E and 0E. RGB value is (144,30,14). Sum of RGB (Red+Green+Blue) = 144+30+14=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #901E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901E0E is #6FE1F1. Grayscale: #3E3E3E. Windows color (decimal): -7332338 or 925328. OLE color: 925328.
HSL color Cylindrical-coordinate representation of color #901E0E: hue angle of 7.38º 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 #901E0E is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 30 | 14 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.44 |
| HSL | 7.38º | 0.82% | 0.31% | - |
| HSV(B) | 7.38º | 0.9% | 0.56% | - |
| XYZ | 12.05 | 6.89 | 1.11 | - |
| YUV | 62.26 | 100.77 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 30 | 14 | 0 | 0.79 | 0.90 | 0.44 | 7.38 | 0.82 | 0.31 |
| Hex | 90 | 1E | E | 0 | 4F | 5A | 2C | 7 | 52 | 1F |
| Octal | 220 | 36 | 16 | 0 | 117 | 132 | 54 | 7 | 122 | 37 |
| Binary | 10010000 | 11110 | 1110 | 0 | 1001111 | 1011010 | 101100 | 111 | 1010010 | 11111 |
Color Harmonies of #901E0E
Complementary color
Monochromatic Colors of #901E0E
Black with #901E0E
Text Example
Text Example
White with #901E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901E0E; }
p { color: rgb(144,30,14); }
H1.HeaderClassName
{
color: #901E0E;
}
.AnyTagClassName
{
color: #901E0E;
}
</style>
background-color css
<style>
a { background-color: #901E0E; }
a { background-color: rgb(144,30,14); }
div.DivClassName
{
background-color: #901E0E;
}
.BgClassName
{
background-color: #901E0E;
}
</style>
border-color css
<style>
span { border-color: #901E0E; }
span { border-color: rgb(144,30,14); }
td.TdClassName
{
border-color: #901E0E;
}
.TagClassName
{
border-color: #901E0E;
}
</style>