Shades of Falu Red #921211
Tints of Falu Red #921211
RGB
CMYK
RGB Variations
Color information
#921211 (or 0x921211) is known color: Falu Red. HEX triplet: 92, 12 and 11. RGB value is (146,18,17). Sum of RGB (Red+Green+Blue) = 146+18+17=181 (23% of max value = 765). Red value is 146 (57.42% from 255 or 80.66% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 146 - color contains mainly: red. Hex color #921211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921211 is #6DEDEE. Grayscale: #383838. Windows color (decimal): -7204335 or 1118866. OLE color: 1118866.
HSL color Cylindrical-coordinate representation of color #921211: hue angle of 0.47º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921211 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 18 | 17 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.43 |
| HSL | 0.47º | 0.79% | 0.32% | - |
| HSV(B) | 0.47º | 0.88% | 0.57% | - |
| XYZ | 12.17 | 6.58 | 1.16 | - |
| YUV | 56.16 | 105.91 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 17 | 0 | 0.88 | 0.88 | 0.43 | 0.47 | 0.79 | 0.32 |
| Hex | 92 | 12 | 11 | 0 | 58 | 58 | 2B | 0 | 4F | 20 |
| Octal | 222 | 22 | 21 | 0 | 130 | 130 | 53 | 0 | 117 | 40 |
| Binary | 10010010 | 10010 | 10001 | 0 | 1011000 | 1011000 | 101011 | 0 | 1001111 | 100000 |
Color Harmonies of #921211
Complementary color
Monochromatic Colors of #921211
Black with #921211
Text Example
Text Example
White with #921211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921211; }
p { color: rgb(146,18,17); }
H1.HeaderClassName
{
color: #921211;
}
.AnyTagClassName
{
color: #921211;
}
</style>
background-color css
<style>
a { background-color: #921211; }
a { background-color: rgb(146,18,17); }
div.DivClassName
{
background-color: #921211;
}
.BgClassName
{
background-color: #921211;
}
</style>
border-color css
<style>
span { border-color: #921211; }
span { border-color: rgb(146,18,17); }
td.TdClassName
{
border-color: #921211;
}
.TagClassName
{
border-color: #921211;
}
</style>