Shades of Falu Red #922500
Tints of Falu Red #922500
RGB
CMYK
RGB Variations
Color information
#922500 (or 0x922500) is known color: Falu Red. HEX triplet: 92, 25 and 00. RGB value is (146,37,0). Sum of RGB (Red+Green+Blue) = 146+37+0=183 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.78% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 146 - color contains mainly: red. Hex color #922500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922500 is #6DDAFF. Grayscale: #414141. Windows color (decimal): -7199488 or 9618. OLE color: 9618.
HSL color Cylindrical-coordinate representation of color #922500: hue angle of 15.21º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #922500 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 37 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.43 |
| HSL | 15.21º | 1% | 0.29% | - |
| HSV(B) | 15.21º | 1% | 0.57% | - |
| XYZ | 12.52 | 7.43 | 0.78 | - |
| YUV | 65.37 | 91.11 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 37 | 0 | 0 | 0.75 | 1 | 0.43 | 15.21 | 1 | 0.29 |
| Hex | 92 | 25 | 0 | 0 | 4B | 64 | 2B | F | 64 | 1D |
| Octal | 222 | 45 | 0 | 0 | 113 | 144 | 53 | 17 | 144 | 35 |
| Binary | 10010010 | 100101 | 0 | 0 | 1001011 | 1100100 | 101011 | 1111 | 1100100 | 11101 |
Color Harmonies of #922500
Complementary color
Monochromatic Colors of #922500
Black with #922500
Text Example
Text Example
White with #922500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922500; }
p { color: rgb(146,37,0); }
H1.HeaderClassName
{
color: #922500;
}
.AnyTagClassName
{
color: #922500;
}
</style>
background-color css
<style>
a { background-color: #922500; }
a { background-color: rgb(146,37,0); }
div.DivClassName
{
background-color: #922500;
}
.BgClassName
{
background-color: #922500;
}
</style>
border-color css
<style>
span { border-color: #922500; }
span { border-color: rgb(146,37,0); }
td.TdClassName
{
border-color: #922500;
}
.TagClassName
{
border-color: #922500;
}
</style>