Shades of Falu Red #932001
Tints of Falu Red #932001
RGB
CMYK
RGB Variations
Color information
#932001 (or 0x932001) is known color: Falu Red. HEX triplet: 93, 20 and 01. RGB value is (147,32,1). Sum of RGB (Red+Green+Blue) = 147+32+1=180 (23% of max value = 765). Red value is 147 (57.81% from 255 or 81.67% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 147 - color contains mainly: red. Hex color #932001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932001 is #6CDFFE. Grayscale: #3F3F3F. Windows color (decimal): -7135231 or 73875. OLE color: 73875.
HSL color Cylindrical-coordinate representation of color #932001: hue angle of 12.74º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #932001 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 32 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.42 |
| HSL | 12.74º | 0.99% | 0.29% | - |
| HSV(B) | 12.74º | 0.99% | 0.58% | - |
| XYZ | 12.55 | 7.24 | 0.76 | - |
| YUV | 62.85 | 93.1 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 1 | 0 | 0.78 | 0.99 | 0.42 | 12.74 | 0.99 | 0.29 |
| Hex | 93 | 20 | 1 | 0 | 4E | 63 | 2A | D | 63 | 1D |
| Octal | 223 | 40 | 1 | 0 | 116 | 143 | 52 | 15 | 143 | 35 |
| Binary | 10010011 | 100000 | 1 | 0 | 1001110 | 1100011 | 101010 | 1101 | 1100011 | 11101 |
Color Harmonies of #932001
Complementary color
Monochromatic Colors of #932001
Black with #932001
Text Example
Text Example
White with #932001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932001; }
p { color: rgb(147,32,1); }
H1.HeaderClassName
{
color: #932001;
}
.AnyTagClassName
{
color: #932001;
}
</style>
background-color css
<style>
a { background-color: #932001; }
a { background-color: rgb(147,32,1); }
div.DivClassName
{
background-color: #932001;
}
.BgClassName
{
background-color: #932001;
}
</style>
border-color css
<style>
span { border-color: #932001; }
span { border-color: rgb(147,32,1); }
td.TdClassName
{
border-color: #932001;
}
.TagClassName
{
border-color: #932001;
}
</style>