Shades of Falu Red #902101
Tints of Falu Red #902101
RGB
CMYK
RGB Variations
Color information
#902101 (or 0x902101) is known color: Falu Red. HEX triplet: 90, 21 and 01. RGB value is (144,33,1). Sum of RGB (Red+Green+Blue) = 144+33+1=178 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.90% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 144 - color contains mainly: red. Hex color #902101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902101 is #6FDEFE. Grayscale: #3E3E3E. Windows color (decimal): -7331583 or 74128. OLE color: 74128.
HSL color Cylindrical-coordinate representation of color #902101: hue angle of 13.43º 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 #902101 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 33 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.44 |
| HSL | 13.43º | 0.99% | 0.28% | - |
| HSV(B) | 13.43º | 0.99% | 0.56% | - |
| XYZ | 12.05 | 7.02 | 0.75 | - |
| YUV | 62.54 | 93.27 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 33 | 1 | 0 | 0.77 | 0.99 | 0.44 | 13.43 | 0.99 | 0.28 |
| Hex | 90 | 21 | 1 | 0 | 4D | 63 | 2C | D | 63 | 1C |
| Octal | 220 | 41 | 1 | 0 | 115 | 143 | 54 | 15 | 143 | 34 |
| Binary | 10010000 | 100001 | 1 | 0 | 1001101 | 1100011 | 101100 | 1101 | 1100011 | 11100 |
Color Harmonies of #902101
Complementary color
Monochromatic Colors of #902101
Black with #902101
Text Example
Text Example
White with #902101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902101; }
p { color: rgb(144,33,1); }
H1.HeaderClassName
{
color: #902101;
}
.AnyTagClassName
{
color: #902101;
}
</style>
background-color css
<style>
a { background-color: #902101; }
a { background-color: rgb(144,33,1); }
div.DivClassName
{
background-color: #902101;
}
.BgClassName
{
background-color: #902101;
}
</style>
border-color css
<style>
span { border-color: #902101; }
span { border-color: rgb(144,33,1); }
td.TdClassName
{
border-color: #902101;
}
.TagClassName
{
border-color: #902101;
}
</style>