Shades of Falu Red #992400
Tints of Falu Red #992400
RGB
CMYK
RGB Variations
Color information
#992400 (or 0x992400) is known color: Falu Red. HEX triplet: 99, 24 and 00. RGB value is (153,36,0). Sum of RGB (Red+Green+Blue) = 153+36+0=189 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.95% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 153 - color contains mainly: red. Hex color #992400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992400 is #66DBFF. Grayscale: #434343. Windows color (decimal): -6740992 or 9369. OLE color: 9369.
HSL color Cylindrical-coordinate representation of color #992400: hue angle of 14.12º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #992400 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 36 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.4 |
| HSL | 14.12º | 1% | 0.3% | - |
| HSV(B) | 14.12º | 1% | 0.6% | - |
| XYZ | 13.77 | 8.03 | 0.83 | - |
| YUV | 66.88 | 90.26 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 36 | 0 | 0 | 0.76 | 1 | 0.4 | 14.12 | 1 | 0.3 |
| Hex | 99 | 24 | 0 | 0 | 4C | 64 | 28 | E | 64 | 1E |
| Octal | 231 | 44 | 0 | 0 | 114 | 144 | 50 | 16 | 144 | 36 |
| Binary | 10011001 | 100100 | 0 | 0 | 1001100 | 1100100 | 101000 | 1110 | 1100100 | 11110 |
Color Harmonies of #992400
Complementary color
Monochromatic Colors of #992400
Black with #992400
Text Example
Text Example
White with #992400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992400; }
p { color: rgb(153,36,0); }
H1.HeaderClassName
{
color: #992400;
}
.AnyTagClassName
{
color: #992400;
}
</style>
background-color css
<style>
a { background-color: #992400; }
a { background-color: rgb(153,36,0); }
div.DivClassName
{
background-color: #992400;
}
.BgClassName
{
background-color: #992400;
}
</style>
border-color css
<style>
span { border-color: #992400; }
span { border-color: rgb(153,36,0); }
td.TdClassName
{
border-color: #992400;
}
.TagClassName
{
border-color: #992400;
}
</style>