Shades of Falu Red #921808
Tints of Falu Red #921808
RGB
CMYK
RGB Variations
Color information
#921808 (or 0x921808) is known color: Falu Red. HEX triplet: 92, 18 and 08. RGB value is (146,24,8). Sum of RGB (Red+Green+Blue) = 146+24+8=178 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.02% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 146 - color contains mainly: red. Hex color #921808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921808 is #6DE7F7. Grayscale: #3A3A3A. Windows color (decimal): -7202808 or 530578. OLE color: 530578.
HSL color Cylindrical-coordinate representation of color #921808: hue angle of 6.96º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #921808 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 24 | 8 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.43 |
| HSL | 6.96º | 0.9% | 0.3% | - |
| HSV(B) | 6.96º | 0.95% | 0.57% | - |
| XYZ | 12.22 | 6.78 | 0.89 | - |
| YUV | 58.65 | 99.42 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 24 | 8 | 0 | 0.84 | 0.95 | 0.43 | 6.96 | 0.9 | 0.3 |
| Hex | 92 | 18 | 8 | 0 | 54 | 5F | 2B | 7 | 5A | 1E |
| Octal | 222 | 30 | 10 | 0 | 124 | 137 | 53 | 7 | 132 | 36 |
| Binary | 10010010 | 11000 | 1000 | 0 | 1010100 | 1011111 | 101011 | 111 | 1011010 | 11110 |
Color Harmonies of #921808
Complementary color
Monochromatic Colors of #921808
Black with #921808
Text Example
Text Example
White with #921808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921808; }
p { color: rgb(146,24,8); }
H1.HeaderClassName
{
color: #921808;
}
.AnyTagClassName
{
color: #921808;
}
</style>
background-color css
<style>
a { background-color: #921808; }
a { background-color: rgb(146,24,8); }
div.DivClassName
{
background-color: #921808;
}
.BgClassName
{
background-color: #921808;
}
</style>
border-color css
<style>
span { border-color: #921808; }
span { border-color: rgb(146,24,8); }
td.TdClassName
{
border-color: #921808;
}
.TagClassName
{
border-color: #921808;
}
</style>