Html Css Color HEX #901909 Falu Red

📋 copy color: '#901909'

red 144 ◦ green 25 ◦ blue 9

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

Shades of Falu Red #901909

Tints of Falu Red #901909

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.04%

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

R = 80.9%
G = 14.04%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#901909 (or 0x901909) is known color: Falu Red. HEX triplet: 90, 19 and 09. RGB value is (144,25,9). Sum of RGB (Red+Green+Blue) = 144+25+9=178 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.90% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 144 - color contains mainly: red. Hex color #901909 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901909 is #6FE6F6. Grayscale: #3A3A3A. Windows color (decimal): -7333623 or 596368. OLE color: 596368.

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

Color convert

RGB 144 25 9 -
CMYK 0 0.83 0.94 0.44
HSL 7.11º 0.88% 0.3% -
HSV(B) 7.11º 0.94% 0.56% -
XYZ 11.9 6.64 0.91 -
YUV 58.76 99.92 188.8 -
System Red Green Blue C M Y K H S L
Decimal 144 25 9 0 0.83 0.94 0.44 7.11 0.88 0.3
Hex 90 19 9 0 53 5E 2C 7 58 1E
Octal 220 31 11 0 123 136 54 7 130 36
Binary 10010000 11001 1001 0 1010011 1011110 101100 111 1011000 11110

Color Harmonies of #901909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901909

Black with #901909

Text Example


Text Example

White with #901909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901909; }

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

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

background-color css

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

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

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

border-color css

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

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

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