#901916

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

Shades of Falu Red #901916

Tints of Falu Red #901916

Color information

#901916 (or 0x901916) is unknown color: approx Falu Red. HEX triplet: 90, 19 and 16. RGB value is (144,25,22). Sum of RGB (Red+Green+Blue) = 144+25+22=191 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.39% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 144 - color contains mainly: red. Hex color #901916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901916 is #6FE6E9. Grayscale: #3C3C3C. Windows color (decimal): -7333610 or 1448336. OLE color: 1448336.

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

Color convert

RGB1442522-
CMYK00.830.850.44
HSL1.48º73.49%32.55%-
HSV(B)1.48º84.72%56.47%-
XYZ11.996.681.42-
YUV60.24106.42187.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 75.39%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=75.39%
G=13.09%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144252200.830.850.441.4873.4932.55
Hex901916053552C14921
Octal2203126012312554111141
Binary10010000110011011001010011101010110110011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901916; }

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

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

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

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

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

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

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

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