Shades of Falu Red #902602
Tints of Falu Red #902602
RGB
CMYK
RGB Variations
Color information
#902602 (or 0x902602) is known color: Falu Red. HEX triplet: 90, 26 and 02. RGB value is (144,38,2). Sum of RGB (Red+Green+Blue) = 144+38+2=184 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.26% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 144 - color contains mainly: red. Hex color #902602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902602 is #6FD9FD. Grayscale: #414141. Windows color (decimal): -7330302 or 140944. OLE color: 140944.
HSL color Cylindrical-coordinate representation of color #902602: hue angle of 15.21º 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 #902602 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 38 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.44 |
| HSL | 15.21º | 0.97% | 0.29% | - |
| HSV(B) | 15.21º | 0.99% | 0.56% | - |
| XYZ | 12.21 | 7.32 | 0.83 | - |
| YUV | 65.59 | 92.12 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 38 | 2 | 0 | 0.74 | 0.99 | 0.44 | 15.21 | 0.97 | 0.29 |
| Hex | 90 | 26 | 2 | 0 | 4A | 63 | 2C | F | 61 | 1D |
| Octal | 220 | 46 | 2 | 0 | 112 | 143 | 54 | 17 | 141 | 35 |
| Binary | 10010000 | 100110 | 10 | 0 | 1001010 | 1100011 | 101100 | 1111 | 1100001 | 11101 |
Color Harmonies of #902602
Complementary color
Monochromatic Colors of #902602
Black with #902602
Text Example
Text Example
White with #902602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902602; }
p { color: rgb(144,38,2); }
H1.HeaderClassName
{
color: #902602;
}
.AnyTagClassName
{
color: #902602;
}
</style>
background-color css
<style>
a { background-color: #902602; }
a { background-color: rgb(144,38,2); }
div.DivClassName
{
background-color: #902602;
}
.BgClassName
{
background-color: #902602;
}
</style>
border-color css
<style>
span { border-color: #902602; }
span { border-color: rgb(144,38,2); }
td.TdClassName
{
border-color: #902602;
}
.TagClassName
{
border-color: #902602;
}
</style>