#911B0A

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

Shades of Falu Red #911B0A

Tints of Falu Red #911B0A

Color information

#911B0A (or 0x911B0A) is unknown color: approx Falu Red. HEX triplet: 91, 1B and 0A. RGB value is (145,27,10). Sum of RGB (Red+Green+Blue) = 145+27+10=182 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.67% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 145 - color contains mainly: red. Hex color #911B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911B0A is #6EE4F5. Grayscale: #3C3C3C. Windows color (decimal): -7267574 or 662417. OLE color: 662417.

HSL color Cylindrical-coordinate representation of color #911B0A: hue angle of 7.56º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #911B0A is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB1452710-
CMYK00.810.930.43
HSL7.56º87.1%30.39%-
HSV(B)7.56º93.1%56.86%-
XYZ12.126.830.97-
YUV60.3499.59188.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 79.67%
GREEN value IS 27 (10.94% from 255) = 14.84%
BLUE value IS 10 (4.30% from 255) = 5.49%
R=79.67%
G=14.84%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145271000.810.930.437.5687.130.39
Hex911BA0515D2B8571e
Octal22133120121135531012736
Binary100100011101110100101000110111011010111000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911B0A; }

 p { color: rgb(145,27,10); }

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

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

 a { background-color: rgb(145,27,10); }

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

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

 span { border-color: rgb(145,27,10); }

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