Shades of Falu Red #942000
Tints of Falu Red #942000
RGB
CMYK
RGB Variations
Color information
#942000 (or 0x942000) is known color: Falu Red. HEX triplet: 94, 20 and 00. RGB value is (148,32,0). Sum of RGB (Red+Green+Blue) = 148+32+0=180 (23% of max value = 765). Red value is 148 (58.20% from 255 or 82.22% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 148 - color contains mainly: red. Hex color #942000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942000 is #6BDFFF. Grayscale: #3F3F3F. Windows color (decimal): -7069696 or 8340. OLE color: 8340.
HSL color Cylindrical-coordinate representation of color #942000: hue angle of 12.97º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #942000 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 32 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.42 |
| HSL | 12.97º | 1% | 0.29% | - |
| HSV(B) | 12.97º | 1% | 0.58% | - |
| XYZ | 12.73 | 7.33 | 0.74 | - |
| YUV | 63.04 | 92.43 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 32 | 0 | 0 | 0.78 | 1 | 0.42 | 12.97 | 1 | 0.29 |
| Hex | 94 | 20 | 0 | 0 | 4E | 64 | 2A | D | 64 | 1D |
| Octal | 224 | 40 | 0 | 0 | 116 | 144 | 52 | 15 | 144 | 35 |
| Binary | 10010100 | 100000 | 0 | 0 | 1001110 | 1100100 | 101010 | 1101 | 1100100 | 11101 |
Color Harmonies of #942000
Complementary color
Monochromatic Colors of #942000
Black with #942000
Text Example
Text Example
White with #942000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942000; }
p { color: rgb(148,32,0); }
H1.HeaderClassName
{
color: #942000;
}
.AnyTagClassName
{
color: #942000;
}
</style>
background-color css
<style>
a { background-color: #942000; }
a { background-color: rgb(148,32,0); }
div.DivClassName
{
background-color: #942000;
}
.BgClassName
{
background-color: #942000;
}
</style>
border-color css
<style>
span { border-color: #942000; }
span { border-color: rgb(148,32,0); }
td.TdClassName
{
border-color: #942000;
}
.TagClassName
{
border-color: #942000;
}
</style>