Shades of Falu Red #92150B
Tints of Falu Red #92150B
RGB
CMYK
RGB Variations
Color information
#92150B (or 0x92150B) is known color: Falu Red. HEX triplet: 92, 15 and 0B. RGB value is (146,21,11). Sum of RGB (Red+Green+Blue) = 146+21+11=178 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.02% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 146 - color contains mainly: red. Hex color #92150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92150B is #6DEAF4. Grayscale: #393939. Windows color (decimal): -7203573 or 726418. OLE color: 726418.
HSL color Cylindrical-coordinate representation of color #92150B: hue angle of 4.44º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92150B is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 21 | 11 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.43 |
| HSL | 4.44º | 0.86% | 0.31% | - |
| HSV(B) | 4.44º | 0.92% | 0.57% | - |
| XYZ | 12.18 | 6.67 | 0.96 | - |
| YUV | 57.24 | 101.91 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 11 | 0 | 0.86 | 0.92 | 0.43 | 4.44 | 0.86 | 0.31 |
| Hex | 92 | 15 | B | 0 | 56 | 5C | 2B | 4 | 56 | 1F |
| Octal | 222 | 25 | 13 | 0 | 126 | 134 | 53 | 4 | 126 | 37 |
| Binary | 10010010 | 10101 | 1011 | 0 | 1010110 | 1011100 | 101011 | 100 | 1010110 | 11111 |
Color Harmonies of #92150B
Complementary color
Monochromatic Colors of #92150B
Black with #92150B
Text Example
Text Example
White with #92150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92150B; }
p { color: rgb(146,21,11); }
H1.HeaderClassName
{
color: #92150B;
}
.AnyTagClassName
{
color: #92150B;
}
</style>
background-color css
<style>
a { background-color: #92150B; }
a { background-color: rgb(146,21,11); }
div.DivClassName
{
background-color: #92150B;
}
.BgClassName
{
background-color: #92150B;
}
</style>
border-color css
<style>
span { border-color: #92150B; }
span { border-color: rgb(146,21,11); }
td.TdClassName
{
border-color: #92150B;
}
.TagClassName
{
border-color: #92150B;
}
</style>