Shades of Falu Red #911D01
Tints of Falu Red #911D01
RGB
CMYK
RGB Variations
Color information
#911D01 (or 0x911D01) is known color: Falu Red. HEX triplet: 91, 1D and 01. RGB value is (145,29,1). Sum of RGB (Red+Green+Blue) = 145+29+1=175 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.86% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 145 - color contains mainly: red. Hex color #911D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911D01 is #6EE2FE. Grayscale: #3C3C3C. Windows color (decimal): -7267071 or 73105. OLE color: 73105.
HSL color Cylindrical-coordinate representation of color #911D01: hue angle of 11.67º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #911D01 is Cyan = 0, Magento = 0.8, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 29 | 1 | - |
| CMYK | 0 | 0.8 | 0.99 | 0.43 |
| HSL | 11.67º | 0.99% | 0.29% | - |
| HSV(B) | 11.67º | 0.99% | 0.57% | - |
| XYZ | 12.12 | 6.9 | 0.72 | - |
| YUV | 60.49 | 94.43 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 29 | 1 | 0 | 0.8 | 0.99 | 0.43 | 11.67 | 0.99 | 0.29 |
| Hex | 91 | 1D | 1 | 0 | 50 | 63 | 2B | C | 63 | 1D |
| Octal | 221 | 35 | 1 | 0 | 120 | 143 | 53 | 14 | 143 | 35 |
| Binary | 10010001 | 11101 | 1 | 0 | 1010000 | 1100011 | 101011 | 1100 | 1100011 | 11101 |
Color Harmonies of #911D01
Complementary color
Monochromatic Colors of #911D01
Black with #911D01
Text Example
Text Example
White with #911D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911D01; }
p { color: rgb(145,29,1); }
H1.HeaderClassName
{
color: #911D01;
}
.AnyTagClassName
{
color: #911D01;
}
</style>
background-color css
<style>
a { background-color: #911D01; }
a { background-color: rgb(145,29,1); }
div.DivClassName
{
background-color: #911D01;
}
.BgClassName
{
background-color: #911D01;
}
</style>
border-color css
<style>
span { border-color: #911D01; }
span { border-color: rgb(145,29,1); }
td.TdClassName
{
border-color: #911D01;
}
.TagClassName
{
border-color: #911D01;
}
</style>