Shades of Falu Red #92200C
Tints of Falu Red #92200C
RGB
CMYK
RGB Variations
Color information
#92200C (or 0x92200C) is known color: Falu Red. HEX triplet: 92, 20 and 0C. RGB value is (146,32,12). Sum of RGB (Red+Green+Blue) = 146+32+12=190 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.84% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 146 - color contains mainly: red. Hex color #92200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92200C is #6DDFF3. Grayscale: #3F3F3F. Windows color (decimal): -7200756 or 794770. OLE color: 794770.
HSL color Cylindrical-coordinate representation of color #92200C: hue angle of 8.96º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92200C is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 32 | 12 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.43 |
| HSL | 8.96º | 0.85% | 0.31% | - |
| HSV(B) | 8.96º | 0.92% | 0.57% | - |
| XYZ | 12.44 | 7.17 | 1.08 | - |
| YUV | 63.81 | 98.77 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 12 | 0 | 0.78 | 0.92 | 0.43 | 8.96 | 0.85 | 0.31 |
| Hex | 92 | 20 | C | 0 | 4E | 5C | 2B | 9 | 55 | 1F |
| Octal | 222 | 40 | 14 | 0 | 116 | 134 | 53 | 11 | 125 | 37 |
| Binary | 10010010 | 100000 | 1100 | 0 | 1001110 | 1011100 | 101011 | 1001 | 1010101 | 11111 |
Color Harmonies of #92200C
Complementary color
Monochromatic Colors of #92200C
Black with #92200C
Text Example
Text Example
White with #92200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92200C; }
p { color: rgb(146,32,12); }
H1.HeaderClassName
{
color: #92200C;
}
.AnyTagClassName
{
color: #92200C;
}
</style>
background-color css
<style>
a { background-color: #92200C; }
a { background-color: rgb(146,32,12); }
div.DivClassName
{
background-color: #92200C;
}
.BgClassName
{
background-color: #92200C;
}
</style>
border-color css
<style>
span { border-color: #92200C; }
span { border-color: rgb(146,32,12); }
td.TdClassName
{
border-color: #92200C;
}
.TagClassName
{
border-color: #92200C;
}
</style>