#891A03

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

Shades of Falu Red #891A03

Tints of Falu Red #891A03

Color information

#891A03 (or 0x891A03) is unknown color: approx Falu Red. HEX triplet: 89, 1A and 03. RGB value is (137,26,3). Sum of RGB (Red+Green+Blue) = 137+26+3=166 (21% of max value = 765). Red value is 137 (53.91% from 255 or 82.53% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 137 - color contains mainly: red. Hex color #891A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891A03 is #76E5FC. Grayscale: #383838. Windows color (decimal): -7792125 or 203401. OLE color: 203401.

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

Color convert

RGB137263-
CMYK00.810.980.46
HSL10.3º95.71%27.45%-
HSV(B)10.3º97.81%53.73%-
XYZ10.76.060.69-
YUV56.5797.77185.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 82.53%
GREEN value IS 26 (10.55% from 255) = 15.66%
BLUE value IS 3 (1.56% from 255) = 1.81%
R=82.53%
G=15.66%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13726300.810.980.4610.395.7127.45
Hex891A3051622Ea601b
Octal2113230121142561214033
Binary1000100111010110101000111000101011101010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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