Shades of Falu Red #901D0E
Tints of Falu Red #901D0E
RGB
CMYK
RGB Variations
Color information
#901D0E (or 0x901D0E) is known color: Falu Red. HEX triplet: 90, 1D and 0E. RGB value is (144,29,14). Sum of RGB (Red+Green+Blue) = 144+29+14=187 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.01% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 144 - color contains mainly: red. Hex color #901D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901D0E is #6FE2F1. Grayscale: #3D3D3D. Windows color (decimal): -7332594 or 925072. OLE color: 925072.
HSL color Cylindrical-coordinate representation of color #901D0E: hue angle of 6.92º 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 #901D0E is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 29 | 14 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.44 |
| HSL | 6.92º | 0.82% | 0.31% | - |
| HSV(B) | 6.92º | 0.9% | 0.56% | - |
| XYZ | 12.02 | 6.84 | 1.1 | - |
| YUV | 61.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 14 | 0 | 0.80 | 0.90 | 0.44 | 6.92 | 0.82 | 0.31 |
| Hex | 90 | 1D | E | 0 | 50 | 5A | 2C | 7 | 52 | 1F |
| Octal | 220 | 35 | 16 | 0 | 120 | 132 | 54 | 7 | 122 | 37 |
| Binary | 10010000 | 11101 | 1110 | 0 | 1010000 | 1011010 | 101100 | 111 | 1010010 | 11111 |
Color Harmonies of #901D0E
Complementary color
Monochromatic Colors of #901D0E
Black with #901D0E
Text Example
Text Example
White with #901D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901D0E; }
p { color: rgb(144,29,14); }
H1.HeaderClassName
{
color: #901D0E;
}
.AnyTagClassName
{
color: #901D0E;
}
</style>
background-color css
<style>
a { background-color: #901D0E; }
a { background-color: rgb(144,29,14); }
div.DivClassName
{
background-color: #901D0E;
}
.BgClassName
{
background-color: #901D0E;
}
</style>
border-color css
<style>
span { border-color: #901D0E; }
span { border-color: rgb(144,29,14); }
td.TdClassName
{
border-color: #901D0E;
}
.TagClassName
{
border-color: #901D0E;
}
</style>