Shades of Falu Red #921713
Tints of Falu Red #921713
RGB
CMYK
RGB Variations
Color information
#921713 (or 0x921713) is known color: Falu Red. HEX triplet: 92, 17 and 13. RGB value is (146,23,19). Sum of RGB (Red+Green+Blue) = 146+23+19=188 (24% of max value = 765). Red value is 146 (57.42% from 255 or 77.66% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 146 - color contains mainly: red. Hex color #921713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921713 is #6DE8EC. Grayscale: #3B3B3B. Windows color (decimal): -7203053 or 1251218. OLE color: 1251218.
HSL color Cylindrical-coordinate representation of color #921713: hue angle of 1.89º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #921713 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 23 | 19 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.43 |
| HSL | 1.89º | 0.77% | 0.32% | - |
| HSV(B) | 1.89º | 0.87% | 0.57% | - |
| XYZ | 12.28 | 6.77 | 1.28 | - |
| YUV | 59.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 23 | 19 | 0 | 0.84 | 0.87 | 0.43 | 1.89 | 0.77 | 0.32 |
| Hex | 92 | 17 | 13 | 0 | 54 | 57 | 2B | 2 | 4D | 20 |
| Octal | 222 | 27 | 23 | 0 | 124 | 127 | 53 | 2 | 115 | 40 |
| Binary | 10010010 | 10111 | 10011 | 0 | 1010100 | 1010111 | 101011 | 10 | 1001101 | 100000 |
Color Harmonies of #921713
Complementary color
Monochromatic Colors of #921713
Black with #921713
Text Example
Text Example
White with #921713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921713; }
p { color: rgb(146,23,19); }
H1.HeaderClassName
{
color: #921713;
}
.AnyTagClassName
{
color: #921713;
}
</style>
background-color css
<style>
a { background-color: #921713; }
a { background-color: rgb(146,23,19); }
div.DivClassName
{
background-color: #921713;
}
.BgClassName
{
background-color: #921713;
}
</style>
border-color css
<style>
span { border-color: #921713; }
span { border-color: rgb(146,23,19); }
td.TdClassName
{
border-color: #921713;
}
.TagClassName
{
border-color: #921713;
}
</style>