Shades of Falu Red #921512
Tints of Falu Red #921512
RGB
CMYK
RGB Variations
Color information
#921512 (or 0x921512) is known color: Falu Red. HEX triplet: 92, 15 and 12. RGB value is (146,21,18). Sum of RGB (Red+Green+Blue) = 146+21+18=185 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.92% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 146 - color contains mainly: red. Hex color #921512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921512 is #6DEAED. Grayscale: #3A3A3A. Windows color (decimal): -7203566 or 1185170. OLE color: 1185170.
HSL color Cylindrical-coordinate representation of color #921512: hue angle of 1.41º degrees, saturation: 0.78, 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 #921512 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 21 | 18 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.43 |
| HSL | 1.41º | 0.78% | 0.32% | - |
| HSV(B) | 1.41º | 0.88% | 0.57% | - |
| XYZ | 12.23 | 6.69 | 1.22 | - |
| YUV | 58.03 | 105.41 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 18 | 0 | 0.86 | 0.88 | 0.43 | 1.41 | 0.78 | 0.32 |
| Hex | 92 | 15 | 12 | 0 | 56 | 58 | 2B | 1 | 4E | 20 |
| Octal | 222 | 25 | 22 | 0 | 126 | 130 | 53 | 1 | 116 | 40 |
| Binary | 10010010 | 10101 | 10010 | 0 | 1010110 | 1011000 | 101011 | 1 | 1001110 | 100000 |
Color Harmonies of #921512
Complementary color
Monochromatic Colors of #921512
Black with #921512
Text Example
Text Example
White with #921512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921512; }
p { color: rgb(146,21,18); }
H1.HeaderClassName
{
color: #921512;
}
.AnyTagClassName
{
color: #921512;
}
</style>
background-color css
<style>
a { background-color: #921512; }
a { background-color: rgb(146,21,18); }
div.DivClassName
{
background-color: #921512;
}
.BgClassName
{
background-color: #921512;
}
</style>
border-color css
<style>
span { border-color: #921512; }
span { border-color: rgb(146,21,18); }
td.TdClassName
{
border-color: #921512;
}
.TagClassName
{
border-color: #921512;
}
</style>