Shades of Falu Red #92120F
Tints of Falu Red #92120F
RGB
CMYK
RGB Variations
Color information
#92120F (or 0x92120F) is known color: Falu Red. HEX triplet: 92, 12 and 0F. RGB value is (146,18,15). Sum of RGB (Red+Green+Blue) = 146+18+15=179 (23% of max value = 765). Red value is 146 (57.42% from 255 or 81.56% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 146 - color contains mainly: red. Hex color #92120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92120F is #6DEDF0. Grayscale: #383838. Windows color (decimal): -7204337 or 987794. OLE color: 987794.
HSL color Cylindrical-coordinate representation of color #92120F: hue angle of 1.37º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92120F is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 18 | 15 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.43 |
| HSL | 1.37º | 0.81% | 0.32% | - |
| HSV(B) | 1.37º | 0.9% | 0.57% | - |
| XYZ | 12.16 | 6.58 | 1.08 | - |
| YUV | 55.93 | 104.91 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 15 | 0 | 0.88 | 0.90 | 0.43 | 1.37 | 0.81 | 0.32 |
| Hex | 92 | 12 | F | 0 | 58 | 5A | 2B | 1 | 51 | 20 |
| Octal | 222 | 22 | 17 | 0 | 130 | 132 | 53 | 1 | 121 | 40 |
| Binary | 10010010 | 10010 | 1111 | 0 | 1011000 | 1011010 | 101011 | 1 | 1010001 | 100000 |
Color Harmonies of #92120F
Complementary color
Monochromatic Colors of #92120F
Black with #92120F
Text Example
Text Example
White with #92120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92120F; }
p { color: rgb(146,18,15); }
H1.HeaderClassName
{
color: #92120F;
}
.AnyTagClassName
{
color: #92120F;
}
</style>
background-color css
<style>
a { background-color: #92120F; }
a { background-color: rgb(146,18,15); }
div.DivClassName
{
background-color: #92120F;
}
.BgClassName
{
background-color: #92120F;
}
</style>
border-color css
<style>
span { border-color: #92120F; }
span { border-color: rgb(146,18,15); }
td.TdClassName
{
border-color: #92120F;
}
.TagClassName
{
border-color: #92120F;
}
</style>