Shades of Falu Red #902401
Tints of Falu Red #902401
RGB
CMYK
RGB Variations
Color information
#902401 (or 0x902401) is known color: Falu Red. HEX triplet: 90, 24 and 01. RGB value is (144,36,1). Sum of RGB (Red+Green+Blue) = 144+36+1=181 (23% of max value = 765). Red value is 144 (56.64% from 255 or 79.56% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 144 - color contains mainly: red. Hex color #902401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902401 is #6FDBFE. Grayscale: #404040. Windows color (decimal): -7330815 or 74896. OLE color: 74896.
HSL color Cylindrical-coordinate representation of color #902401: hue angle of 14.69º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #902401 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.44 |
| HSL | 14.69º | 0.99% | 0.28% | - |
| HSV(B) | 14.69º | 0.99% | 0.56% | - |
| XYZ | 12.14 | 7.19 | 0.78 | - |
| YUV | 64.3 | 92.28 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 1 | 0 | 0.75 | 0.99 | 0.44 | 14.69 | 0.99 | 0.28 |
| Hex | 90 | 24 | 1 | 0 | 4B | 63 | 2C | F | 63 | 1C |
| Octal | 220 | 44 | 1 | 0 | 113 | 143 | 54 | 17 | 143 | 34 |
| Binary | 10010000 | 100100 | 1 | 0 | 1001011 | 1100011 | 101100 | 1111 | 1100011 | 11100 |
Color Harmonies of #902401
Complementary color
Monochromatic Colors of #902401
Black with #902401
Text Example
Text Example
White with #902401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902401; }
p { color: rgb(144,36,1); }
H1.HeaderClassName
{
color: #902401;
}
.AnyTagClassName
{
color: #902401;
}
</style>
background-color css
<style>
a { background-color: #902401; }
a { background-color: rgb(144,36,1); }
div.DivClassName
{
background-color: #902401;
}
.BgClassName
{
background-color: #902401;
}
</style>
border-color css
<style>
span { border-color: #902401; }
span { border-color: rgb(144,36,1); }
td.TdClassName
{
border-color: #902401;
}
.TagClassName
{
border-color: #902401;
}
</style>