Html Css Color HEX #891413 Falu Red

📋 copy color: '#891413'

red 137 ◦ green 20 ◦ blue 19

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

Shades of Falu Red #891413

Tints of Falu Red #891413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.8%

R = 77.84%
G = 11.36%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#891413 (or 0x891413) is known color: Falu Red. HEX triplet: 89, 14 and 13. RGB value is (137,20,19). Sum of RGB (Red+Green+Blue) = 137+20+19=176 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.84% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 137 - color contains mainly: red. Hex color #891413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891413 is #76EBEC. Grayscale: #363636. Windows color (decimal): -7793645 or 1250441. OLE color: 1250441.

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

Color convert

RGB 137 20 19 -
CMYK 0 0.85 0.86 0.46
HSL 0.51º 0.76% 0.31% -
HSV(B) 0.51º 0.86% 0.54% -
XYZ 10.68 5.87 1.19 -
YUV 54.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 137 20 19 0 0.85 0.86 0.46 0.51 0.76 0.31
Hex 89 14 13 0 55 56 2E 1 4C 1F
Octal 211 24 23 0 125 126 56 1 114 37
Binary 10001001 10100 10011 0 1010101 1010110 101110 1 1001100 11111

Color Harmonies of #891413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891413

Black with #891413

Text Example


Text Example

White with #891413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891413; }

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

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

background-color css

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

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

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

border-color css

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

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

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