Shades of Falu Red #961E02
Tints of Falu Red #961E02
RGB
CMYK
RGB Variations
Color information
#961E02 (or 0x961E02) is known color: Falu Red. HEX triplet: 96, 1E and 02. RGB value is (150,30,2). Sum of RGB (Red+Green+Blue) = 150+30+2=182 (24% of max value = 765). Red value is 150 (58.98% from 255 or 82.42% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 150 - color contains mainly: red. Hex color #961E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961E02 is #69E1FD. Grayscale: #3E3E3E. Windows color (decimal): -6939134 or 138902. OLE color: 138902.
HSL color Cylindrical-coordinate representation of color #961E02: hue angle of 11.35º degrees, saturation: 0.97, 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 #961E02 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 30 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.41 |
| HSL | 11.35º | 0.97% | 0.3% | - |
| HSV(B) | 11.35º | 0.99% | 0.59% | - |
| XYZ | 13.05 | 7.42 | 0.8 | - |
| YUV | 62.69 | 93.76 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 2 | 0 | 0.80 | 0.99 | 0.41 | 11.35 | 0.97 | 0.3 |
| Hex | 96 | 1E | 2 | 0 | 50 | 63 | 29 | B | 61 | 1E |
| Octal | 226 | 36 | 2 | 0 | 120 | 143 | 51 | 13 | 141 | 36 |
| Binary | 10010110 | 11110 | 10 | 0 | 1010000 | 1100011 | 101001 | 1011 | 1100001 | 11110 |
Color Harmonies of #961E02
Complementary color
Monochromatic Colors of #961E02
Black with #961E02
Text Example
Text Example
White with #961E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961E02; }
p { color: rgb(150,30,2); }
H1.HeaderClassName
{
color: #961E02;
}
.AnyTagClassName
{
color: #961E02;
}
</style>
background-color css
<style>
a { background-color: #961E02; }
a { background-color: rgb(150,30,2); }
div.DivClassName
{
background-color: #961E02;
}
.BgClassName
{
background-color: #961E02;
}
</style>
border-color css
<style>
span { border-color: #961E02; }
span { border-color: rgb(150,30,2); }
td.TdClassName
{
border-color: #961E02;
}
.TagClassName
{
border-color: #961E02;
}
</style>