Shades of Falu Red #92140E
Tints of Falu Red #92140E
RGB
CMYK
RGB Variations
Color information
#92140E (or 0x92140E) is known color: Falu Red. HEX triplet: 92, 14 and 0E. RGB value is (146,20,14). Sum of RGB (Red+Green+Blue) = 146+20+14=180 (23% of max value = 765). Red value is 146 (57.42% from 255 or 81.11% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 146 - color contains mainly: red. Hex color #92140E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92140E is #6DEBF1. Grayscale: #393939. Windows color (decimal): -7203826 or 922770. OLE color: 922770.
HSL color Cylindrical-coordinate representation of color #92140E: hue angle of 2.73º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92140E is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 14 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.43 |
| HSL | 2.73º | 0.83% | 0.31% | - |
| HSV(B) | 2.73º | 0.9% | 0.57% | - |
| XYZ | 12.18 | 6.64 | 1.06 | - |
| YUV | 56.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 14 | 0 | 0.86 | 0.90 | 0.43 | 2.73 | 0.83 | 0.31 |
| Hex | 92 | 14 | E | 0 | 56 | 5A | 2B | 3 | 52 | 1F |
| Octal | 222 | 24 | 16 | 0 | 126 | 132 | 53 | 3 | 122 | 37 |
| Binary | 10010010 | 10100 | 1110 | 0 | 1010110 | 1011010 | 101011 | 11 | 1010010 | 11111 |
Color Harmonies of #92140E
Complementary color
Monochromatic Colors of #92140E
Black with #92140E
Text Example
Text Example
White with #92140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92140E; }
p { color: rgb(146,20,14); }
H1.HeaderClassName
{
color: #92140E;
}
.AnyTagClassName
{
color: #92140E;
}
</style>
background-color css
<style>
a { background-color: #92140E; }
a { background-color: rgb(146,20,14); }
div.DivClassName
{
background-color: #92140E;
}
.BgClassName
{
background-color: #92140E;
}
</style>
border-color css
<style>
span { border-color: #92140E; }
span { border-color: rgb(146,20,14); }
td.TdClassName
{
border-color: #92140E;
}
.TagClassName
{
border-color: #92140E;
}
</style>