Shades of Falu Red #901C0F
Tints of Falu Red #901C0F
RGB
CMYK
RGB Variations
Color information
#901C0F (or 0x901C0F) is known color: Falu Red. HEX triplet: 90, 1C and 0F. RGB value is (144,28,15). Sum of RGB (Red+Green+Blue) = 144+28+15=187 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.01% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 144 - color contains mainly: red. Hex color #901C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901C0F is #6FE3F0. Grayscale: #3D3D3D. Windows color (decimal): -7332849 or 990352. OLE color: 990352.
HSL color Cylindrical-coordinate representation of color #901C0F: hue angle of 6.05º 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 #901C0F is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 15 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.44 |
| HSL | 6.05º | 0.81% | 0.31% | - |
| HSV(B) | 6.05º | 0.9% | 0.56% | - |
| XYZ | 12 | 6.79 | 1.13 | - |
| YUV | 61.2 | 101.93 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 15 | 0 | 0.81 | 0.90 | 0.44 | 6.05 | 0.81 | 0.31 |
| Hex | 90 | 1C | F | 0 | 51 | 5A | 2C | 6 | 51 | 1F |
| Octal | 220 | 34 | 17 | 0 | 121 | 132 | 54 | 6 | 121 | 37 |
| Binary | 10010000 | 11100 | 1111 | 0 | 1010001 | 1011010 | 101100 | 110 | 1010001 | 11111 |
Color Harmonies of #901C0F
Complementary color
Monochromatic Colors of #901C0F
Black with #901C0F
Text Example
Text Example
White with #901C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C0F; }
p { color: rgb(144,28,15); }
H1.HeaderClassName
{
color: #901C0F;
}
.AnyTagClassName
{
color: #901C0F;
}
</style>
background-color css
<style>
a { background-color: #901C0F; }
a { background-color: rgb(144,28,15); }
div.DivClassName
{
background-color: #901C0F;
}
.BgClassName
{
background-color: #901C0F;
}
</style>
border-color css
<style>
span { border-color: #901C0F; }
span { border-color: rgb(144,28,15); }
td.TdClassName
{
border-color: #901C0F;
}
.TagClassName
{
border-color: #901C0F;
}
</style>