Shades of Falu Red #911F03
Tints of Falu Red #911F03
RGB
CMYK
RGB Variations
Color information
#911F03 (or 0x911F03) is known color: Falu Red. HEX triplet: 91, 1F and 03. RGB value is (145,31,3). Sum of RGB (Red+Green+Blue) = 145+31+3=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #911F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911F03 is #6EE0FC. Grayscale: #3E3E3E. Windows color (decimal): -7266557 or 204689. OLE color: 204689.
HSL color Cylindrical-coordinate representation of color #911F03: hue angle of 11.83º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #911F03 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 31 | 3 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.43 |
| HSL | 11.83º | 0.96% | 0.29% | - |
| HSV(B) | 11.83º | 0.98% | 0.57% | - |
| XYZ | 12.18 | 7.01 | 0.8 | - |
| YUV | 61.89 | 94.77 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 31 | 3 | 0 | 0.79 | 0.98 | 0.43 | 11.83 | 0.96 | 0.29 |
| Hex | 91 | 1F | 3 | 0 | 4F | 62 | 2B | C | 60 | 1D |
| Octal | 221 | 37 | 3 | 0 | 117 | 142 | 53 | 14 | 140 | 35 |
| Binary | 10010001 | 11111 | 11 | 0 | 1001111 | 1100010 | 101011 | 1100 | 1100000 | 11101 |
Color Harmonies of #911F03
Complementary color
Monochromatic Colors of #911F03
Black with #911F03
Text Example
Text Example
White with #911F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911F03; }
p { color: rgb(145,31,3); }
H1.HeaderClassName
{
color: #911F03;
}
.AnyTagClassName
{
color: #911F03;
}
</style>
background-color css
<style>
a { background-color: #911F03; }
a { background-color: rgb(145,31,3); }
div.DivClassName
{
background-color: #911F03;
}
.BgClassName
{
background-color: #911F03;
}
</style>
border-color css
<style>
span { border-color: #911F03; }
span { border-color: rgb(145,31,3); }
td.TdClassName
{
border-color: #911F03;
}
.TagClassName
{
border-color: #911F03;
}
</style>