Shades of Falu Red #952006
Tints of Falu Red #952006
RGB
CMYK
RGB Variations
Color information
#952006 (or 0x952006) is known color: Falu Red. HEX triplet: 95, 20 and 06. RGB value is (149,32,6). Sum of RGB (Red+Green+Blue) = 149+32+6=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #952006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952006 is #6ADFF9. Grayscale: #404040. Windows color (decimal): -7004154 or 401557. OLE color: 401557.
HSL color Cylindrical-coordinate representation of color #952006: hue angle of 10.91º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #952006 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 32 | 6 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.42 |
| HSL | 10.91º | 0.92% | 0.3% | - |
| HSV(B) | 10.91º | 0.96% | 0.58% | - |
| XYZ | 12.94 | 7.44 | 0.93 | - |
| YUV | 64.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 6 | 0 | 0.79 | 0.96 | 0.42 | 10.91 | 0.92 | 0.3 |
| Hex | 95 | 20 | 6 | 0 | 4F | 60 | 2A | B | 5C | 1E |
| Octal | 225 | 40 | 6 | 0 | 117 | 140 | 52 | 13 | 134 | 36 |
| Binary | 10010101 | 100000 | 110 | 0 | 1001111 | 1100000 | 101010 | 1011 | 1011100 | 11110 |
Color Harmonies of #952006
Complementary color
Monochromatic Colors of #952006
Black with #952006
Text Example
Text Example
White with #952006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952006; }
p { color: rgb(149,32,6); }
H1.HeaderClassName
{
color: #952006;
}
.AnyTagClassName
{
color: #952006;
}
</style>
background-color css
<style>
a { background-color: #952006; }
a { background-color: rgb(149,32,6); }
div.DivClassName
{
background-color: #952006;
}
.BgClassName
{
background-color: #952006;
}
</style>
border-color css
<style>
span { border-color: #952006; }
span { border-color: rgb(149,32,6); }
td.TdClassName
{
border-color: #952006;
}
.TagClassName
{
border-color: #952006;
}
</style>