Shades of Falu Red #95140D
Tints of Falu Red #95140D
RGB
CMYK
RGB Variations
Color information
#95140D (or 0x95140D) is known color: Falu Red. HEX triplet: 95, 14 and 0D. RGB value is (149,20,13). Sum of RGB (Red+Green+Blue) = 149+20+13=182 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.87% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 149 - color contains mainly: red. Hex color #95140D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95140D is #6AEBF2. Grayscale: #393939. Windows color (decimal): -7007219 or 857237. OLE color: 857237.
HSL color Cylindrical-coordinate representation of color #95140D: hue angle of 3.09º 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 #95140D is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 20 | 13 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.42 |
| HSL | 3.09º | 0.84% | 0.32% | - |
| HSV(B) | 3.09º | 0.91% | 0.58% | - |
| XYZ | 12.72 | 6.92 | 1.05 | - |
| YUV | 57.77 | 102.74 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 13 | 0 | 0.87 | 0.91 | 0.42 | 3.09 | 0.84 | 0.32 |
| Hex | 95 | 14 | D | 0 | 57 | 5B | 2A | 3 | 54 | 20 |
| Octal | 225 | 24 | 15 | 0 | 127 | 133 | 52 | 3 | 124 | 40 |
| Binary | 10010101 | 10100 | 1101 | 0 | 1010111 | 1011011 | 101010 | 11 | 1010100 | 100000 |
Color Harmonies of #95140D
Complementary color
Monochromatic Colors of #95140D
Black with #95140D
Text Example
Text Example
White with #95140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95140D; }
p { color: rgb(149,20,13); }
H1.HeaderClassName
{
color: #95140D;
}
.AnyTagClassName
{
color: #95140D;
}
</style>
background-color css
<style>
a { background-color: #95140D; }
a { background-color: rgb(149,20,13); }
div.DivClassName
{
background-color: #95140D;
}
.BgClassName
{
background-color: #95140D;
}
</style>
border-color css
<style>
span { border-color: #95140D; }
span { border-color: rgb(149,20,13); }
td.TdClassName
{
border-color: #95140D;
}
.TagClassName
{
border-color: #95140D;
}
</style>