Html Css Color HEX #901211 Falu Red

📋 copy color: '#901211'

red 144 ◦ green 18 ◦ blue 17

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

Shades of Falu Red #901211

Tints of Falu Red #901211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.06%

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

R = 80.45%
G = 10.06%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#901211 (or 0x901211) is known color: Falu Red. HEX triplet: 90, 12 and 11. RGB value is (144,18,17). Sum of RGB (Red+Green+Blue) = 144+18+17=179 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.45% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 144 - color contains mainly: red. Hex color #901211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901211 is #6FEDEE. Grayscale: #373737. Windows color (decimal): -7335407 or 1118864. OLE color: 1118864.

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

Color convert

RGB 144 18 17 -
CMYK 0 0.88 0.88 0.44
HSL 0.47º 0.79% 0.32% -
HSV(B) 0.47º 0.88% 0.56% -
XYZ 11.82 6.4 1.14 -
YUV 55.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 144 18 17 0 0.88 0.88 0.44 0.47 0.79 0.32
Hex 90 12 11 0 58 58 2C 0 4F 20
Octal 220 22 21 0 130 130 54 0 117 40
Binary 10010000 10010 10001 0 1011000 1011000 101100 0 1001111 100000

Color Harmonies of #901211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901211

Black with #901211

Text Example


Text Example

White with #901211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901211; }

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

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

background-color css

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

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

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

border-color css

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

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

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