Shades of Falu Red #92150D
Tints of Falu Red #92150D
RGB
CMYK
RGB Variations
Color information
#92150D (or 0x92150D) is known color: Falu Red. HEX triplet: 92, 15 and 0D. RGB value is (146,21,13). Sum of RGB (Red+Green+Blue) = 146+21+13=180 (23% of max value = 765). Red value is 146 (57.42% from 255 or 81.11% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 146 - color contains mainly: red. Hex color #92150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92150D is #6DEAF2. Grayscale: #393939. Windows color (decimal): -7203571 or 857490. OLE color: 857490.
HSL color Cylindrical-coordinate representation of color #92150D: hue angle of 3.61º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92150D is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 21 | 13 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.43 |
| HSL | 3.61º | 0.84% | 0.31% | - |
| HSV(B) | 3.61º | 0.91% | 0.57% | - |
| XYZ | 12.19 | 6.68 | 1.03 | - |
| YUV | 57.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 13 | 0 | 0.86 | 0.91 | 0.43 | 3.61 | 0.84 | 0.31 |
| Hex | 92 | 15 | D | 0 | 56 | 5B | 2B | 4 | 54 | 1F |
| Octal | 222 | 25 | 15 | 0 | 126 | 133 | 53 | 4 | 124 | 37 |
| Binary | 10010010 | 10101 | 1101 | 0 | 1010110 | 1011011 | 101011 | 100 | 1010100 | 11111 |
Color Harmonies of #92150D
Complementary color
Monochromatic Colors of #92150D
Black with #92150D
Text Example
Text Example
White with #92150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92150D; }
p { color: rgb(146,21,13); }
H1.HeaderClassName
{
color: #92150D;
}
.AnyTagClassName
{
color: #92150D;
}
</style>
background-color css
<style>
a { background-color: #92150D; }
a { background-color: rgb(146,21,13); }
div.DivClassName
{
background-color: #92150D;
}
.BgClassName
{
background-color: #92150D;
}
</style>
border-color css
<style>
span { border-color: #92150D; }
span { border-color: rgb(146,21,13); }
td.TdClassName
{
border-color: #92150D;
}
.TagClassName
{
border-color: #92150D;
}
</style>