Shades of Falu Red #992100
Tints of Falu Red #992100
RGB
CMYK
RGB Variations
Color information
#992100 (or 0x992100) is known color: Falu Red. HEX triplet: 99, 21 and 00. RGB value is (153,33,0). Sum of RGB (Red+Green+Blue) = 153+33+0=186 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.26% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 153 - color contains mainly: red. Hex color #992100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992100 is #66DEFF. Grayscale: #414141. Windows color (decimal): -6741760 or 8601. OLE color: 8601.
HSL color Cylindrical-coordinate representation of color #992100: hue angle of 12.94º 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 #992100 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.4 |
| HSL | 12.94º | 1% | 0.3% | - |
| HSV(B) | 12.94º | 1% | 0.6% | - |
| XYZ | 13.68 | 7.86 | 0.8 | - |
| YUV | 65.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 0 | 0 | 0.78 | 1 | 0.4 | 12.94 | 1 | 0.3 |
| Hex | 99 | 21 | 0 | 0 | 4E | 64 | 28 | D | 64 | 1E |
| Octal | 231 | 41 | 0 | 0 | 116 | 144 | 50 | 15 | 144 | 36 |
| Binary | 10011001 | 100001 | 0 | 0 | 1001110 | 1100100 | 101000 | 1101 | 1100100 | 11110 |
Color Harmonies of #992100
Complementary color
Monochromatic Colors of #992100
Black with #992100
Text Example
Text Example
White with #992100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992100; }
p { color: rgb(153,33,0); }
H1.HeaderClassName
{
color: #992100;
}
.AnyTagClassName
{
color: #992100;
}
</style>
background-color css
<style>
a { background-color: #992100; }
a { background-color: rgb(153,33,0); }
div.DivClassName
{
background-color: #992100;
}
.BgClassName
{
background-color: #992100;
}
</style>
border-color css
<style>
span { border-color: #992100; }
span { border-color: rgb(153,33,0); }
td.TdClassName
{
border-color: #992100;
}
.TagClassName
{
border-color: #992100;
}
</style>