#891B1A

Color #891B1A Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #891B1A

Tints of Falu Red #891B1A

Color information

#891B1A (or 0x891B1A) is unknown color: approx Falu Red. HEX triplet: 89, 1B and 1A. RGB value is (137,27,26). Sum of RGB (Red+Green+Blue) = 137+27+26=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #891B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891B1A is #76E4E5. Grayscale: #3B3B3B. Windows color (decimal): -7791846 or 1710985. OLE color: 1710985.

HSL color Cylindrical-coordinate representation of color #891B1A: hue angle of 0.54º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #891B1A is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB1372726-
CMYK00.800.810.46
HSL0.54º68.1%31.96%-
HSV(B)0.54º81.02%53.73%-
XYZ10.896.181.6-
YUV59.78108.94183.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 72.11%
GREEN value IS 27 (10.94% from 255) = 14.21%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=72.11%
G=14.21%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137272600.800.810.460.5468.131.96
Hex891B1A050512E14420
Octal2113332012012156110440
Binary10001001110111101001010000101000110111011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891B1A; }

 p { color: rgb(137,27,26); }

 H1.HeaderClassName
 {
   color: #891B1A;
 }
 .AnyTagClassName
 {
   color: #891B1A;
 }
</style>
background-color css

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

 a { background-color: rgb(137,27,26); }

 div.DivClassName
 {
   background-color: #891B1A;
 }
 .BgClassName
 {
   background-color: #891B1A;
 }
</style>
border-color css

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

 span { border-color: rgb(137,27,26); }

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