Shades of Falu Red #962000
Tints of Falu Red #962000
RGB
CMYK
RGB Variations
Color information
#962000 (or 0x962000) is known color: Falu Red. HEX triplet: 96, 20 and 00. RGB value is (150,32,0). Sum of RGB (Red+Green+Blue) = 150+32+0=182 (24% of max value = 765). Red value is 150 (58.98% from 255 or 82.42% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 150 - color contains mainly: red. Hex color #962000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962000 is #69DFFF. Grayscale: #3F3F3F. Windows color (decimal): -6938624 or 8342. OLE color: 8342.
HSL color Cylindrical-coordinate representation of color #962000: hue angle of 12.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #962000 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.41 |
| HSL | 12.8º | 1% | 0.29% | - |
| HSV(B) | 12.8º | 1% | 0.59% | - |
| XYZ | 13.09 | 7.52 | 0.76 | - |
| YUV | 63.63 | 92.09 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 0 | 0 | 0.79 | 1 | 0.41 | 12.8 | 1 | 0.29 |
| Hex | 96 | 20 | 0 | 0 | 4F | 64 | 29 | D | 64 | 1D |
| Octal | 226 | 40 | 0 | 0 | 117 | 144 | 51 | 15 | 144 | 35 |
| Binary | 10010110 | 100000 | 0 | 0 | 1001111 | 1100100 | 101001 | 1101 | 1100100 | 11101 |
Color Harmonies of #962000
Complementary color
Monochromatic Colors of #962000
Black with #962000
Text Example
Text Example
White with #962000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962000; }
p { color: rgb(150,32,0); }
H1.HeaderClassName
{
color: #962000;
}
.AnyTagClassName
{
color: #962000;
}
</style>
background-color css
<style>
a { background-color: #962000; }
a { background-color: rgb(150,32,0); }
div.DivClassName
{
background-color: #962000;
}
.BgClassName
{
background-color: #962000;
}
</style>
border-color css
<style>
span { border-color: #962000; }
span { border-color: rgb(150,32,0); }
td.TdClassName
{
border-color: #962000;
}
.TagClassName
{
border-color: #962000;
}
</style>