#901911

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

Shades of Falu Red #901911

Tints of Falu Red #901911

Color information

#901911 (or 0x901911) is unknown color: approx Falu Red. HEX triplet: 90, 19 and 11. RGB value is (144,25,17). Sum of RGB (Red+Green+Blue) = 144+25+17=186 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.42% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 144 - color contains mainly: red. Hex color #901911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901911 is #6FE6EE. Grayscale: #3B3B3B. Windows color (decimal): -7333615 or 1120656. OLE color: 1120656.

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

Color convert

RGB1442517-
CMYK00.830.880.44
HSL3.78º78.88%31.57%-
HSV(B)3.78º88.19%56.47%-
XYZ11.956.671.19-
YUV59.67103.92188.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 77.42%
GREEN value IS 25 (10.16% from 255) = 13.44%
BLUE value IS 17 (7.03% from 255) = 9.14%
R=77.42%
G=13.44%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144251700.830.880.443.7878.8831.57
Hex901911053582C44f20
Octal2203121012313054411740
Binary1001000011001100010101001110110001011001001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901911; }

 p { color: rgb(144,25,17); }

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

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

 a { background-color: rgb(144,25,17); }

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

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

 span { border-color: rgb(144,25,17); }

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