#901F09

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

Shades of Falu Red #901F09

Tints of Falu Red #901F09

Color information

#901F09 (or 0x901F09) is unknown color: approx Falu Red. HEX triplet: 90, 1F and 09. RGB value is (144,31,9). Sum of RGB (Red+Green+Blue) = 144+31+9=184 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.26% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 144 - color contains mainly: red. Hex color #901F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901F09 is #6FE0F6. Grayscale: #3E3E3E. Windows color (decimal): -7332087 or 597904. OLE color: 597904.

HSL color Cylindrical-coordinate representation of color #901F09: hue angle of 9.78º 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 #901F09 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB144319-
CMYK00.780.940.44
HSL9.78º88.24%30%-
HSV(B)9.78º93.75%56.47%-
XYZ12.046.930.96-
YUV62.2897.94186.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 78.26%
GREEN value IS 31 (12.5% from 255) = 16.85%
BLUE value IS 9 (3.91% from 255) = 4.89%
R=78.26%
G=16.85%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14431900.780.940.449.7888.2430
Hex901F904E5E2Ca581e
Octal22037110116136541213036
Binary100100001111110010100111010111101011001010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901F09; }

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

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

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

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

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

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

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

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