Shades of Falu Red #99140E
Tints of Falu Red #99140E
RGB
CMYK
RGB Variations
Color information
#99140E (or 0x99140E) is known color: Falu Red. HEX triplet: 99, 14 and 0E. RGB value is (153,20,14). Sum of RGB (Red+Green+Blue) = 153+20+14=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #99140E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99140E is #66EBF1. Grayscale: #3B3B3B. Windows color (decimal): -6745074 or 922777. OLE color: 922777.
HSL color Cylindrical-coordinate representation of color #99140E: hue angle of 2.59º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99140E is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 20 | 14 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.4 |
| HSL | 2.59º | 0.83% | 0.33% | - |
| HSV(B) | 2.59º | 0.91% | 0.6% | - |
| XYZ | 13.47 | 7.3 | 1.12 | - |
| YUV | 59.08 | 102.56 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 20 | 14 | 0 | 0.87 | 0.91 | 0.4 | 2.59 | 0.83 | 0.33 |
| Hex | 99 | 14 | E | 0 | 57 | 5B | 28 | 3 | 53 | 21 |
| Octal | 231 | 24 | 16 | 0 | 127 | 133 | 50 | 3 | 123 | 41 |
| Binary | 10011001 | 10100 | 1110 | 0 | 1010111 | 1011011 | 101000 | 11 | 1010011 | 100001 |
Color Harmonies of #99140E
Complementary color
Monochromatic Colors of #99140E
Black with #99140E
Text Example
Text Example
White with #99140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99140E; }
p { color: rgb(153,20,14); }
H1.HeaderClassName
{
color: #99140E;
}
.AnyTagClassName
{
color: #99140E;
}
</style>
background-color css
<style>
a { background-color: #99140E; }
a { background-color: rgb(153,20,14); }
div.DivClassName
{
background-color: #99140E;
}
.BgClassName
{
background-color: #99140E;
}
</style>
border-color css
<style>
span { border-color: #99140E; }
span { border-color: rgb(153,20,14); }
td.TdClassName
{
border-color: #99140E;
}
.TagClassName
{
border-color: #99140E;
}
</style>