Shades of Falu Red #902301
Tints of Falu Red #902301
RGB
CMYK
RGB Variations
Color information
#902301 (or 0x902301) is known color: Falu Red. HEX triplet: 90, 23 and 01. RGB value is (144,35,1). Sum of RGB (Red+Green+Blue) = 144+35+1=180 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 144 - color contains mainly: red. Hex color #902301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902301 is #6FDCFE. Grayscale: #3F3F3F. Windows color (decimal): -7331071 or 74640. OLE color: 74640.
HSL color Cylindrical-coordinate representation of color #902301: hue angle of 14.27º 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 #902301 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 35 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.44 |
| HSL | 14.27º | 0.99% | 0.28% | - |
| HSV(B) | 14.27º | 0.99% | 0.56% | - |
| XYZ | 12.11 | 7.13 | 0.77 | - |
| YUV | 63.72 | 92.61 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 35 | 1 | 0 | 0.76 | 0.99 | 0.44 | 14.27 | 0.99 | 0.28 |
| Hex | 90 | 23 | 1 | 0 | 4C | 63 | 2C | E | 63 | 1C |
| Octal | 220 | 43 | 1 | 0 | 114 | 143 | 54 | 16 | 143 | 34 |
| Binary | 10010000 | 100011 | 1 | 0 | 1001100 | 1100011 | 101100 | 1110 | 1100011 | 11100 |
Color Harmonies of #902301
Complementary color
Monochromatic Colors of #902301
Black with #902301
Text Example
Text Example
White with #902301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902301; }
p { color: rgb(144,35,1); }
H1.HeaderClassName
{
color: #902301;
}
.AnyTagClassName
{
color: #902301;
}
</style>
background-color css
<style>
a { background-color: #902301; }
a { background-color: rgb(144,35,1); }
div.DivClassName
{
background-color: #902301;
}
.BgClassName
{
background-color: #902301;
}
</style>
border-color css
<style>
span { border-color: #902301; }
span { border-color: rgb(144,35,1); }
td.TdClassName
{
border-color: #902301;
}
.TagClassName
{
border-color: #902301;
}
</style>