Html Css Color HEX #901614 Falu Red

📋 copy color: '#901614'

red 144 ◦ green 22 ◦ blue 20

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

Shades of Falu Red #901614

Tints of Falu Red #901614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.83%

 BLUE value IS 20 (8.2% from 255) = 10.75%

R = 77.42%
G = 11.83%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#901614 (or 0x901614) is known color: Falu Red. HEX triplet: 90, 16 and 14. RGB value is (144,22,20). Sum of RGB (Red+Green+Blue) = 144+22+20=186 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.42% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 144 - color contains mainly: red. Hex color #901614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901614 is #6FE9EB. Grayscale: #3A3A3A. Windows color (decimal): -7334380 or 1316496. OLE color: 1316496.

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

Color convert

RGB 144 22 20 -
CMYK 0 0.85 0.86 0.44
HSL 0.97º 0.76% 0.32% -
HSV(B) 0.97º 0.86% 0.56% -
XYZ 11.91 6.55 1.3 -
YUV 58.25 106.42 189.16 -
System Red Green Blue C M Y K H S L
Decimal 144 22 20 0 0.85 0.86 0.44 0.97 0.76 0.32
Hex 90 16 14 0 55 56 2C 1 4C 20
Octal 220 26 24 0 125 126 54 1 114 40
Binary 10010000 10110 10100 0 1010101 1010110 101100 1 1001100 100000

Color Harmonies of #901614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901614

Black with #901614

Text Example


Text Example

White with #901614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901614; }

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

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

background-color css

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

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

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

border-color css

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

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

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