Shades of Falu Red #952005
Tints of Falu Red #952005
RGB
CMYK
RGB Variations
Color information
#952005 (or 0x952005) is known color: Falu Red. HEX triplet: 95, 20 and 05. RGB value is (149,32,5). Sum of RGB (Red+Green+Blue) = 149+32+5=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #952005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952005 is #6ADFFA. Grayscale: #404040. Windows color (decimal): -7004155 or 336021. OLE color: 336021.
HSL color Cylindrical-coordinate representation of color #952005: hue angle of 11.25º degrees, saturation: 0.94, 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 #952005 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 32 | 5 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.42 |
| HSL | 11.25º | 0.94% | 0.3% | - |
| HSV(B) | 11.25º | 0.97% | 0.58% | - |
| XYZ | 12.94 | 7.43 | 0.9 | - |
| YUV | 63.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 5 | 0 | 0.79 | 0.97 | 0.42 | 11.25 | 0.94 | 0.3 |
| Hex | 95 | 20 | 5 | 0 | 4F | 61 | 2A | B | 5E | 1E |
| Octal | 225 | 40 | 5 | 0 | 117 | 141 | 52 | 13 | 136 | 36 |
| Binary | 10010101 | 100000 | 101 | 0 | 1001111 | 1100001 | 101010 | 1011 | 1011110 | 11110 |
Color Harmonies of #952005
Complementary color
Monochromatic Colors of #952005
Black with #952005
Text Example
Text Example
White with #952005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952005; }
p { color: rgb(149,32,5); }
H1.HeaderClassName
{
color: #952005;
}
.AnyTagClassName
{
color: #952005;
}
</style>
background-color css
<style>
a { background-color: #952005; }
a { background-color: rgb(149,32,5); }
div.DivClassName
{
background-color: #952005;
}
.BgClassName
{
background-color: #952005;
}
</style>
border-color css
<style>
span { border-color: #952005; }
span { border-color: rgb(149,32,5); }
td.TdClassName
{
border-color: #952005;
}
.TagClassName
{
border-color: #952005;
}
</style>