Shades of Falu Red #932500
Tints of Falu Red #932500
RGB
CMYK
RGB Variations
Color information
#932500 (or 0x932500) is known color: Falu Red. HEX triplet: 93, 25 and 00. RGB value is (147,37,0). Sum of RGB (Red+Green+Blue) = 147+37+0=184 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.89% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 147 - color contains mainly: red. Hex color #932500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932500 is #6CDAFF. Grayscale: #414141. Windows color (decimal): -7133952 or 9619. OLE color: 9619.
HSL color Cylindrical-coordinate representation of color #932500: hue angle of 15.1º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #932500 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 37 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.42 |
| HSL | 15.1º | 1% | 0.29% | - |
| HSV(B) | 15.1º | 1% | 0.58% | - |
| XYZ | 12.69 | 7.53 | 0.78 | - |
| YUV | 65.67 | 90.94 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 37 | 0 | 0 | 0.75 | 1 | 0.42 | 15.1 | 1 | 0.29 |
| Hex | 93 | 25 | 0 | 0 | 4B | 64 | 2A | F | 64 | 1D |
| Octal | 223 | 45 | 0 | 0 | 113 | 144 | 52 | 17 | 144 | 35 |
| Binary | 10010011 | 100101 | 0 | 0 | 1001011 | 1100100 | 101010 | 1111 | 1100100 | 11101 |
Color Harmonies of #932500
Complementary color
Monochromatic Colors of #932500
Black with #932500
Text Example
Text Example
White with #932500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932500; }
p { color: rgb(147,37,0); }
H1.HeaderClassName
{
color: #932500;
}
.AnyTagClassName
{
color: #932500;
}
</style>
background-color css
<style>
a { background-color: #932500; }
a { background-color: rgb(147,37,0); }
div.DivClassName
{
background-color: #932500;
}
.BgClassName
{
background-color: #932500;
}
</style>
border-color css
<style>
span { border-color: #932500; }
span { border-color: rgb(147,37,0); }
td.TdClassName
{
border-color: #932500;
}
.TagClassName
{
border-color: #932500;
}
</style>