Shades of Falu Red #962003
Tints of Falu Red #962003
RGB
CMYK
RGB Variations
Color information
#962003 (or 0x962003) is known color: Falu Red. HEX triplet: 96, 20 and 03. RGB value is (150,32,3). Sum of RGB (Red+Green+Blue) = 150+32+3=185 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.08% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 150 - color contains mainly: red. Hex color #962003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962003 is #69DFFC. Grayscale: #404040. Windows color (decimal): -6938621 or 204950. OLE color: 204950.
HSL color Cylindrical-coordinate representation of color #962003: hue angle of 11.84º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #962003 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 3 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.41 |
| HSL | 11.84º | 0.96% | 0.3% | - |
| HSV(B) | 11.84º | 0.98% | 0.59% | - |
| XYZ | 13.11 | 7.52 | 0.85 | - |
| YUV | 63.98 | 93.59 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 3 | 0 | 0.79 | 0.98 | 0.41 | 11.84 | 0.96 | 0.3 |
| Hex | 96 | 20 | 3 | 0 | 4F | 62 | 29 | C | 60 | 1E |
| Octal | 226 | 40 | 3 | 0 | 117 | 142 | 51 | 14 | 140 | 36 |
| Binary | 10010110 | 100000 | 11 | 0 | 1001111 | 1100010 | 101001 | 1100 | 1100000 | 11110 |
Color Harmonies of #962003
Complementary color
Monochromatic Colors of #962003
Black with #962003
Text Example
Text Example
White with #962003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962003; }
p { color: rgb(150,32,3); }
H1.HeaderClassName
{
color: #962003;
}
.AnyTagClassName
{
color: #962003;
}
</style>
background-color css
<style>
a { background-color: #962003; }
a { background-color: rgb(150,32,3); }
div.DivClassName
{
background-color: #962003;
}
.BgClassName
{
background-color: #962003;
}
</style>
border-color css
<style>
span { border-color: #962003; }
span { border-color: rgb(150,32,3); }
td.TdClassName
{
border-color: #962003;
}
.TagClassName
{
border-color: #962003;
}
</style>