Shades of Falu Red #951210
Tints of Falu Red #951210
RGB
CMYK
RGB Variations
Color information
#951210 (or 0x951210) is known color: Falu Red. HEX triplet: 95, 12 and 10. RGB value is (149,18,16). Sum of RGB (Red+Green+Blue) = 149+18+16=183 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.42% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 149 - color contains mainly: red. Hex color #951210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951210 is #6AEDEF. Grayscale: #393939. Windows color (decimal): -7007728 or 1053333. OLE color: 1053333.
HSL color Cylindrical-coordinate representation of color #951210: hue angle of 0.9º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951210 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 18 | 16 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.42 |
| HSL | 0.9º | 0.81% | 0.32% | - |
| HSV(B) | 0.9º | 0.89% | 0.58% | - |
| XYZ | 12.7 | 6.86 | 1.14 | - |
| YUV | 56.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 16 | 0 | 0.88 | 0.89 | 0.42 | 0.9 | 0.81 | 0.32 |
| Hex | 95 | 12 | 10 | 0 | 58 | 59 | 2A | 1 | 51 | 20 |
| Octal | 225 | 22 | 20 | 0 | 130 | 131 | 52 | 1 | 121 | 40 |
| Binary | 10010101 | 10010 | 10000 | 0 | 1011000 | 1011001 | 101010 | 1 | 1010001 | 100000 |
Color Harmonies of #951210
Complementary color
Monochromatic Colors of #951210
Black with #951210
Text Example
Text Example
White with #951210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951210; }
p { color: rgb(149,18,16); }
H1.HeaderClassName
{
color: #951210;
}
.AnyTagClassName
{
color: #951210;
}
</style>
background-color css
<style>
a { background-color: #951210; }
a { background-color: rgb(149,18,16); }
div.DivClassName
{
background-color: #951210;
}
.BgClassName
{
background-color: #951210;
}
</style>
border-color css
<style>
span { border-color: #951210; }
span { border-color: rgb(149,18,16); }
td.TdClassName
{
border-color: #951210;
}
.TagClassName
{
border-color: #951210;
}
</style>