Shades of Falu Red #932402
Tints of Falu Red #932402
RGB
CMYK
RGB Variations
Color information
#932402 (or 0x932402) is known color: Falu Red. HEX triplet: 93, 24 and 02. RGB value is (147,36,2). Sum of RGB (Red+Green+Blue) = 147+36+2=185 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.46% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 147 - color contains mainly: red. Hex color #932402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932402 is #6CDBFD. Grayscale: #414141. Windows color (decimal): -7134206 or 140435. OLE color: 140435.
HSL color Cylindrical-coordinate representation of color #932402: hue angle of 14.07º degrees, saturation: 0.97, 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 #932402 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 36 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.42 |
| HSL | 14.07º | 0.97% | 0.29% | - |
| HSV(B) | 14.07º | 0.99% | 0.58% | - |
| XYZ | 12.67 | 7.47 | 0.83 | - |
| YUV | 65.31 | 92.27 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 36 | 2 | 0 | 0.76 | 0.99 | 0.42 | 14.07 | 0.97 | 0.29 |
| Hex | 93 | 24 | 2 | 0 | 4C | 63 | 2A | E | 61 | 1D |
| Octal | 223 | 44 | 2 | 0 | 114 | 143 | 52 | 16 | 141 | 35 |
| Binary | 10010011 | 100100 | 10 | 0 | 1001100 | 1100011 | 101010 | 1110 | 1100001 | 11101 |
Color Harmonies of #932402
Complementary color
Monochromatic Colors of #932402
Black with #932402
Text Example
Text Example
White with #932402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932402; }
p { color: rgb(147,36,2); }
H1.HeaderClassName
{
color: #932402;
}
.AnyTagClassName
{
color: #932402;
}
</style>
background-color css
<style>
a { background-color: #932402; }
a { background-color: rgb(147,36,2); }
div.DivClassName
{
background-color: #932402;
}
.BgClassName
{
background-color: #932402;
}
</style>
border-color css
<style>
span { border-color: #932402; }
span { border-color: rgb(147,36,2); }
td.TdClassName
{
border-color: #932402;
}
.TagClassName
{
border-color: #932402;
}
</style>