#891D16

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

Shades of Falu Red #891D16

Tints of Falu Red #891D16

Color information

#891D16 (or 0x891D16) is unknown color: approx Falu Red. HEX triplet: 89, 1D and 16. RGB value is (137,29,22). Sum of RGB (Red+Green+Blue) = 137+29+22=188 (24% of max value = 765). Red value is 137 (53.91% from 255 or 72.87% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 137 - color contains mainly: red. Hex color #891D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891D16 is #76E2E9. Grayscale: #3C3C3C. Windows color (decimal): -7791338 or 1449353. OLE color: 1449353.

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

Color convert

RGB1372922-
CMYK00.790.840.46
HSL3.65º72.33%31.18%-
HSV(B)3.65º83.94%53.73%-
XYZ10.96.261.39-
YUV60.49106.28182.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 72.87%
GREEN value IS 29 (11.72% from 255) = 15.43%
BLUE value IS 22 (8.98% from 255) = 11.70%
R=72.87%
G=15.43%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137292200.790.840.463.6572.3331.18
Hex891D1604F542E4481f
Octal2113526011712456411037
Binary100010011110110110010011111010100101110100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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