Shades of Falu Red #921110
Tints of Falu Red #921110
RGB
CMYK
RGB Variations
Color information
#921110 (or 0x921110) is known color: Falu Red. HEX triplet: 92, 11 and 10. RGB value is (146,17,16). Sum of RGB (Red+Green+Blue) = 146+17+16=179 (23% of max value = 765). Red value is 146 (57.42% from 255 or 81.56% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 146 - color contains mainly: red. Hex color #921110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921110 is #6DEEEF. Grayscale: #373737. Windows color (decimal): -7204592 or 1053074. OLE color: 1053074.
HSL color Cylindrical-coordinate representation of color #921110: hue angle of 0.46º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #921110 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 17 | 16 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.43 |
| HSL | 0.46º | 0.8% | 0.32% | - |
| HSV(B) | 0.46º | 0.89% | 0.57% | - |
| XYZ | 12.15 | 6.55 | 1.11 | - |
| YUV | 55.46 | 105.74 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 16 | 0 | 0.88 | 0.89 | 0.43 | 0.46 | 0.8 | 0.32 |
| Hex | 92 | 11 | 10 | 0 | 58 | 59 | 2B | 0 | 50 | 20 |
| Octal | 222 | 21 | 20 | 0 | 130 | 131 | 53 | 0 | 120 | 40 |
| Binary | 10010010 | 10001 | 10000 | 0 | 1011000 | 1011001 | 101011 | 0 | 1010000 | 100000 |
Color Harmonies of #921110
Complementary color
Monochromatic Colors of #921110
Black with #921110
Text Example
Text Example
White with #921110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921110; }
p { color: rgb(146,17,16); }
H1.HeaderClassName
{
color: #921110;
}
.AnyTagClassName
{
color: #921110;
}
</style>
background-color css
<style>
a { background-color: #921110; }
a { background-color: rgb(146,17,16); }
div.DivClassName
{
background-color: #921110;
}
.BgClassName
{
background-color: #921110;
}
</style>
border-color css
<style>
span { border-color: #921110; }
span { border-color: rgb(146,17,16); }
td.TdClassName
{
border-color: #921110;
}
.TagClassName
{
border-color: #921110;
}
</style>