Shades of Falu Red #922100
Tints of Falu Red #922100
RGB
CMYK
RGB Variations
Color information
#922100 (or 0x922100) is known color: Falu Red. HEX triplet: 92, 21 and 00. RGB value is (146,33,0). Sum of RGB (Red+Green+Blue) = 146+33+0=179 (23% of max value = 765). Red value is 146 (57.42% from 255 or 81.56% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 146 - color contains mainly: red. Hex color #922100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922100 is #6DDEFF. Grayscale: #3F3F3F. Windows color (decimal): -7200512 or 8594. OLE color: 8594.
HSL color Cylindrical-coordinate representation of color #922100: hue angle of 13.56º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #922100 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 33 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.43 |
| HSL | 13.56º | 1% | 0.29% | - |
| HSV(B) | 13.56º | 1% | 0.57% | - |
| XYZ | 12.4 | 7.2 | 0.74 | - |
| YUV | 63.03 | 92.44 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 0 | 0 | 0.77 | 1 | 0.43 | 13.56 | 1 | 0.29 |
| Hex | 92 | 21 | 0 | 0 | 4D | 64 | 2B | E | 64 | 1D |
| Octal | 222 | 41 | 0 | 0 | 115 | 144 | 53 | 16 | 144 | 35 |
| Binary | 10010010 | 100001 | 0 | 0 | 1001101 | 1100100 | 101011 | 1110 | 1100100 | 11101 |
Color Harmonies of #922100
Complementary color
Monochromatic Colors of #922100
Black with #922100
Text Example
Text Example
White with #922100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922100; }
p { color: rgb(146,33,0); }
H1.HeaderClassName
{
color: #922100;
}
.AnyTagClassName
{
color: #922100;
}
</style>
background-color css
<style>
a { background-color: #922100; }
a { background-color: rgb(146,33,0); }
div.DivClassName
{
background-color: #922100;
}
.BgClassName
{
background-color: #922100;
}
</style>
border-color css
<style>
span { border-color: #922100; }
span { border-color: rgb(146,33,0); }
td.TdClassName
{
border-color: #922100;
}
.TagClassName
{
border-color: #922100;
}
</style>