Html Css Color HEX #901509 Falu Red

📋 copy color: '#901509'

red 144 ◦ green 21 ◦ blue 9

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

Shades of Falu Red #901509

Tints of Falu Red #901509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

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

R = 82.76%
G = 12.07%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#901509 (or 0x901509) is known color: Falu Red. HEX triplet: 90, 15 and 09. RGB value is (144,21,9). Sum of RGB (Red+Green+Blue) = 144+21+9=174 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.76% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 144 - color contains mainly: red. Hex color #901509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901509 is #6FEAF6. Grayscale: #383838. Windows color (decimal): -7334647 or 595344. OLE color: 595344.

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

Color convert

RGB 144 21 9 -
CMYK 0 0.85 0.94 0.44
HSL 5.33º 0.88% 0.3% -
HSV(B) 5.33º 0.94% 0.56% -
XYZ 11.82 6.49 0.89 -
YUV 56.41 101.25 190.48 -
System Red Green Blue C M Y K H S L
Decimal 144 21 9 0 0.85 0.94 0.44 5.33 0.88 0.3
Hex 90 15 9 0 55 5E 2C 5 58 1E
Octal 220 25 11 0 125 136 54 5 130 36
Binary 10010000 10101 1001 0 1010101 1011110 101100 101 1011000 11110

Color Harmonies of #901509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901509

Black with #901509

Text Example


Text Example

White with #901509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901509; }

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

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

background-color css

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

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

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

border-color css

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

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

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