Shades of Falu Red #932003
Tints of Falu Red #932003
RGB
CMYK
RGB Variations
Color information
#932003 (or 0x932003) is known color: Falu Red. HEX triplet: 93, 20 and 03. RGB value is (147,32,3). Sum of RGB (Red+Green+Blue) = 147+32+3=182 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.77% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 147 - color contains mainly: red. Hex color #932003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932003 is #6CDFFC. Grayscale: #3F3F3F. Windows color (decimal): -7135229 or 204947. OLE color: 204947.
HSL color Cylindrical-coordinate representation of color #932003: hue angle of 12.08º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #932003 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 32 | 3 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.42 |
| HSL | 12.08º | 0.96% | 0.29% | - |
| HSV(B) | 12.08º | 0.98% | 0.58% | - |
| XYZ | 12.57 | 7.24 | 0.82 | - |
| YUV | 63.08 | 94.1 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 3 | 0 | 0.78 | 0.98 | 0.42 | 12.08 | 0.96 | 0.29 |
| Hex | 93 | 20 | 3 | 0 | 4E | 62 | 2A | C | 60 | 1D |
| Octal | 223 | 40 | 3 | 0 | 116 | 142 | 52 | 14 | 140 | 35 |
| Binary | 10010011 | 100000 | 11 | 0 | 1001110 | 1100010 | 101010 | 1100 | 1100000 | 11101 |
Color Harmonies of #932003
Complementary color
Monochromatic Colors of #932003
Black with #932003
Text Example
Text Example
White with #932003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932003; }
p { color: rgb(147,32,3); }
H1.HeaderClassName
{
color: #932003;
}
.AnyTagClassName
{
color: #932003;
}
</style>
background-color css
<style>
a { background-color: #932003; }
a { background-color: rgb(147,32,3); }
div.DivClassName
{
background-color: #932003;
}
.BgClassName
{
background-color: #932003;
}
</style>
border-color css
<style>
span { border-color: #932003; }
span { border-color: rgb(147,32,3); }
td.TdClassName
{
border-color: #932003;
}
.TagClassName
{
border-color: #932003;
}
</style>