#891D18

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

Shades of Falu Red #891D18

Tints of Falu Red #891D18

Color information

#891D18 (or 0x891D18) is unknown color: approx Falu Red. HEX triplet: 89, 1D and 18. RGB value is (137,29,24). Sum of RGB (Red+Green+Blue) = 137+29+24=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #891D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891D18 is #76E2E7. Grayscale: #3C3C3C. Windows color (decimal): -7791336 or 1580425. OLE color: 1580425.

HSL color Cylindrical-coordinate representation of color #891D18: hue angle of 2.65º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891D18 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB1372924-
CMYK00.790.820.46
HSL2.65º70.19%31.57%-
HSV(B)2.65º82.48%53.73%-
XYZ10.926.261.5-
YUV60.72107.28182.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 72.11%
GREEN value IS 29 (11.72% from 255) = 15.26%
BLUE value IS 24 (9.77% from 255) = 12.63%
R=72.11%
G=15.26%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137292400.790.820.462.6570.1931.57
Hex891D1804F522E34620
Octal2113530011712256310640
Binary100010011110111000010011111010010101110111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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