Shades of Falu Red #902501
Tints of Falu Red #902501
RGB
CMYK
RGB Variations
Color information
#902501 (or 0x902501) is known color: Falu Red. HEX triplet: 90, 25 and 01. RGB value is (144,37,1). Sum of RGB (Red+Green+Blue) = 144+37+1=182 (24% of max value = 765). Red value is 144 (56.64% from 255 or 79.12% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 144 - color contains mainly: red. Hex color #902501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902501 is #6FDAFE. Grayscale: #414141. Windows color (decimal): -7330559 or 75152. OLE color: 75152.
HSL color Cylindrical-coordinate representation of color #902501: hue angle of 15.1º 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 #902501 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 37 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.44 |
| HSL | 15.1º | 0.99% | 0.28% | - |
| HSV(B) | 15.1º | 0.99% | 0.56% | - |
| XYZ | 12.17 | 7.25 | 0.79 | - |
| YUV | 64.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 37 | 1 | 0 | 0.74 | 0.99 | 0.44 | 15.1 | 0.99 | 0.28 |
| Hex | 90 | 25 | 1 | 0 | 4A | 63 | 2C | F | 63 | 1C |
| Octal | 220 | 45 | 1 | 0 | 112 | 143 | 54 | 17 | 143 | 34 |
| Binary | 10010000 | 100101 | 1 | 0 | 1001010 | 1100011 | 101100 | 1111 | 1100011 | 11100 |
Color Harmonies of #902501
Complementary color
Monochromatic Colors of #902501
Black with #902501
Text Example
Text Example
White with #902501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902501; }
p { color: rgb(144,37,1); }
H1.HeaderClassName
{
color: #902501;
}
.AnyTagClassName
{
color: #902501;
}
</style>
background-color css
<style>
a { background-color: #902501; }
a { background-color: rgb(144,37,1); }
div.DivClassName
{
background-color: #902501;
}
.BgClassName
{
background-color: #902501;
}
</style>
border-color css
<style>
span { border-color: #902501; }
span { border-color: rgb(144,37,1); }
td.TdClassName
{
border-color: #902501;
}
.TagClassName
{
border-color: #902501;
}
</style>