Html Css Color HEX #901409 Falu Red

📋 copy color: '#901409'

red 144 ◦ green 20 ◦ blue 9

#901409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #901409

Tints of Falu Red #901409

RGB

 RED value IS 144 (56.64% from 255) = 83.24%

 GREEN value IS 20 (8.2% from 255) = 11.56%

 BLUE value IS 9 (3.91% from 255) = 5.2%

R = 83.24%
G = 11.56%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#901409 (or 0x901409) is known color: Falu Red. HEX triplet: 90, 14 and 09. RGB value is (144,20,9). Sum of RGB (Red+Green+Blue) = 144+20+9=173 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.24% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 144 - color contains mainly: red. Hex color #901409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901409 is #6FEBF6. Grayscale: #373737. Windows color (decimal): -7334903 or 595088. OLE color: 595088.

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

Color convert

RGB 144 20 9 -
CMYK 0 0.86 0.94 0.44
HSL 4.89º 0.88% 0.3% -
HSV(B) 4.89º 0.94% 0.56% -
XYZ 11.8 6.45 0.88 -
YUV 55.82 101.58 190.89 -
System Red Green Blue C M Y K H S L
Decimal 144 20 9 0 0.86 0.94 0.44 4.89 0.88 0.3
Hex 90 14 9 0 56 5E 2C 5 58 1E
Octal 220 24 11 0 126 136 54 5 130 36
Binary 10010000 10100 1001 0 1010110 1011110 101100 101 1011000 11110

Color Harmonies of #901409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901409

Black with #901409

Text Example


Text Example

White with #901409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901409; }

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

 H1.HeaderClassName
 {
   color: #901409;
 }
 .AnyTagClassName
 {
   color: #901409;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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