#901509

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

Shades of Falu Red #901509

Tints of Falu Red #901509

Color information

#901509 (or 0x901509) is unknown color: approx Falu Red. HEX triplet: 90, 15 and 09. RGB value is (144,21,9). Sum of RGB (Red+Green+Blue) = 144+21+9=174 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.76% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 144 - color contains mainly: red. Hex color #901509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901509 is #6FEAF6. Grayscale: #383838. Windows color (decimal): -7334647 or 595344. OLE color: 595344.

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

Color convert

RGB144219-
CMYK00.850.940.44
HSL5.33º88.24%30%-
HSV(B)5.33º93.75%56.47%-
XYZ11.826.490.89-
YUV56.41101.25190.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 82.76%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 9 (3.91% from 255) = 5.17%
R=82.76%
G=12.07%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14421900.850.940.445.3388.2430
Hex901590555E2C5581e
Octal2202511012513654513036
Binary10010000101011001010101011011110101100101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901509; }

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

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

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

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

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

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

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

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