Shades of Falu Red #902002
Tints of Falu Red #902002
RGB
CMYK
RGB Variations
Color information
#902002 (or 0x902002) is known color: Falu Red. HEX triplet: 90, 20 and 02. RGB value is (144,32,2). Sum of RGB (Red+Green+Blue) = 144+32+2=178 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.90% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 144 - color contains mainly: red. Hex color #902002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902002 is #6FDFFD. Grayscale: #3E3E3E. Windows color (decimal): -7331838 or 139408. OLE color: 139408.
HSL color Cylindrical-coordinate representation of color #902002: hue angle of 12.68º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #902002 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 32 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.44 |
| HSL | 12.68º | 0.97% | 0.29% | - |
| HSV(B) | 12.68º | 0.99% | 0.56% | - |
| XYZ | 12.03 | 6.97 | 0.77 | - |
| YUV | 62.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 2 | 0 | 0.78 | 0.99 | 0.44 | 12.68 | 0.97 | 0.29 |
| Hex | 90 | 20 | 2 | 0 | 4E | 63 | 2C | D | 61 | 1D |
| Octal | 220 | 40 | 2 | 0 | 116 | 143 | 54 | 15 | 141 | 35 |
| Binary | 10010000 | 100000 | 10 | 0 | 1001110 | 1100011 | 101100 | 1101 | 1100001 | 11101 |
Color Harmonies of #902002
Complementary color
Monochromatic Colors of #902002
Black with #902002
Text Example
Text Example
White with #902002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902002; }
p { color: rgb(144,32,2); }
H1.HeaderClassName
{
color: #902002;
}
.AnyTagClassName
{
color: #902002;
}
</style>
background-color css
<style>
a { background-color: #902002; }
a { background-color: rgb(144,32,2); }
div.DivClassName
{
background-color: #902002;
}
.BgClassName
{
background-color: #902002;
}
</style>
border-color css
<style>
span { border-color: #902002; }
span { border-color: rgb(144,32,2); }
td.TdClassName
{
border-color: #902002;
}
.TagClassName
{
border-color: #902002;
}
</style>