Shades of Falu Red #952204
Tints of Falu Red #952204
RGB
CMYK
RGB Variations
Color information
#952204 (or 0x952204) is known color: Falu Red. HEX triplet: 95, 22 and 04. RGB value is (149,34,4). Sum of RGB (Red+Green+Blue) = 149+34+4=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #952204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952204 is #6ADDFB. Grayscale: #414141. Windows color (decimal): -7003644 or 270997. OLE color: 270997.
HSL color Cylindrical-coordinate representation of color #952204: hue angle of 12.41º degrees, saturation: 0.95, 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 #952204 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 4 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.42 |
| HSL | 12.41º | 0.95% | 0.3% | - |
| HSV(B) | 12.41º | 0.97% | 0.58% | - |
| XYZ | 12.99 | 7.54 | 0.89 | - |
| YUV | 64.97 | 93.6 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 4 | 0 | 0.77 | 0.97 | 0.42 | 12.41 | 0.95 | 0.3 |
| Hex | 95 | 22 | 4 | 0 | 4D | 61 | 2A | C | 5F | 1E |
| Octal | 225 | 42 | 4 | 0 | 115 | 141 | 52 | 14 | 137 | 36 |
| Binary | 10010101 | 100010 | 100 | 0 | 1001101 | 1100001 | 101010 | 1100 | 1011111 | 11110 |
Color Harmonies of #952204
Complementary color
Monochromatic Colors of #952204
Black with #952204
Text Example
Text Example
White with #952204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952204; }
p { color: rgb(149,34,4); }
H1.HeaderClassName
{
color: #952204;
}
.AnyTagClassName
{
color: #952204;
}
</style>
background-color css
<style>
a { background-color: #952204; }
a { background-color: rgb(149,34,4); }
div.DivClassName
{
background-color: #952204;
}
.BgClassName
{
background-color: #952204;
}
</style>
border-color css
<style>
span { border-color: #952204; }
span { border-color: rgb(149,34,4); }
td.TdClassName
{
border-color: #952204;
}
.TagClassName
{
border-color: #952204;
}
</style>