Shades of Falu Red #951810
Tints of Falu Red #951810
RGB
CMYK
RGB Variations
Color information
#951810 (or 0x951810) is known color: Falu Red. HEX triplet: 95, 18 and 10. RGB value is (149,24,16). Sum of RGB (Red+Green+Blue) = 149+24+16=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #951810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951810 is #6AE7EF. Grayscale: #3C3C3C. Windows color (decimal): -7006192 or 1054869. OLE color: 1054869.
HSL color Cylindrical-coordinate representation of color #951810: hue angle of 3.61º 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 #951810 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 24 | 16 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.42 |
| HSL | 3.61º | 0.81% | 0.32% | - |
| HSV(B) | 3.61º | 0.89% | 0.58% | - |
| XYZ | 12.81 | 7.08 | 1.18 | - |
| YUV | 60.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 16 | 0 | 0.84 | 0.89 | 0.42 | 3.61 | 0.81 | 0.32 |
| Hex | 95 | 18 | 10 | 0 | 54 | 59 | 2A | 4 | 51 | 20 |
| Octal | 225 | 30 | 20 | 0 | 124 | 131 | 52 | 4 | 121 | 40 |
| Binary | 10010101 | 11000 | 10000 | 0 | 1010100 | 1011001 | 101010 | 100 | 1010001 | 100000 |
Color Harmonies of #951810
Complementary color
Monochromatic Colors of #951810
Black with #951810
Text Example
Text Example
White with #951810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951810; }
p { color: rgb(149,24,16); }
H1.HeaderClassName
{
color: #951810;
}
.AnyTagClassName
{
color: #951810;
}
</style>
background-color css
<style>
a { background-color: #951810; }
a { background-color: rgb(149,24,16); }
div.DivClassName
{
background-color: #951810;
}
.BgClassName
{
background-color: #951810;
}
</style>
border-color css
<style>
span { border-color: #951810; }
span { border-color: rgb(149,24,16); }
td.TdClassName
{
border-color: #951810;
}
.TagClassName
{
border-color: #951810;
}
</style>