Shades of Falu Red #962004
Tints of Falu Red #962004
RGB
CMYK
RGB Variations
Color information
#962004 (or 0x962004) is known color: Falu Red. HEX triplet: 96, 20 and 04. RGB value is (150,32,4). Sum of RGB (Red+Green+Blue) = 150+32+4=186 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.65% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 150 - color contains mainly: red. Hex color #962004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962004 is #69DFFB. Grayscale: #404040. Windows color (decimal): -6938620 or 270486. OLE color: 270486.
HSL color Cylindrical-coordinate representation of color #962004: hue angle of 11.51º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #962004 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 4 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.41 |
| HSL | 11.51º | 0.95% | 0.3% | - |
| HSV(B) | 11.51º | 0.97% | 0.59% | - |
| XYZ | 13.12 | 7.53 | 0.88 | - |
| YUV | 64.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 4 | 0 | 0.79 | 0.97 | 0.41 | 11.51 | 0.95 | 0.3 |
| Hex | 96 | 20 | 4 | 0 | 4F | 61 | 29 | C | 5F | 1E |
| Octal | 226 | 40 | 4 | 0 | 117 | 141 | 51 | 14 | 137 | 36 |
| Binary | 10010110 | 100000 | 100 | 0 | 1001111 | 1100001 | 101001 | 1100 | 1011111 | 11110 |
Color Harmonies of #962004
Complementary color
Monochromatic Colors of #962004
Black with #962004
Text Example
Text Example
White with #962004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962004; }
p { color: rgb(150,32,4); }
H1.HeaderClassName
{
color: #962004;
}
.AnyTagClassName
{
color: #962004;
}
</style>
background-color css
<style>
a { background-color: #962004; }
a { background-color: rgb(150,32,4); }
div.DivClassName
{
background-color: #962004;
}
.BgClassName
{
background-color: #962004;
}
</style>
border-color css
<style>
span { border-color: #962004; }
span { border-color: rgb(150,32,4); }
td.TdClassName
{
border-color: #962004;
}
.TagClassName
{
border-color: #962004;
}
</style>