#911514

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

Shades of Falu Red #911514

Tints of Falu Red #911514

Color information

#911514 (or 0x911514) is unknown color: approx Falu Red. HEX triplet: 91, 15 and 14. RGB value is (145,21,20). Sum of RGB (Red+Green+Blue) = 145+21+20=186 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.96% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 145 - color contains mainly: red. Hex color #911514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911514 is #6EEAEB. Grayscale: #3A3A3A. Windows color (decimal): -7269100 or 1316241. OLE color: 1316241.

HSL color Cylindrical-coordinate representation of color #911514: hue angle of 0.48º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911514 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1452120-
CMYK00.860.860.43
HSL0.48º75.76%32.35%-
HSV(B)0.48º86.21%56.86%-
XYZ12.076.611.3-
YUV57.96106.58190.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 77.96%
GREEN value IS 21 (8.59% from 255) = 11.29%
BLUE value IS 20 (8.20% from 255) = 10.75%
R=77.96%
G=11.29%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145212000.860.860.430.4875.7632.35
Hex911514056562B04c20
Octal2212524012612653011440
Binary10010001101011010001010110101011010101101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911514; }

 p { color: rgb(145,21,20); }

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

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

 a { background-color: rgb(145,21,20); }

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

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

 span { border-color: rgb(145,21,20); }

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