#891612

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

Shades of Falu Red #891612

Tints of Falu Red #891612

Color information

#891612 (or 0x891612) is unknown color: approx Falu Red. HEX triplet: 89, 16 and 12. RGB value is (137,22,18). Sum of RGB (Red+Green+Blue) = 137+22+18=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #891612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891612 is #76E9ED. Grayscale: #383838. Windows color (decimal): -7793134 or 1185417. OLE color: 1185417.

HSL color Cylindrical-coordinate representation of color #891612: hue angle of 2.02º 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 #891612 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB1372218-
CMYK00.840.870.46
HSL2.02º76.77%30.39%-
HSV(B)2.02º86.86%53.73%-
XYZ10.715.941.15-
YUV55.93106.6185.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 77.40%
GREEN value IS 22 (8.98% from 255) = 12.43%
BLUE value IS 18 (7.42% from 255) = 10.17%
R=77.40%
G=12.43%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137221800.840.870.462.0276.7730.39
Hex891612054572E24d1e
Octal2112622012412756211536
Binary10001001101101001001010100101011110111010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891612; }

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

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

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

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

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

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

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

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