Shades of Falu Red #951F04
Tints of Falu Red #951F04
RGB
CMYK
RGB Variations
Color information
#951F04 (or 0x951F04) is known color: Falu Red. HEX triplet: 95, 1F and 04. RGB value is (149,31,4). Sum of RGB (Red+Green+Blue) = 149+31+4=184 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.98% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 149 - color contains mainly: red. Hex color #951F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951F04 is #6AE0FB. Grayscale: #3F3F3F. Windows color (decimal): -7004412 or 270229. OLE color: 270229.
HSL color Cylindrical-coordinate representation of color #951F04: hue angle of 11.17º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #951F04 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 31 | 4 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.42 |
| HSL | 11.17º | 0.95% | 0.3% | - |
| HSV(B) | 11.17º | 0.97% | 0.58% | - |
| XYZ | 12.91 | 7.38 | 0.86 | - |
| YUV | 63.2 | 94.59 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 4 | 0 | 0.79 | 0.97 | 0.42 | 11.17 | 0.95 | 0.3 |
| Hex | 95 | 1F | 4 | 0 | 4F | 61 | 2A | B | 5F | 1E |
| Octal | 225 | 37 | 4 | 0 | 117 | 141 | 52 | 13 | 137 | 36 |
| Binary | 10010101 | 11111 | 100 | 0 | 1001111 | 1100001 | 101010 | 1011 | 1011111 | 11110 |
Color Harmonies of #951F04
Complementary color
Monochromatic Colors of #951F04
Black with #951F04
Text Example
Text Example
White with #951F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951F04; }
p { color: rgb(149,31,4); }
H1.HeaderClassName
{
color: #951F04;
}
.AnyTagClassName
{
color: #951F04;
}
</style>
background-color css
<style>
a { background-color: #951F04; }
a { background-color: rgb(149,31,4); }
div.DivClassName
{
background-color: #951F04;
}
.BgClassName
{
background-color: #951F04;
}
</style>
border-color css
<style>
span { border-color: #951F04; }
span { border-color: rgb(149,31,4); }
td.TdClassName
{
border-color: #951F04;
}
.TagClassName
{
border-color: #951F04;
}
</style>