#911A09

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

Shades of Falu Red #911A09

Tints of Falu Red #911A09

Color information

#911A09 (or 0x911A09) is unknown color: approx Falu Red. HEX triplet: 91, 1A and 09. RGB value is (145,26,9). Sum of RGB (Red+Green+Blue) = 145+26+9=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #911A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911A09 is #6EE5F6. Grayscale: #3B3B3B. Windows color (decimal): -7267831 or 596625. OLE color: 596625.

HSL color Cylindrical-coordinate representation of color #911A09: hue angle of 7.5º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #911A09 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB145269-
CMYK00.820.940.43
HSL7.5º88.31%30.2%-
HSV(B)7.5º93.79%56.86%-
XYZ12.16.780.93-
YUV59.6499.42188.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 80.56%
GREEN value IS 26 (10.55% from 255) = 14.44%
BLUE value IS 9 (3.91% from 255) = 5%
R=80.56%
G=14.44%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14526900.820.940.437.588.3130.2
Hex911A90525E2B8581e
Octal22132110122136531013036
Binary100100011101010010101001010111101010111000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911A09; }

 p { color: rgb(145,26,9); }

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

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

 a { background-color: rgb(145,26,9); }

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

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

 span { border-color: rgb(145,26,9); }

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