Html Css Color HEX #901412 Falu Red

📋 copy color: '#901412'

red 144 ◦ green 20 ◦ blue 18

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

Shades of Falu Red #901412

Tints of Falu Red #901412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 79.12%
G = 10.99%
B = 9.89%

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

#901412 (or 0x901412) is known color: Falu Red. HEX triplet: 90, 14 and 12. RGB value is (144,20,18). Sum of RGB (Red+Green+Blue) = 144+20+18=182 (24% of max value = 765). Red value is 144 (56.64% from 255 or 79.12% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 144 - color contains mainly: red. Hex color #901412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901412 is #6FEBED. Grayscale: #383838. Windows color (decimal): -7334894 or 1184912. OLE color: 1184912.

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

Color convert

RGB 144 20 18 -
CMYK 0 0.86 0.88 0.44
HSL 0.95º 0.78% 0.32% -
HSV(B) 0.95º 0.88% 0.56% -
XYZ 11.86 6.47 1.2 -
YUV 56.85 106.08 190.16 -
System Red Green Blue C M Y K H S L
Decimal 144 20 18 0 0.86 0.88 0.44 0.95 0.78 0.32
Hex 90 14 12 0 56 58 2C 1 4E 20
Octal 220 24 22 0 126 130 54 1 116 40
Binary 10010000 10100 10010 0 1010110 1011000 101100 1 1001110 100000

Color Harmonies of #901412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901412

Black with #901412

Text Example


Text Example

White with #901412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901412; }

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

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

background-color css

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

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

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

border-color css

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

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

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