#891311

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

Shades of Falu Red #891311

Tints of Falu Red #891311

Color information

#891311 (or 0x891311) is unknown color: approx Falu Red. HEX triplet: 89, 13 and 11. RGB value is (137,19,17). Sum of RGB (Red+Green+Blue) = 137+19+17=173 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.19% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 137 - color contains mainly: red. Hex color #891311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891311 is #76ECEE. Grayscale: #363636. Windows color (decimal): -7793903 or 1119113. OLE color: 1119113.

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

Color convert

RGB1371917-
CMYK00.860.880.46
HSL77.92%30.2%-
HSV(B)87.59%53.73%-
XYZ10.655.821.09-
YUV54.05107.09187.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 79.19%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 17 (7.03% from 255) = 9.83%
R=79.19%
G=10.98%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137191700.860.880.46177.9230.2
Hex891311056582E14e1e
Octal2112321012613056111636
Binary1000100110011100010101011010110001011101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891311; }

 p { color: rgb(137,19,17); }

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

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

 a { background-color: rgb(137,19,17); }

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

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

 span { border-color: rgb(137,19,17); }

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