Shades of Falu Red #952200
Tints of Falu Red #952200
RGB
CMYK
RGB Variations
Color information
#952200 (or 0x952200) is known color: Falu Red. HEX triplet: 95, 22 and 00. RGB value is (149,34,0). Sum of RGB (Red+Green+Blue) = 149+34+0=183 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.42% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 149 - color contains mainly: red. Hex color #952200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952200 is #6ADDFF. Grayscale: #404040. Windows color (decimal): -7003648 or 8853. OLE color: 8853.
HSL color Cylindrical-coordinate representation of color #952200: hue angle of 13.69º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #952200 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.42 |
| HSL | 13.69º | 1% | 0.29% | - |
| HSV(B) | 13.69º | 1% | 0.58% | - |
| XYZ | 12.97 | 7.53 | 0.77 | - |
| YUV | 64.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 0 | 0 | 0.77 | 1 | 0.42 | 13.69 | 1 | 0.29 |
| Hex | 95 | 22 | 0 | 0 | 4D | 64 | 2A | E | 64 | 1D |
| Octal | 225 | 42 | 0 | 0 | 115 | 144 | 52 | 16 | 144 | 35 |
| Binary | 10010101 | 100010 | 0 | 0 | 1001101 | 1100100 | 101010 | 1110 | 1100100 | 11101 |
Color Harmonies of #952200
Complementary color
Monochromatic Colors of #952200
Black with #952200
Text Example
Text Example
White with #952200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952200; }
p { color: rgb(149,34,0); }
H1.HeaderClassName
{
color: #952200;
}
.AnyTagClassName
{
color: #952200;
}
</style>
background-color css
<style>
a { background-color: #952200; }
a { background-color: rgb(149,34,0); }
div.DivClassName
{
background-color: #952200;
}
.BgClassName
{
background-color: #952200;
}
</style>
border-color css
<style>
span { border-color: #952200; }
span { border-color: rgb(149,34,0); }
td.TdClassName
{
border-color: #952200;
}
.TagClassName
{
border-color: #952200;
}
</style>