Shades of Falu Red #921A0E
Tints of Falu Red #921A0E
RGB
CMYK
RGB Variations
Color information
#921A0E (or 0x921A0E) is known color: Falu Red. HEX triplet: 92, 1A and 0E. RGB value is (146,26,14). Sum of RGB (Red+Green+Blue) = 146+26+14=186 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.49% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 146 - color contains mainly: red. Hex color #921A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921A0E is #6DE5F1. Grayscale: #3C3C3C. Windows color (decimal): -7202290 or 924306. OLE color: 924306.
HSL color Cylindrical-coordinate representation of color #921A0E: hue angle of 5.45º 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 #921A0E is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 26 | 14 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.43 |
| HSL | 5.45º | 0.83% | 0.31% | - |
| HSV(B) | 5.45º | 0.9% | 0.57% | - |
| XYZ | 12.3 | 6.88 | 1.1 | - |
| YUV | 60.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 26 | 14 | 0 | 0.82 | 0.90 | 0.43 | 5.45 | 0.83 | 0.31 |
| Hex | 92 | 1A | E | 0 | 52 | 5A | 2B | 5 | 52 | 1F |
| Octal | 222 | 32 | 16 | 0 | 122 | 132 | 53 | 5 | 122 | 37 |
| Binary | 10010010 | 11010 | 1110 | 0 | 1010010 | 1011010 | 101011 | 101 | 1010010 | 11111 |
Color Harmonies of #921A0E
Complementary color
Monochromatic Colors of #921A0E
Black with #921A0E
Text Example
Text Example
White with #921A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921A0E; }
p { color: rgb(146,26,14); }
H1.HeaderClassName
{
color: #921A0E;
}
.AnyTagClassName
{
color: #921A0E;
}
</style>
background-color css
<style>
a { background-color: #921A0E; }
a { background-color: rgb(146,26,14); }
div.DivClassName
{
background-color: #921A0E;
}
.BgClassName
{
background-color: #921A0E;
}
</style>
border-color css
<style>
span { border-color: #921A0E; }
span { border-color: rgb(146,26,14); }
td.TdClassName
{
border-color: #921A0E;
}
.TagClassName
{
border-color: #921A0E;
}
</style>