Shades of Falu Red #951C09
Tints of Falu Red #951C09
RGB
CMYK
RGB Variations
Color information
#951C09 (or 0x951C09) is known color: Falu Red. HEX triplet: 95, 1C and 09. RGB value is (149,28,9). Sum of RGB (Red+Green+Blue) = 149+28+9=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #951C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C09 is #6AE3F6. Grayscale: #3E3E3E. Windows color (decimal): -7005175 or 597141. OLE color: 597141.
HSL color Cylindrical-coordinate representation of color #951C09: hue angle of 8.14º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #951C09 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 9 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.42 |
| HSL | 8.14º | 0.89% | 0.31% | - |
| HSV(B) | 8.14º | 0.94% | 0.58% | - |
| XYZ | 12.86 | 7.24 | 0.98 | - |
| YUV | 62.01 | 98.09 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 9 | 0 | 0.81 | 0.94 | 0.42 | 8.14 | 0.89 | 0.31 |
| Hex | 95 | 1C | 9 | 0 | 51 | 5E | 2A | 8 | 59 | 1F |
| Octal | 225 | 34 | 11 | 0 | 121 | 136 | 52 | 10 | 131 | 37 |
| Binary | 10010101 | 11100 | 1001 | 0 | 1010001 | 1011110 | 101010 | 1000 | 1011001 | 11111 |
Color Harmonies of #951C09
Complementary color
Monochromatic Colors of #951C09
Black with #951C09
Text Example
Text Example
White with #951C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C09; }
p { color: rgb(149,28,9); }
H1.HeaderClassName
{
color: #951C09;
}
.AnyTagClassName
{
color: #951C09;
}
</style>
background-color css
<style>
a { background-color: #951C09; }
a { background-color: rgb(149,28,9); }
div.DivClassName
{
background-color: #951C09;
}
.BgClassName
{
background-color: #951C09;
}
</style>
border-color css
<style>
span { border-color: #951C09; }
span { border-color: rgb(149,28,9); }
td.TdClassName
{
border-color: #951C09;
}
.TagClassName
{
border-color: #951C09;
}
</style>