#931E09

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

Shades of Falu Red #931E09

Tints of Falu Red #931E09

Color information

#931E09 (or 0x931E09) is unknown color: approx Falu Red. HEX triplet: 93, 1E and 09. RGB value is (147,30,9). Sum of RGB (Red+Green+Blue) = 147+30+9=186 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.03% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 147 - color contains mainly: red. Hex color #931E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931E09 is #6CE1F6. Grayscale: #3E3E3E. Windows color (decimal): -7135735 or 597651. OLE color: 597651.

HSL color Cylindrical-coordinate representation of color #931E09: hue angle of 9.13º 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 #931E09 is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB147309-
CMYK00.800.940.42
HSL9.13º88.46%30.59%-
HSV(B)9.13º93.88%57.65%-
XYZ12.557.150.98-
YUV62.5997.76188.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 79.03%
GREEN value IS 30 (12.11% from 255) = 16.13%
BLUE value IS 9 (3.91% from 255) = 4.84%
R=79.03%
G=16.13%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14730900.800.940.429.1388.4630.59
Hex931E90505E2A9581f
Octal22336110120136521113037
Binary100100111111010010101000010111101010101001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931E09; }

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

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

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

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

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

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

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

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