Html Css Color HEX #891911 Falu Red

📋 copy color: '#891911'

red 137 ◦ green 25 ◦ blue 17

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

Shades of Falu Red #891911

Tints of Falu Red #891911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.97%

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

R = 76.54%
G = 13.97%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#891911 (or 0x891911) is known color: Falu Red. HEX triplet: 89, 19 and 11. RGB value is (137,25,17). Sum of RGB (Red+Green+Blue) = 137+25+17=179 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.54% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 137 - color contains mainly: red. Hex color #891911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891911 is #76E6EE. Grayscale: #393939. Windows color (decimal): -7792367 or 1120649. OLE color: 1120649.

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

Color convert

RGB 137 25 17 -
CMYK 0 0.82 0.88 0.46
HSL 0.78% 0.3% -
HSV(B) 0.88% 0.54% -
XYZ 10.77 6.05 1.13 -
YUV 57.58 105.11 184.65 -
System Red Green Blue C M Y K H S L
Decimal 137 25 17 0 0.82 0.88 0.46 4 0.78 0.3
Hex 89 19 11 0 52 58 2E 4 4E 1E
Octal 211 31 21 0 122 130 56 4 116 36
Binary 10001001 11001 10001 0 1010010 1011000 101110 100 1001110 11110

Color Harmonies of #891911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891911

Black with #891911

Text Example


Text Example

White with #891911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891911; }

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

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

background-color css

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

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

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

border-color css

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

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

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