Html Css Color HEX #90140B Falu Red

📋 copy color: '#90140B'

red 144 ◦ green 20 ◦ blue 11

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

Shades of Falu Red #90140B

Tints of Falu Red #90140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.29%

R = 82.29%
G = 11.43%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#90140B (or 0x90140B) is known color: Falu Red. HEX triplet: 90, 14 and 0B. RGB value is (144,20,11). Sum of RGB (Red+Green+Blue) = 144+20+11=175 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.29% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 144 - color contains mainly: red. Hex color #90140B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90140B is #6FEBF4. Grayscale: #383838. Windows color (decimal): -7334901 or 726160. OLE color: 726160.

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

Color convert

RGB 144 20 11 -
CMYK 0 0.86 0.92 0.44
HSL 4.06º 0.86% 0.3% -
HSV(B) 4.06º 0.92% 0.56% -
XYZ 11.81 6.45 0.94 -
YUV 56.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 144 20 11 0 0.86 0.92 0.44 4.06 0.86 0.3
Hex 90 14 B 0 56 5C 2C 4 56 1E
Octal 220 24 13 0 126 134 54 4 126 36
Binary 10010000 10100 1011 0 1010110 1011100 101100 100 1010110 11110

Color Harmonies of #90140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90140B

Black with #90140B

Text Example


Text Example

White with #90140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90140B; }

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

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

background-color css

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

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

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

border-color css

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

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

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