#891E08

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

Shades of Falu Red #891E08

Tints of Falu Red #891E08

Color information

#891E08 (or 0x891E08) is unknown color: approx Falu Red. HEX triplet: 89, 1E and 08. RGB value is (137,30,8). Sum of RGB (Red+Green+Blue) = 137+30+8=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #891E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891E08 is #76E1F7. Grayscale: #3B3B3B. Windows color (decimal): -7791096 or 532105. OLE color: 532105.

HSL color Cylindrical-coordinate representation of color #891E08: hue angle of 10.23º 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 #891E08 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB137308-
CMYK00.780.940.46
HSL10.23º88.97%28.43%-
HSV(B)10.23º94.16%53.73%-
XYZ10.826.260.87-
YUV59.4898.95183.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 78.29%
GREEN value IS 30 (12.11% from 255) = 17.14%
BLUE value IS 8 (3.52% from 255) = 4.57%
R=78.29%
G=17.14%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13730800.780.940.4610.2388.9728.43
Hex891E804E5E2Ea591c
Octal21136100116136561213134
Binary100010011111010000100111010111101011101010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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