#911211

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

Shades of Falu Red #911211

Tints of Falu Red #911211

Color information

#911211 (or 0x911211) is unknown color: approx Falu Red. HEX triplet: 91, 12 and 11. RGB value is (145,18,17). Sum of RGB (Red+Green+Blue) = 145+18+17=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #911211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911211 is #6EEDEE. Grayscale: #373737. Windows color (decimal): -7269871 or 1118865. OLE color: 1118865.

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

Color convert

RGB1451817-
CMYK00.880.880.43
HSL0.47º79.01%31.76%-
HSV(B)0.47º88.28%56.86%-
XYZ11.996.491.15-
YUV55.86106.08191.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 80.56%
GREEN value IS 18 (7.42% from 255) = 10%
BLUE value IS 17 (7.03% from 255) = 9.44%
R=80.56%
G=10%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145181700.880.880.430.4779.0131.76
Hex911211058582B04f20
Octal2212221013013053011740
Binary10010001100101000101011000101100010101101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911211; }

 p { color: rgb(145,18,17); }

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

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

 a { background-color: rgb(145,18,17); }

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

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

 span { border-color: rgb(145,18,17); }

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