Shades of Falu Red #902103
Tints of Falu Red #902103
RGB
CMYK
RGB Variations
Color information
#902103 (or 0x902103) is known color: Falu Red. HEX triplet: 90, 21 and 03. RGB value is (144,33,3). Sum of RGB (Red+Green+Blue) = 144+33+3=180 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 144 - color contains mainly: red. Hex color #902103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902103 is #6FDEFC. Grayscale: #3E3E3E. Windows color (decimal): -7331581 or 205200. OLE color: 205200.
HSL color Cylindrical-coordinate representation of color #902103: hue angle of 12.77º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #902103 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 33 | 3 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.44 |
| HSL | 12.77º | 0.96% | 0.29% | - |
| HSV(B) | 12.77º | 0.98% | 0.56% | - |
| XYZ | 12.06 | 7.02 | 0.81 | - |
| YUV | 62.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 33 | 3 | 0 | 0.77 | 0.98 | 0.44 | 12.77 | 0.96 | 0.29 |
| Hex | 90 | 21 | 3 | 0 | 4D | 62 | 2C | D | 60 | 1D |
| Octal | 220 | 41 | 3 | 0 | 115 | 142 | 54 | 15 | 140 | 35 |
| Binary | 10010000 | 100001 | 11 | 0 | 1001101 | 1100010 | 101100 | 1101 | 1100000 | 11101 |
Color Harmonies of #902103
Complementary color
Monochromatic Colors of #902103
Black with #902103
Text Example
Text Example
White with #902103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902103; }
p { color: rgb(144,33,3); }
H1.HeaderClassName
{
color: #902103;
}
.AnyTagClassName
{
color: #902103;
}
</style>
background-color css
<style>
a { background-color: #902103; }
a { background-color: rgb(144,33,3); }
div.DivClassName
{
background-color: #902103;
}
.BgClassName
{
background-color: #902103;
}
</style>
border-color css
<style>
span { border-color: #902103; }
span { border-color: rgb(144,33,3); }
td.TdClassName
{
border-color: #902103;
}
.TagClassName
{
border-color: #902103;
}
</style>