Shades of Falu Red #921C10
Tints of Falu Red #921C10
RGB
CMYK
RGB Variations
Color information
#921C10 (or 0x921C10) is known color: Falu Red. HEX triplet: 92, 1C and 10. RGB value is (146,28,16). Sum of RGB (Red+Green+Blue) = 146+28+16=190 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.84% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 146 - color contains mainly: red. Hex color #921C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921C10 is #6DE3EF. Grayscale: #3E3E3E. Windows color (decimal): -7201776 or 1055890. OLE color: 1055890.
HSL color Cylindrical-coordinate representation of color #921C10: hue angle of 5.54º 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 #921C10 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 28 | 16 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.43 |
| HSL | 5.54º | 0.8% | 0.32% | - |
| HSV(B) | 5.54º | 0.89% | 0.57% | - |
| XYZ | 12.36 | 6.98 | 1.19 | - |
| YUV | 61.91 | 102.09 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 28 | 16 | 0 | 0.81 | 0.89 | 0.43 | 5.54 | 0.8 | 0.32 |
| Hex | 92 | 1C | 10 | 0 | 51 | 59 | 2B | 6 | 50 | 20 |
| Octal | 222 | 34 | 20 | 0 | 121 | 131 | 53 | 6 | 120 | 40 |
| Binary | 10010010 | 11100 | 10000 | 0 | 1010001 | 1011001 | 101011 | 110 | 1010000 | 100000 |
Color Harmonies of #921C10
Complementary color
Monochromatic Colors of #921C10
Black with #921C10
Text Example
Text Example
White with #921C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921C10; }
p { color: rgb(146,28,16); }
H1.HeaderClassName
{
color: #921C10;
}
.AnyTagClassName
{
color: #921C10;
}
</style>
background-color css
<style>
a { background-color: #921C10; }
a { background-color: rgb(146,28,16); }
div.DivClassName
{
background-color: #921C10;
}
.BgClassName
{
background-color: #921C10;
}
</style>
border-color css
<style>
span { border-color: #921C10; }
span { border-color: rgb(146,28,16); }
td.TdClassName
{
border-color: #921C10;
}
.TagClassName
{
border-color: #921C10;
}
</style>