Shades of Falu Red #911C04
Tints of Falu Red #911C04
RGB
CMYK
RGB Variations
Color information
#911C04 (or 0x911C04) is known color: Falu Red. HEX triplet: 91, 1C and 04. RGB value is (145,28,4). Sum of RGB (Red+Green+Blue) = 145+28+4=177 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.92% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 145 - color contains mainly: red. Hex color #911C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911C04 is #6EE3FB. Grayscale: #3C3C3C. Windows color (decimal): -7267324 or 269457. OLE color: 269457.
HSL color Cylindrical-coordinate representation of color #911C04: hue angle of 10.21º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #911C04 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 28 | 4 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.43 |
| HSL | 10.21º | 0.95% | 0.29% | - |
| HSV(B) | 10.21º | 0.97% | 0.57% | - |
| XYZ | 12.11 | 6.86 | 0.8 | - |
| YUV | 60.25 | 96.26 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 28 | 4 | 0 | 0.81 | 0.97 | 0.43 | 10.21 | 0.95 | 0.29 |
| Hex | 91 | 1C | 4 | 0 | 51 | 61 | 2B | A | 5F | 1D |
| Octal | 221 | 34 | 4 | 0 | 121 | 141 | 53 | 12 | 137 | 35 |
| Binary | 10010001 | 11100 | 100 | 0 | 1010001 | 1100001 | 101011 | 1010 | 1011111 | 11101 |
Color Harmonies of #911C04
Complementary color
Monochromatic Colors of #911C04
Black with #911C04
Text Example
Text Example
White with #911C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911C04; }
p { color: rgb(145,28,4); }
H1.HeaderClassName
{
color: #911C04;
}
.AnyTagClassName
{
color: #911C04;
}
</style>
background-color css
<style>
a { background-color: #911C04; }
a { background-color: rgb(145,28,4); }
div.DivClassName
{
background-color: #911C04;
}
.BgClassName
{
background-color: #911C04;
}
</style>
border-color css
<style>
span { border-color: #911C04; }
span { border-color: rgb(145,28,4); }
td.TdClassName
{
border-color: #911C04;
}
.TagClassName
{
border-color: #911C04;
}
</style>