Shades of Falu Red #94130D
Tints of Falu Red #94130D
RGB
CMYK
RGB Variations
Color information
#94130D (or 0x94130D) is known color: Falu Red. HEX triplet: 94, 13 and 0D. RGB value is (148,19,13). Sum of RGB (Red+Green+Blue) = 148+19+13=180 (23% of max value = 765). Red value is 148 (58.20% from 255 or 82.22% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 148 - color contains mainly: red. Hex color #94130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94130D is #6BECF2. Grayscale: #393939. Windows color (decimal): -7073011 or 856980. OLE color: 856980.
HSL color Cylindrical-coordinate representation of color #94130D: hue angle of 2.67º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94130D is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 19 | 13 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.42 |
| HSL | 2.67º | 0.84% | 0.32% | - |
| HSV(B) | 2.67º | 0.91% | 0.58% | - |
| XYZ | 12.52 | 6.79 | 1.03 | - |
| YUV | 56.89 | 103.24 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 19 | 13 | 0 | 0.87 | 0.91 | 0.42 | 2.67 | 0.84 | 0.32 |
| Hex | 94 | 13 | D | 0 | 57 | 5B | 2A | 3 | 54 | 20 |
| Octal | 224 | 23 | 15 | 0 | 127 | 133 | 52 | 3 | 124 | 40 |
| Binary | 10010100 | 10011 | 1101 | 0 | 1010111 | 1011011 | 101010 | 11 | 1010100 | 100000 |
Color Harmonies of #94130D
Complementary color
Monochromatic Colors of #94130D
Black with #94130D
Text Example
Text Example
White with #94130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94130D; }
p { color: rgb(148,19,13); }
H1.HeaderClassName
{
color: #94130D;
}
.AnyTagClassName
{
color: #94130D;
}
</style>
background-color css
<style>
a { background-color: #94130D; }
a { background-color: rgb(148,19,13); }
div.DivClassName
{
background-color: #94130D;
}
.BgClassName
{
background-color: #94130D;
}
</style>
border-color css
<style>
span { border-color: #94130D; }
span { border-color: rgb(148,19,13); }
td.TdClassName
{
border-color: #94130D;
}
.TagClassName
{
border-color: #94130D;
}
</style>