Shades of Falu Red #902508
Tints of Falu Red #902508
RGB
CMYK
RGB Variations
Color information
#902508 (or 0x902508) is known color: Falu Red. HEX triplet: 90, 25 and 08. RGB value is (144,37,8). Sum of RGB (Red+Green+Blue) = 144+37+8=189 (25% of max value = 765). Red value is 144 (56.64% from 255 or 76.19% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 144 - color contains mainly: red. Hex color #902508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902508 is #6FDAF7. Grayscale: #414141. Windows color (decimal): -7330552 or 533904. OLE color: 533904.
HSL color Cylindrical-coordinate representation of color #902508: hue angle of 12.79º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #902508 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 37 | 8 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.44 |
| HSL | 12.79º | 0.89% | 0.3% | - |
| HSV(B) | 12.79º | 0.94% | 0.56% | - |
| XYZ | 12.21 | 7.27 | 0.99 | - |
| YUV | 65.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 37 | 8 | 0 | 0.74 | 0.94 | 0.44 | 12.79 | 0.89 | 0.3 |
| Hex | 90 | 25 | 8 | 0 | 4A | 5E | 2C | D | 59 | 1E |
| Octal | 220 | 45 | 10 | 0 | 112 | 136 | 54 | 15 | 131 | 36 |
| Binary | 10010000 | 100101 | 1000 | 0 | 1001010 | 1011110 | 101100 | 1101 | 1011001 | 11110 |
Color Harmonies of #902508
Complementary color
Monochromatic Colors of #902508
Black with #902508
Text Example
Text Example
White with #902508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902508; }
p { color: rgb(144,37,8); }
H1.HeaderClassName
{
color: #902508;
}
.AnyTagClassName
{
color: #902508;
}
</style>
background-color css
<style>
a { background-color: #902508; }
a { background-color: rgb(144,37,8); }
div.DivClassName
{
background-color: #902508;
}
.BgClassName
{
background-color: #902508;
}
</style>
border-color css
<style>
span { border-color: #902508; }
span { border-color: rgb(144,37,8); }
td.TdClassName
{
border-color: #902508;
}
.TagClassName
{
border-color: #902508;
}
</style>