#891802

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

Shades of Falu Red #891802

Tints of Falu Red #891802

Color information

#891802 (or 0x891802) is unknown color: approx Falu Red. HEX triplet: 89, 18 and 02. RGB value is (137,24,2). Sum of RGB (Red+Green+Blue) = 137+24+2=163 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.05% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 137 - color contains mainly: red. Hex color #891802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891802 is #76E7FD. Grayscale: #373737. Windows color (decimal): -7792638 or 137353. OLE color: 137353.

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

Color convert

RGB137242-
CMYK00.820.990.46
HSL9.78º97.12%27.25%-
HSV(B)9.78º98.54%53.73%-
XYZ10.655.980.65-
YUV55.2897.94186.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 84.05%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 2 (1.17% from 255) = 1.23%
R=84.05%
G=14.72%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13724200.820.990.469.7897.1227.25
Hex89182052632Ea611b
Octal2113020122143561214133
Binary1000100111000100101001011000111011101010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891802; }

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

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

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

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

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

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

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

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