#891512

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

Shades of Falu Red #891512

Tints of Falu Red #891512

Color information

#891512 (or 0x891512) is unknown color: approx Falu Red. HEX triplet: 89, 15 and 12. RGB value is (137,21,18). Sum of RGB (Red+Green+Blue) = 137+21+18=176 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.84% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 137 - color contains mainly: red. Hex color #891512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891512 is #76EAED. Grayscale: #373737. Windows color (decimal): -7793390 or 1185161. OLE color: 1185161.

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

Color convert

RGB1372118-
CMYK00.850.870.46
HSL1.51º76.77%30.39%-
HSV(B)1.51º86.86%53.73%-
XYZ10.695.91.15-
YUV55.34106.93186.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 77.84%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 18 (7.42% from 255) = 10.23%
R=77.84%
G=11.93%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137211800.850.870.461.5176.7730.39
Hex891512055572E24d1e
Octal2112522012512756211536
Binary10001001101011001001010101101011110111010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891512; }

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

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

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

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

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

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

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

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