Shades of Falu Red #921C0B
Tints of Falu Red #921C0B
RGB
CMYK
RGB Variations
Color information
#921C0B (or 0x921C0B) is known color: Falu Red. HEX triplet: 92, 1C and 0B. RGB value is (146,28,11). Sum of RGB (Red+Green+Blue) = 146+28+11=185 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.92% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 146 - color contains mainly: red. Hex color #921C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921C0B is #6DE3F4. Grayscale: #3D3D3D. Windows color (decimal): -7201781 or 728210. OLE color: 728210.
HSL color Cylindrical-coordinate representation of color #921C0B: hue angle of 7.56º 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 #921C0B is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 28 | 11 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.43 |
| HSL | 7.56º | 0.86% | 0.31% | - |
| HSV(B) | 7.56º | 0.92% | 0.57% | - |
| XYZ | 12.33 | 6.97 | 1.01 | - |
| YUV | 61.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 28 | 11 | 0 | 0.81 | 0.92 | 0.43 | 7.56 | 0.86 | 0.31 |
| Hex | 92 | 1C | B | 0 | 51 | 5C | 2B | 8 | 56 | 1F |
| Octal | 222 | 34 | 13 | 0 | 121 | 134 | 53 | 10 | 126 | 37 |
| Binary | 10010010 | 11100 | 1011 | 0 | 1010001 | 1011100 | 101011 | 1000 | 1010110 | 11111 |
Color Harmonies of #921C0B
Complementary color
Monochromatic Colors of #921C0B
Black with #921C0B
Text Example
Text Example
White with #921C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921C0B; }
p { color: rgb(146,28,11); }
H1.HeaderClassName
{
color: #921C0B;
}
.AnyTagClassName
{
color: #921C0B;
}
</style>
background-color css
<style>
a { background-color: #921C0B; }
a { background-color: rgb(146,28,11); }
div.DivClassName
{
background-color: #921C0B;
}
.BgClassName
{
background-color: #921C0B;
}
</style>
border-color css
<style>
span { border-color: #921C0B; }
span { border-color: rgb(146,28,11); }
td.TdClassName
{
border-color: #921C0B;
}
.TagClassName
{
border-color: #921C0B;
}
</style>