#891E0E

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

Shades of Falu Red #891E0E

Tints of Falu Red #891E0E

Color information

#891E0E (or 0x891E0E) is unknown color: approx Falu Red. HEX triplet: 89, 1E and 0E. RGB value is (137,30,14). Sum of RGB (Red+Green+Blue) = 137+30+14=181 (23% of max value = 765). Red value is 137 (53.91% from 255 or 75.69% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 137 - color contains mainly: red. Hex color #891E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891E0E is #76E1F1. Grayscale: #3C3C3C. Windows color (decimal): -7791090 or 925321. OLE color: 925321.

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

Color convert

RGB1373014-
CMYK00.780.900.46
HSL7.8º81.46%29.61%-
HSV(B)7.8º89.78%53.73%-
XYZ10.866.281.05-
YUV60.17101.95182.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 75.69%
GREEN value IS 30 (12.11% from 255) = 16.57%
BLUE value IS 14 (5.86% from 255) = 7.73%
R=75.69%
G=16.57%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137301400.780.900.467.881.4629.61
Hex891EE04E5A2E8511e
Octal21136160116132561012136
Binary100010011111011100100111010110101011101000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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