#901815

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

Shades of Falu Red #901815

Tints of Falu Red #901815

Color information

#901815 (or 0x901815) is unknown color: approx Falu Red. HEX triplet: 90, 18 and 15. RGB value is (144,24,21). Sum of RGB (Red+Green+Blue) = 144+24+21=189 (25% of max value = 765). Red value is 144 (56.64% from 255 or 76.19% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 144 - color contains mainly: red. Hex color #901815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901815 is #6FE7EA. Grayscale: #3B3B3B. Windows color (decimal): -7333867 or 1382544. OLE color: 1382544.

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

Color convert

RGB1442421-
CMYK00.830.850.44
HSL1.46º74.55%32.35%-
HSV(B)1.46º85.42%56.47%-
XYZ11.966.641.36-
YUV59.54106.26188.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 76.19%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 21 (8.59% from 255) = 11.11%
R=76.19%
G=12.70%
B=11.11%

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
Decimal144242100.830.850.441.4674.5532.35
Hex901815053552C14b20
Octal2203025012312554111340
Binary10010000110001010101010011101010110110011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901815; }

 p { color: rgb(144,24,21); }

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

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

 a { background-color: rgb(144,24,21); }

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

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

 span { border-color: rgb(144,24,21); }

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