Shades of Falu Red #911C02
Tints of Falu Red #911C02
RGB
CMYK
RGB Variations
Color information
#911C02 (or 0x911C02) is known color: Falu Red. HEX triplet: 91, 1C and 02. RGB value is (145,28,2). Sum of RGB (Red+Green+Blue) = 145+28+2=175 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.86% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 145 - color contains mainly: red. Hex color #911C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911C02 is #6EE3FD. Grayscale: #3C3C3C. Windows color (decimal): -7267326 or 138385. OLE color: 138385.
HSL color Cylindrical-coordinate representation of color #911C02: hue angle of 10.91º degrees, saturation: 0.97, 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 #911C02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 28 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.43 |
| HSL | 10.91º | 0.97% | 0.29% | - |
| HSV(B) | 10.91º | 0.99% | 0.57% | - |
| XYZ | 12.1 | 6.85 | 0.74 | - |
| YUV | 60.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 28 | 2 | 0 | 0.81 | 0.99 | 0.43 | 10.91 | 0.97 | 0.29 |
| Hex | 91 | 1C | 2 | 0 | 51 | 63 | 2B | B | 61 | 1D |
| Octal | 221 | 34 | 2 | 0 | 121 | 143 | 53 | 13 | 141 | 35 |
| Binary | 10010001 | 11100 | 10 | 0 | 1010001 | 1100011 | 101011 | 1011 | 1100001 | 11101 |
Color Harmonies of #911C02
Complementary color
Monochromatic Colors of #911C02
Black with #911C02
Text Example
Text Example
White with #911C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911C02; }
p { color: rgb(145,28,2); }
H1.HeaderClassName
{
color: #911C02;
}
.AnyTagClassName
{
color: #911C02;
}
</style>
background-color css
<style>
a { background-color: #911C02; }
a { background-color: rgb(145,28,2); }
div.DivClassName
{
background-color: #911C02;
}
.BgClassName
{
background-color: #911C02;
}
</style>
border-color css
<style>
span { border-color: #911C02; }
span { border-color: rgb(145,28,2); }
td.TdClassName
{
border-color: #911C02;
}
.TagClassName
{
border-color: #911C02;
}
</style>