Shades of Falu Red #951211
Tints of Falu Red #951211
RGB
CMYK
RGB Variations
Color information
#951211 (or 0x951211) is known color: Falu Red. HEX triplet: 95, 12 and 11. RGB value is (149,18,17). Sum of RGB (Red+Green+Blue) = 149+18+17=184 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.98% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 149 - color contains mainly: red. Hex color #951211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951211 is #6AEDEE. Grayscale: #393939. Windows color (decimal): -7007727 or 1118869. OLE color: 1118869.
HSL color Cylindrical-coordinate representation of color #951211: hue angle of 0.45º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951211 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 18 | 17 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.42 |
| HSL | 0.45º | 0.8% | 0.33% | - |
| HSV(B) | 0.45º | 0.89% | 0.58% | - |
| XYZ | 12.71 | 6.86 | 1.18 | - |
| YUV | 57.06 | 105.4 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 17 | 0 | 0.88 | 0.89 | 0.42 | 0.45 | 0.8 | 0.33 |
| Hex | 95 | 12 | 11 | 0 | 58 | 59 | 2A | 0 | 50 | 21 |
| Octal | 225 | 22 | 21 | 0 | 130 | 131 | 52 | 0 | 120 | 41 |
| Binary | 10010101 | 10010 | 10001 | 0 | 1011000 | 1011001 | 101010 | 0 | 1010000 | 100001 |
Color Harmonies of #951211
Complementary color
Monochromatic Colors of #951211
Black with #951211
Text Example
Text Example
White with #951211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951211; }
p { color: rgb(149,18,17); }
H1.HeaderClassName
{
color: #951211;
}
.AnyTagClassName
{
color: #951211;
}
</style>
background-color css
<style>
a { background-color: #951211; }
a { background-color: rgb(149,18,17); }
div.DivClassName
{
background-color: #951211;
}
.BgClassName
{
background-color: #951211;
}
</style>
border-color css
<style>
span { border-color: #951211; }
span { border-color: rgb(149,18,17); }
td.TdClassName
{
border-color: #951211;
}
.TagClassName
{
border-color: #951211;
}
</style>