Html Css Color HEX #901A09 Falu Red

📋 copy color: '#901A09'

red 144 ◦ green 26 ◦ blue 9

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

Shades of Falu Red #901A09

Tints of Falu Red #901A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.53%

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

R = 80.45%
G = 14.53%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#901A09 (or 0x901A09) is known color: Falu Red. HEX triplet: 90, 1A and 09. RGB value is (144,26,9). Sum of RGB (Red+Green+Blue) = 144+26+9=179 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.45% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 144 - color contains mainly: red. Hex color #901A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901A09 is #6FE5F6. Grayscale: #3B3B3B. Windows color (decimal): -7333367 or 596624. OLE color: 596624.

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

Color convert

RGB 144 26 9 -
CMYK 0 0.82 0.94 0.44
HSL 7.56º 0.88% 0.3% -
HSV(B) 7.56º 0.94% 0.56% -
XYZ 11.92 6.69 0.92 -
YUV 59.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 144 26 9 0 0.82 0.94 0.44 7.56 0.88 0.3
Hex 90 1A 9 0 52 5E 2C 8 58 1E
Octal 220 32 11 0 122 136 54 10 130 36
Binary 10010000 11010 1001 0 1010010 1011110 101100 1000 1011000 11110

Color Harmonies of #901A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901A09

Black with #901A09

Text Example


Text Example

White with #901A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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