Html Css Color HEX #891408 Falu Red

📋 copy color: '#891408'

red 137 ◦ green 20 ◦ blue 8

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

Shades of Falu Red #891408

Tints of Falu Red #891408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.85%

R = 83.03%
G = 12.12%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#891408 (or 0x891408) is known color: Falu Red. HEX triplet: 89, 14 and 08. RGB value is (137,20,8). Sum of RGB (Red+Green+Blue) = 137+20+8=165 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.03% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 137 - color contains mainly: red. Hex color #891408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891408 is #76EBF7. Grayscale: #353535. Windows color (decimal): -7793656 or 529545. OLE color: 529545.

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

Color convert

RGB 137 20 8 -
CMYK 0 0.85 0.94 0.46
HSL 5.58º 0.89% 0.28% -
HSV(B) 5.58º 0.94% 0.54% -
XYZ 10.61 5.84 0.8 -
YUV 53.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 137 20 8 0 0.85 0.94 0.46 5.58 0.89 0.28
Hex 89 14 8 0 55 5E 2E 6 59 1C
Octal 211 24 10 0 125 136 56 6 131 34
Binary 10001001 10100 1000 0 1010101 1011110 101110 110 1011001 11100

Color Harmonies of #891408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891408

Black with #891408

Text Example


Text Example

White with #891408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891408; }

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

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

background-color css

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

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

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

border-color css

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

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

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