Shades of Falu Red #962401
Tints of Falu Red #962401
RGB
CMYK
RGB Variations
Color information
#962401 (or 0x962401) is known color: Falu Red. HEX triplet: 96, 24 and 01. RGB value is (150,36,1). Sum of RGB (Red+Green+Blue) = 150+36+1=187 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.21% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 150 - color contains mainly: red. Hex color #962401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962401 is #69DBFE. Grayscale: #424242. Windows color (decimal): -6937599 or 74902. OLE color: 74902.
HSL color Cylindrical-coordinate representation of color #962401: hue angle of 14.09º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #962401 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.41 |
| HSL | 14.09º | 0.99% | 0.3% | - |
| HSV(B) | 14.09º | 0.99% | 0.59% | - |
| XYZ | 13.21 | 7.75 | 0.83 | - |
| YUV | 66.1 | 91.27 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 1 | 0 | 0.76 | 0.99 | 0.41 | 14.09 | 0.99 | 0.3 |
| Hex | 96 | 24 | 1 | 0 | 4C | 63 | 29 | E | 63 | 1E |
| Octal | 226 | 44 | 1 | 0 | 114 | 143 | 51 | 16 | 143 | 36 |
| Binary | 10010110 | 100100 | 1 | 0 | 1001100 | 1100011 | 101001 | 1110 | 1100011 | 11110 |
Color Harmonies of #962401
Complementary color
Monochromatic Colors of #962401
Black with #962401
Text Example
Text Example
White with #962401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962401; }
p { color: rgb(150,36,1); }
H1.HeaderClassName
{
color: #962401;
}
.AnyTagClassName
{
color: #962401;
}
</style>
background-color css
<style>
a { background-color: #962401; }
a { background-color: rgb(150,36,1); }
div.DivClassName
{
background-color: #962401;
}
.BgClassName
{
background-color: #962401;
}
</style>
border-color css
<style>
span { border-color: #962401; }
span { border-color: rgb(150,36,1); }
td.TdClassName
{
border-color: #962401;
}
.TagClassName
{
border-color: #962401;
}
</style>