Shades of Falu Red #951F09
Tints of Falu Red #951F09
RGB
CMYK
RGB Variations
Color information
#951F09 (or 0x951F09) is known color: Falu Red. HEX triplet: 95, 1F and 09. RGB value is (149,31,9). Sum of RGB (Red+Green+Blue) = 149+31+9=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #951F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951F09 is #6AE0F6. Grayscale: #3F3F3F. Windows color (decimal): -7004407 or 597909. OLE color: 597909.
HSL color Cylindrical-coordinate representation of color #951F09: hue angle of 9.43º 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 #951F09 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 31 | 9 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.42 |
| HSL | 9.43º | 0.89% | 0.31% | - |
| HSV(B) | 9.43º | 0.94% | 0.58% | - |
| XYZ | 12.93 | 7.39 | 1 | - |
| YUV | 63.77 | 97.09 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 9 | 0 | 0.79 | 0.94 | 0.42 | 9.43 | 0.89 | 0.31 |
| Hex | 95 | 1F | 9 | 0 | 4F | 5E | 2A | 9 | 59 | 1F |
| Octal | 225 | 37 | 11 | 0 | 117 | 136 | 52 | 11 | 131 | 37 |
| Binary | 10010101 | 11111 | 1001 | 0 | 1001111 | 1011110 | 101010 | 1001 | 1011001 | 11111 |
Color Harmonies of #951F09
Complementary color
Monochromatic Colors of #951F09
Black with #951F09
Text Example
Text Example
White with #951F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951F09; }
p { color: rgb(149,31,9); }
H1.HeaderClassName
{
color: #951F09;
}
.AnyTagClassName
{
color: #951F09;
}
</style>
background-color css
<style>
a { background-color: #951F09; }
a { background-color: rgb(149,31,9); }
div.DivClassName
{
background-color: #951F09;
}
.BgClassName
{
background-color: #951F09;
}
</style>
border-color css
<style>
span { border-color: #951F09; }
span { border-color: rgb(149,31,9); }
td.TdClassName
{
border-color: #951F09;
}
.TagClassName
{
border-color: #951F09;
}
</style>