Shades of Falu Red #901C0E
Tints of Falu Red #901C0E
RGB
CMYK
RGB Variations
Color information
#901C0E (or 0x901C0E) is known color: Falu Red. HEX triplet: 90, 1C and 0E. RGB value is (144,28,14). Sum of RGB (Red+Green+Blue) = 144+28+14=186 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.42% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 144 - color contains mainly: red. Hex color #901C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901C0E is #6FE3F1. Grayscale: #3D3D3D. Windows color (decimal): -7332850 or 924816. OLE color: 924816.
HSL color Cylindrical-coordinate representation of color #901C0E: hue angle of 6.46º 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 #901C0E is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 14 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.44 |
| HSL | 6.46º | 0.82% | 0.31% | - |
| HSV(B) | 6.46º | 0.9% | 0.56% | - |
| XYZ | 12 | 6.79 | 1.09 | - |
| YUV | 61.09 | 101.43 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 14 | 0 | 0.81 | 0.90 | 0.44 | 6.46 | 0.82 | 0.31 |
| Hex | 90 | 1C | E | 0 | 51 | 5A | 2C | 6 | 52 | 1F |
| Octal | 220 | 34 | 16 | 0 | 121 | 132 | 54 | 6 | 122 | 37 |
| Binary | 10010000 | 11100 | 1110 | 0 | 1010001 | 1011010 | 101100 | 110 | 1010010 | 11111 |
Color Harmonies of #901C0E
Complementary color
Monochromatic Colors of #901C0E
Black with #901C0E
Text Example
Text Example
White with #901C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C0E; }
p { color: rgb(144,28,14); }
H1.HeaderClassName
{
color: #901C0E;
}
.AnyTagClassName
{
color: #901C0E;
}
</style>
background-color css
<style>
a { background-color: #901C0E; }
a { background-color: rgb(144,28,14); }
div.DivClassName
{
background-color: #901C0E;
}
.BgClassName
{
background-color: #901C0E;
}
</style>
border-color css
<style>
span { border-color: #901C0E; }
span { border-color: rgb(144,28,14); }
td.TdClassName
{
border-color: #901C0E;
}
.TagClassName
{
border-color: #901C0E;
}
</style>