#891812

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

Shades of Falu Red #891812

Tints of Falu Red #891812

Color information

#891812 (or 0x891812) is unknown color: approx Falu Red. HEX triplet: 89, 18 and 12. RGB value is (137,24,18). Sum of RGB (Red+Green+Blue) = 137+24+18=179 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.54% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 137 - color contains mainly: red. Hex color #891812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891812 is #76E7ED. Grayscale: #393939. Windows color (decimal): -7792622 or 1185929. OLE color: 1185929.

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

Color convert

RGB1372418-
CMYK00.820.870.46
HSL3.03º76.77%30.39%-
HSV(B)3.03º86.86%53.73%-
XYZ10.756.021.17-
YUV57.1105.94184.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 76.54%
GREEN value IS 24 (9.77% from 255) = 13.41%
BLUE value IS 18 (7.42% from 255) = 10.06%
R=76.54%
G=13.41%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137241800.820.870.463.0376.7730.39
Hex891812052572E34d1e
Octal2113022012212756311536
Binary10001001110001001001010010101011110111011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891812; }

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

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

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

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

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

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

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

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