Shades of Falu Red #95150C
Tints of Falu Red #95150C
RGB
CMYK
RGB Variations
Color information
#95150C (or 0x95150C) is known color: Falu Red. HEX triplet: 95, 15 and 0C. RGB value is (149,21,12). Sum of RGB (Red+Green+Blue) = 149+21+12=182 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.87% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 149 - color contains mainly: red. Hex color #95150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95150C is #6AEAF3. Grayscale: #3A3A3A. Windows color (decimal): -7006964 or 791957. OLE color: 791957.
HSL color Cylindrical-coordinate representation of color #95150C: hue angle of 3.94º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95150C is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 21 | 12 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.42 |
| HSL | 3.94º | 0.85% | 0.32% | - |
| HSV(B) | 3.94º | 0.92% | 0.58% | - |
| XYZ | 12.73 | 6.95 | 1.02 | - |
| YUV | 58.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 12 | 0 | 0.86 | 0.92 | 0.42 | 3.94 | 0.85 | 0.32 |
| Hex | 95 | 15 | C | 0 | 56 | 5C | 2A | 4 | 55 | 20 |
| Octal | 225 | 25 | 14 | 0 | 126 | 134 | 52 | 4 | 125 | 40 |
| Binary | 10010101 | 10101 | 1100 | 0 | 1010110 | 1011100 | 101010 | 100 | 1010101 | 100000 |
Color Harmonies of #95150C
Complementary color
Monochromatic Colors of #95150C
Black with #95150C
Text Example
Text Example
White with #95150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95150C; }
p { color: rgb(149,21,12); }
H1.HeaderClassName
{
color: #95150C;
}
.AnyTagClassName
{
color: #95150C;
}
</style>
background-color css
<style>
a { background-color: #95150C; }
a { background-color: rgb(149,21,12); }
div.DivClassName
{
background-color: #95150C;
}
.BgClassName
{
background-color: #95150C;
}
</style>
border-color css
<style>
span { border-color: #95150C; }
span { border-color: rgb(149,21,12); }
td.TdClassName
{
border-color: #95150C;
}
.TagClassName
{
border-color: #95150C;
}
</style>