Html Css Color HEX #901A11 Falu Red

📋 copy color: '#901A11'

red 144 ◦ green 26 ◦ blue 17

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

Shades of Falu Red #901A11

Tints of Falu Red #901A11

RGB

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

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

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

R = 77.01%
G = 13.9%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#901A11 (or 0x901A11) is known color: Falu Red. HEX triplet: 90, 1A and 11. RGB value is (144,26,17). Sum of RGB (Red+Green+Blue) = 144+26+17=187 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.01% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 144 - color contains mainly: red. Hex color #901A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901A11 is #6FE5EE. Grayscale: #3C3C3C. Windows color (decimal): -7333359 or 1120912. OLE color: 1120912.

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

Color convert

RGB 144 26 17 -
CMYK 0 0.82 0.88 0.44
HSL 4.25º 0.79% 0.32% -
HSV(B) 4.25º 0.88% 0.56% -
XYZ 11.97 6.71 1.19 -
YUV 60.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 144 26 17 0 0.82 0.88 0.44 4.25 0.79 0.32
Hex 90 1A 11 0 52 58 2C 4 4F 20
Octal 220 32 21 0 122 130 54 4 117 40
Binary 10010000 11010 10001 0 1010010 1011000 101100 100 1001111 100000

Color Harmonies of #901A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901A11

Black with #901A11

Text Example


Text Example

White with #901A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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