Html Css Color HEX #901809 Falu Red

📋 copy color: '#901809'

red 144 ◦ green 24 ◦ blue 9

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

Shades of Falu Red #901809

Tints of Falu Red #901809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.56%

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

R = 81.36%
G = 13.56%
B = 5.08%

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

#901809 (or 0x901809) is known color: Falu Red. HEX triplet: 90, 18 and 09. RGB value is (144,24,9). Sum of RGB (Red+Green+Blue) = 144+24+9=177 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.36% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 144 - color contains mainly: red. Hex color #901809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901809 is #6FE7F6. Grayscale: #3A3A3A. Windows color (decimal): -7333879 or 596112. OLE color: 596112.

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

Color convert

RGB 144 24 9 -
CMYK 0 0.83 0.94 0.44
HSL 6.67º 0.88% 0.3% -
HSV(B) 6.67º 0.94% 0.56% -
XYZ 11.88 6.6 0.91 -
YUV 58.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 144 24 9 0 0.83 0.94 0.44 6.67 0.88 0.3
Hex 90 18 9 0 53 5E 2C 7 58 1E
Octal 220 30 11 0 123 136 54 7 130 36
Binary 10010000 11000 1001 0 1010011 1011110 101100 111 1011000 11110

Color Harmonies of #901809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901809

Black with #901809

Text Example


Text Example

White with #901809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901809; }

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

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

background-color css

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

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

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

border-color css

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

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

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