#932009

Color #932009 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #932009

Tints of Falu Red #932009

Color information

#932009 (or 0x932009) is unknown color: approx Falu Red. HEX triplet: 93, 20 and 09. RGB value is (147,32,9). Sum of RGB (Red+Green+Blue) = 147+32+9=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #932009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932009 is #6CDFF6. Grayscale: #3F3F3F. Windows color (decimal): -7135223 or 598163. OLE color: 598163.

HSL color Cylindrical-coordinate representation of color #932009: hue angle of 10º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #932009 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB147329-
CMYK00.780.940.42
HSL10º88.46%30.59%-
HSV(B)10º93.88%57.65%-
XYZ12.67.260.99-
YUV63.7697.1187.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 78.19%
GREEN value IS 32 (12.89% from 255) = 17.02%
BLUE value IS 9 (3.91% from 255) = 4.79%
R=78.19%
G=17.02%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14732900.780.940.421088.4630.59
Hex9320904E5E2Aa581f
Octal22340110116136521213037
Binary1001001110000010010100111010111101010101010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932009; }

 p { color: rgb(147,32,9); }

 H1.HeaderClassName
 {
   color: #932009;
 }
 .AnyTagClassName
 {
   color: #932009;
 }
</style>
background-color css

<style>
 a { background-color: #932009; }

 a { background-color: rgb(147,32,9); }

 div.DivClassName
 {
   background-color: #932009;
 }
 .BgClassName
 {
   background-color: #932009;
 }
</style>
border-color css

<style>
 span { border-color: #932009; }

 span { border-color: rgb(147,32,9); }

 td.TdClassName
 {
   border-color: #932009;
 }
 .TagClassName
 {
   border-color: #932009;
 }
</style>