#911915

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

Shades of Falu Red #911915

Tints of Falu Red #911915

Color information

#911915 (or 0x911915) is unknown color: approx Falu Red. HEX triplet: 91, 19 and 15. RGB value is (145,25,21). Sum of RGB (Red+Green+Blue) = 145+25+21=191 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.92% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 145 - color contains mainly: red. Hex color #911915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911915 is #6EE6EA. Grayscale: #3C3C3C. Windows color (decimal): -7268075 or 1382801. OLE color: 1382801.

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

Color convert

RGB1452521-
CMYK00.830.860.43
HSL1.94º74.7%32.55%-
HSV(B)1.94º85.52%56.86%-
XYZ12.166.771.38-
YUV60.42105.76188.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 75.92%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 21 (8.59% from 255) = 10.99%
R=75.92%
G=13.09%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145252100.830.860.431.9474.732.55
Hex911915053562B24b21
Octal2213125012312653211341
Binary100100011100110101010100111010110101011101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911915; }

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

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

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

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

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

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

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

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