Html Css Color HEX #891411 Falu Red

📋 copy color: '#891411'

red 137 ◦ green 20 ◦ blue 17

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

Shades of Falu Red #891411

Tints of Falu Red #891411

RGB

 RED value IS 137 (53.91% from 255) = 78.74%

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

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

R = 78.74%
G = 11.49%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#891411 (or 0x891411) is known color: Falu Red. HEX triplet: 89, 14 and 11. RGB value is (137,20,17). Sum of RGB (Red+Green+Blue) = 137+20+17=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #891411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891411 is #76EBEE. Grayscale: #363636. Windows color (decimal): -7793647 or 1119369. OLE color: 1119369.

HSL color Cylindrical-coordinate representation of color #891411: hue angle of 1.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891411 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 20 17 -
CMYK 0 0.85 0.88 0.46
HSL 1.5º 0.78% 0.3% -
HSV(B) 1.5º 0.88% 0.54% -
XYZ 10.67 5.86 1.1 -
YUV 54.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 137 20 17 0 0.85 0.88 0.46 1.5 0.78 0.3
Hex 89 14 11 0 55 58 2E 2 4E 1E
Octal 211 24 21 0 125 130 56 2 116 36
Binary 10001001 10100 10001 0 1010101 1011000 101110 10 1001110 11110

Color Harmonies of #891411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891411

Black with #891411

Text Example


Text Example

White with #891411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891411; }

 p { color: rgb(137,20,17); }

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

background-color css

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

 a { background-color: rgb(137,20,17); }

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

border-color css

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

 span { border-color: rgb(137,20,17); }

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