#91150B

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

Shades of Falu Red #91150B

Tints of Falu Red #91150B

Color information

#91150B (or 0x91150B) is unknown color: approx Falu Red. HEX triplet: 91, 15 and 0B. RGB value is (145,21,11). Sum of RGB (Red+Green+Blue) = 145+21+11=177 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.92% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 145 - color contains mainly: red. Hex color #91150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91150B is #6EEAF4. Grayscale: #393939. Windows color (decimal): -7269109 or 726417. OLE color: 726417.

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

Color convert

RGB1452111-
CMYK00.860.920.43
HSL4.48º85.9%30.59%-
HSV(B)4.48º92.41%56.86%-
XYZ12.016.580.95-
YUV56.94102.08190.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 81.92%
GREEN value IS 21 (8.59% from 255) = 11.86%
BLUE value IS 11 (4.69% from 255) = 6.21%
R=81.92%
G=11.86%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145211100.860.920.434.4885.930.59
Hex9115B0565C2B4561f
Octal2212513012613453412637
Binary10010001101011011010101101011100101011100101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91150B; }

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

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

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

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

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

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

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

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