#891E19

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

Shades of Falu Red #891E19

Tints of Falu Red #891E19

Color information

#891E19 (or 0x891E19) is unknown color: approx Falu Red. HEX triplet: 89, 1E and 19. RGB value is (137,30,25). Sum of RGB (Red+Green+Blue) = 137+30+25=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #891E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891E19 is #76E1E6. Grayscale: #3D3D3D. Windows color (decimal): -7791079 or 1646217. OLE color: 1646217.

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

Color convert

RGB1373025-
CMYK00.780.820.46
HSL2.68º69.14%31.76%-
HSV(B)2.68º81.75%53.73%-
XYZ10.966.321.56-
YUV61.42107.45181.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 71.35%
GREEN value IS 30 (12.11% from 255) = 15.62%
BLUE value IS 25 (10.16% from 255) = 13.02%
R=71.35%
G=15.62%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137302500.780.820.462.6869.1431.76
Hex891E1904E522E34520
Octal2113631011612256310540
Binary100010011111011001010011101010010101110111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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