#911815

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

Shades of Falu Red #911815

Tints of Falu Red #911815

Color information

#911815 (or 0x911815) is unknown color: approx Falu Red. HEX triplet: 91, 18 and 15. RGB value is (145,24,21). Sum of RGB (Red+Green+Blue) = 145+24+21=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #911815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911815 is #6EE7EA. Grayscale: #3B3B3B. Windows color (decimal): -7268331 or 1382545. OLE color: 1382545.

HSL color Cylindrical-coordinate representation of color #911815: hue angle of 1.45º 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 #911815 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1452421-
CMYK00.830.860.43
HSL1.45º74.7%32.55%-
HSV(B)1.45º85.52%56.86%-
XYZ12.146.731.37-
YUV59.84106.09188.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 76.32%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 21 (8.59% from 255) = 11.05%
R=76.32%
G=12.63%
B=11.05%

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
Decimal145242100.830.860.431.4574.732.55
Hex911815053562B14b21
Octal2213025012312653111341
Binary10010001110001010101010011101011010101111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911815; }

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

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

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

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

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

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

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

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