Shades of Falu Red #922000
Tints of Falu Red #922000
RGB
CMYK
RGB Variations
Color information
#922000 (or 0x922000) is known color: Falu Red. HEX triplet: 92, 20 and 00. RGB value is (146,32,0). Sum of RGB (Red+Green+Blue) = 146+32+0=178 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.02% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 146 - color contains mainly: red. Hex color #922000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922000 is #6DDFFF. Grayscale: #3E3E3E. Windows color (decimal): -7200768 or 8338. OLE color: 8338.
HSL color Cylindrical-coordinate representation of color #922000: hue angle of 13.15º 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 #922000 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 32 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.43 |
| HSL | 13.15º | 1% | 0.29% | - |
| HSV(B) | 13.15º | 1% | 0.57% | - |
| XYZ | 12.37 | 7.14 | 0.73 | - |
| YUV | 62.44 | 92.77 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 0 | 0 | 0.78 | 1 | 0.43 | 13.15 | 1 | 0.29 |
| Hex | 92 | 20 | 0 | 0 | 4E | 64 | 2B | D | 64 | 1D |
| Octal | 222 | 40 | 0 | 0 | 116 | 144 | 53 | 15 | 144 | 35 |
| Binary | 10010010 | 100000 | 0 | 0 | 1001110 | 1100100 | 101011 | 1101 | 1100100 | 11101 |
Color Harmonies of #922000
Complementary color
Monochromatic Colors of #922000
Black with #922000
Text Example
Text Example
White with #922000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922000; }
p { color: rgb(146,32,0); }
H1.HeaderClassName
{
color: #922000;
}
.AnyTagClassName
{
color: #922000;
}
</style>
background-color css
<style>
a { background-color: #922000; }
a { background-color: rgb(146,32,0); }
div.DivClassName
{
background-color: #922000;
}
.BgClassName
{
background-color: #922000;
}
</style>
border-color css
<style>
span { border-color: #922000; }
span { border-color: rgb(146,32,0); }
td.TdClassName
{
border-color: #922000;
}
.TagClassName
{
border-color: #922000;
}
</style>