Shades of Falu Red #962103
Tints of Falu Red #962103
RGB
CMYK
RGB Variations
Color information
#962103 (or 0x962103) is known color: Falu Red. HEX triplet: 96, 21 and 03. RGB value is (150,33,3). Sum of RGB (Red+Green+Blue) = 150+33+3=186 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.65% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 150 - color contains mainly: red. Hex color #962103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962103 is #69DEFC. Grayscale: #404040. Windows color (decimal): -6938365 or 205206. OLE color: 205206.
HSL color Cylindrical-coordinate representation of color #962103: hue angle of 12.24º 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 #962103 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 33 | 3 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.41 |
| HSL | 12.24º | 0.96% | 0.3% | - |
| HSV(B) | 12.24º | 0.98% | 0.59% | - |
| XYZ | 13.14 | 7.58 | 0.86 | - |
| YUV | 64.56 | 93.26 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 3 | 0 | 0.78 | 0.98 | 0.41 | 12.24 | 0.96 | 0.3 |
| Hex | 96 | 21 | 3 | 0 | 4E | 62 | 29 | C | 60 | 1E |
| Octal | 226 | 41 | 3 | 0 | 116 | 142 | 51 | 14 | 140 | 36 |
| Binary | 10010110 | 100001 | 11 | 0 | 1001110 | 1100010 | 101001 | 1100 | 1100000 | 11110 |
Color Harmonies of #962103
Complementary color
Monochromatic Colors of #962103
Black with #962103
Text Example
Text Example
White with #962103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962103; }
p { color: rgb(150,33,3); }
H1.HeaderClassName
{
color: #962103;
}
.AnyTagClassName
{
color: #962103;
}
</style>
background-color css
<style>
a { background-color: #962103; }
a { background-color: rgb(150,33,3); }
div.DivClassName
{
background-color: #962103;
}
.BgClassName
{
background-color: #962103;
}
</style>
border-color css
<style>
span { border-color: #962103; }
span { border-color: rgb(150,33,3); }
td.TdClassName
{
border-color: #962103;
}
.TagClassName
{
border-color: #962103;
}
</style>