#891805

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

Shades of Falu Red #891805

Tints of Falu Red #891805

Color information

#891805 (or 0x891805) is unknown color: approx Falu Red. HEX triplet: 89, 18 and 05. RGB value is (137,24,5). Sum of RGB (Red+Green+Blue) = 137+24+5=166 (21% of max value = 765). Red value is 137 (53.91% from 255 or 82.53% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 137 - color contains mainly: red. Hex color #891805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891805 is #76E7FA. Grayscale: #373737. Windows color (decimal): -7792635 or 333961. OLE color: 333961.

HSL color Cylindrical-coordinate representation of color #891805: hue angle of 8.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #891805 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB137245-
CMYK00.820.960.46
HSL8.64º92.96%27.84%-
HSV(B)8.64º96.35%53.73%-
XYZ10.675.980.74-
YUV55.6299.44186.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 82.53%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 5 (2.34% from 255) = 3.01%
R=82.53%
G=14.46%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13724500.820.960.468.6492.9627.84
Hex89185052602E95d1c
Octal2113050122140561113534
Binary10001001110001010101001011000001011101001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891805; }

 p { color: rgb(137,24,5); }

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

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

 a { background-color: rgb(137,24,5); }

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

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

 span { border-color: rgb(137,24,5); }

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