Shades of Falu Red #992301
Tints of Falu Red #992301
RGB
CMYK
RGB Variations
Color information
#992301 (or 0x992301) is known color: Falu Red. HEX triplet: 99, 23 and 01. RGB value is (153,35,1). Sum of RGB (Red+Green+Blue) = 153+35+1=189 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.95% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 153 - color contains mainly: red. Hex color #992301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992301 is #66DCFE. Grayscale: #424242. Windows color (decimal): -6741247 or 74649. OLE color: 74649.
HSL color Cylindrical-coordinate representation of color #992301: hue angle of 13.42º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #992301 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 35 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.4 |
| HSL | 13.42º | 0.99% | 0.3% | - |
| HSV(B) | 13.42º | 0.99% | 0.6% | - |
| XYZ | 13.74 | 7.98 | 0.84 | - |
| YUV | 66.41 | 91.09 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 35 | 1 | 0 | 0.77 | 0.99 | 0.4 | 13.42 | 0.99 | 0.3 |
| Hex | 99 | 23 | 1 | 0 | 4D | 63 | 28 | D | 63 | 1E |
| Octal | 231 | 43 | 1 | 0 | 115 | 143 | 50 | 15 | 143 | 36 |
| Binary | 10011001 | 100011 | 1 | 0 | 1001101 | 1100011 | 101000 | 1101 | 1100011 | 11110 |
Color Harmonies of #992301
Complementary color
Monochromatic Colors of #992301
Black with #992301
Text Example
Text Example
White with #992301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992301; }
p { color: rgb(153,35,1); }
H1.HeaderClassName
{
color: #992301;
}
.AnyTagClassName
{
color: #992301;
}
</style>
background-color css
<style>
a { background-color: #992301; }
a { background-color: rgb(153,35,1); }
div.DivClassName
{
background-color: #992301;
}
.BgClassName
{
background-color: #992301;
}
</style>
border-color css
<style>
span { border-color: #992301; }
span { border-color: rgb(153,35,1); }
td.TdClassName
{
border-color: #992301;
}
.TagClassName
{
border-color: #992301;
}
</style>