Shades of Falu Red #962501
Tints of Falu Red #962501
RGB
CMYK
RGB Variations
Color information
#962501 (or 0x962501) is known color: Falu Red. HEX triplet: 96, 25 and 01. RGB value is (150,37,1). Sum of RGB (Red+Green+Blue) = 150+37+1=188 (24% of max value = 765). Red value is 150 (58.98% from 255 or 79.79% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 150 - color contains mainly: red. Hex color #962501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962501 is #69DAFE. Grayscale: #424242. Windows color (decimal): -6937343 or 75158. OLE color: 75158.
HSL color Cylindrical-coordinate representation of color #962501: hue angle of 14.5º 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 #962501 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 37 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.41 |
| HSL | 14.5º | 0.99% | 0.3% | - |
| HSV(B) | 14.5º | 0.99% | 0.59% | - |
| XYZ | 13.24 | 7.81 | 0.84 | - |
| YUV | 66.68 | 90.94 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 1 | 0 | 0.75 | 0.99 | 0.41 | 14.5 | 0.99 | 0.3 |
| Hex | 96 | 25 | 1 | 0 | 4B | 63 | 29 | E | 63 | 1E |
| Octal | 226 | 45 | 1 | 0 | 113 | 143 | 51 | 16 | 143 | 36 |
| Binary | 10010110 | 100101 | 1 | 0 | 1001011 | 1100011 | 101001 | 1110 | 1100011 | 11110 |
Color Harmonies of #962501
Complementary color
Monochromatic Colors of #962501
Black with #962501
Text Example
Text Example
White with #962501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962501; }
p { color: rgb(150,37,1); }
H1.HeaderClassName
{
color: #962501;
}
.AnyTagClassName
{
color: #962501;
}
</style>
background-color css
<style>
a { background-color: #962501; }
a { background-color: rgb(150,37,1); }
div.DivClassName
{
background-color: #962501;
}
.BgClassName
{
background-color: #962501;
}
</style>
border-color css
<style>
span { border-color: #962501; }
span { border-color: rgb(150,37,1); }
td.TdClassName
{
border-color: #962501;
}
.TagClassName
{
border-color: #962501;
}
</style>