Shades of Falu Red #922206
Tints of Falu Red #922206
RGB
CMYK
RGB Variations
Color information
#922206 (or 0x922206) is known color: Falu Red. HEX triplet: 92, 22 and 06. RGB value is (146,34,6). Sum of RGB (Red+Green+Blue) = 146+34+6=186 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.49% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 146 - color contains mainly: red. Hex color #922206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922206 is #6DDDF9. Grayscale: #404040. Windows color (decimal): -7200250 or 402066. OLE color: 402066.
HSL color Cylindrical-coordinate representation of color #922206: hue angle of 12º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #922206 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 34 | 6 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.43 |
| HSL | 12º | 0.92% | 0.3% | - |
| HSV(B) | 12º | 0.96% | 0.57% | - |
| XYZ | 12.46 | 7.27 | 0.92 | - |
| YUV | 64.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 34 | 6 | 0 | 0.77 | 0.96 | 0.43 | 12 | 0.92 | 0.3 |
| Hex | 92 | 22 | 6 | 0 | 4D | 60 | 2B | C | 5C | 1E |
| Octal | 222 | 42 | 6 | 0 | 115 | 140 | 53 | 14 | 134 | 36 |
| Binary | 10010010 | 100010 | 110 | 0 | 1001101 | 1100000 | 101011 | 1100 | 1011100 | 11110 |
Color Harmonies of #922206
Complementary color
Monochromatic Colors of #922206
Black with #922206
Text Example
Text Example
White with #922206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922206; }
p { color: rgb(146,34,6); }
H1.HeaderClassName
{
color: #922206;
}
.AnyTagClassName
{
color: #922206;
}
</style>
background-color css
<style>
a { background-color: #922206; }
a { background-color: rgb(146,34,6); }
div.DivClassName
{
background-color: #922206;
}
.BgClassName
{
background-color: #922206;
}
</style>
border-color css
<style>
span { border-color: #922206; }
span { border-color: rgb(146,34,6); }
td.TdClassName
{
border-color: #922206;
}
.TagClassName
{
border-color: #922206;
}
</style>