Shades of Falu Red #912400
Tints of Falu Red #912400
RGB
CMYK
RGB Variations
Color information
#912400 (or 0x912400) is known color: Falu Red. HEX triplet: 91, 24 and 00. RGB value is (145,36,0). Sum of RGB (Red+Green+Blue) = 145+36+0=181 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.11% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 145 - color contains mainly: red. Hex color #912400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912400 is #6EDBFF. Grayscale: #404040. Windows color (decimal): -7265280 or 9361. OLE color: 9361.
HSL color Cylindrical-coordinate representation of color #912400: hue angle of 14.9º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #912400 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 36 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.43 |
| HSL | 14.9º | 1% | 0.28% | - |
| HSV(B) | 14.9º | 1% | 0.57% | - |
| XYZ | 12.31 | 7.28 | 0.76 | - |
| YUV | 64.49 | 91.61 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 36 | 0 | 0 | 0.75 | 1 | 0.43 | 14.9 | 1 | 0.28 |
| Hex | 91 | 24 | 0 | 0 | 4B | 64 | 2B | F | 64 | 1C |
| Octal | 221 | 44 | 0 | 0 | 113 | 144 | 53 | 17 | 144 | 34 |
| Binary | 10010001 | 100100 | 0 | 0 | 1001011 | 1100100 | 101011 | 1111 | 1100100 | 11100 |
Color Harmonies of #912400
Complementary color
Monochromatic Colors of #912400
Black with #912400
Text Example
Text Example
White with #912400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912400; }
p { color: rgb(145,36,0); }
H1.HeaderClassName
{
color: #912400;
}
.AnyTagClassName
{
color: #912400;
}
</style>
background-color css
<style>
a { background-color: #912400; }
a { background-color: rgb(145,36,0); }
div.DivClassName
{
background-color: #912400;
}
.BgClassName
{
background-color: #912400;
}
</style>
border-color css
<style>
span { border-color: #912400; }
span { border-color: rgb(145,36,0); }
td.TdClassName
{
border-color: #912400;
}
.TagClassName
{
border-color: #912400;
}
</style>