Html Css Color HEX #901411 Falu Red

📋 copy color: '#901411'

red 144 ◦ green 20 ◦ blue 17

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

Shades of Falu Red #901411

Tints of Falu Red #901411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.39%

R = 79.56%
G = 11.05%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#901411 (or 0x901411) is known color: Falu Red. HEX triplet: 90, 14 and 11. RGB value is (144,20,17). Sum of RGB (Red+Green+Blue) = 144+20+17=181 (23% of max value = 765). Red value is 144 (56.64% from 255 or 79.56% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 144 - color contains mainly: red. Hex color #901411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901411 is #6FEBEE. Grayscale: #383838. Windows color (decimal): -7334895 or 1119376. OLE color: 1119376.

HSL color Cylindrical-coordinate representation of color #901411: hue angle of 1.42º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901411 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 20 17 -
CMYK 0 0.86 0.88 0.44
HSL 1.42º 0.79% 0.32% -
HSV(B) 1.42º 0.88% 0.56% -
XYZ 11.85 6.47 1.15 -
YUV 56.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 144 20 17 0 0.86 0.88 0.44 1.42 0.79 0.32
Hex 90 14 11 0 56 58 2C 1 4F 20
Octal 220 24 21 0 126 130 54 1 117 40
Binary 10010000 10100 10001 0 1010110 1011000 101100 1 1001111 100000

Color Harmonies of #901411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901411

Black with #901411

Text Example


Text Example

White with #901411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901411; }

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

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

background-color css

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

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

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

border-color css

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

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

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