Shades of Falu Red #95150D
Tints of Falu Red #95150D
RGB
CMYK
RGB Variations
Color information
#95150D (or 0x95150D) is known color: Falu Red. HEX triplet: 95, 15 and 0D. RGB value is (149,21,13). Sum of RGB (Red+Green+Blue) = 149+21+13=183 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.42% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 149 - color contains mainly: red. Hex color #95150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95150D is #6AEAF2. Grayscale: #3A3A3A. Windows color (decimal): -7006963 or 857493. OLE color: 857493.
HSL color Cylindrical-coordinate representation of color #95150D: hue angle of 3.53º 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 #95150D is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 21 | 13 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.42 |
| HSL | 3.53º | 0.84% | 0.32% | - |
| HSV(B) | 3.53º | 0.91% | 0.58% | - |
| XYZ | 12.74 | 6.95 | 1.05 | - |
| YUV | 58.36 | 102.41 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 13 | 0 | 0.86 | 0.91 | 0.42 | 3.53 | 0.84 | 0.32 |
| Hex | 95 | 15 | D | 0 | 56 | 5B | 2A | 4 | 54 | 20 |
| Octal | 225 | 25 | 15 | 0 | 126 | 133 | 52 | 4 | 124 | 40 |
| Binary | 10010101 | 10101 | 1101 | 0 | 1010110 | 1011011 | 101010 | 100 | 1010100 | 100000 |
Color Harmonies of #95150D
Complementary color
Monochromatic Colors of #95150D
Black with #95150D
Text Example
Text Example
White with #95150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95150D; }
p { color: rgb(149,21,13); }
H1.HeaderClassName
{
color: #95150D;
}
.AnyTagClassName
{
color: #95150D;
}
</style>
background-color css
<style>
a { background-color: #95150D; }
a { background-color: rgb(149,21,13); }
div.DivClassName
{
background-color: #95150D;
}
.BgClassName
{
background-color: #95150D;
}
</style>
border-color css
<style>
span { border-color: #95150D; }
span { border-color: rgb(149,21,13); }
td.TdClassName
{
border-color: #95150D;
}
.TagClassName
{
border-color: #95150D;
}
</style>