#911E0C

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

Shades of Falu Red #911E0C

Tints of Falu Red #911E0C

Color information

#911E0C (or 0x911E0C) is unknown color: approx Falu Red. HEX triplet: 91, 1E and 0C. RGB value is (145,30,12). Sum of RGB (Red+Green+Blue) = 145+30+12=187 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.54% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 145 - color contains mainly: red. Hex color #911E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911E0C is #6EE1F3. Grayscale: #3E3E3E. Windows color (decimal): -7266804 or 794257. OLE color: 794257.

HSL color Cylindrical-coordinate representation of color #911E0C: hue angle of 8.12º degrees, saturation: 0.85, 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 #911E0C is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB1453012-
CMYK00.790.920.43
HSL8.12º84.71%30.78%-
HSV(B)8.12º91.72%56.86%-
XYZ12.216.971.05-
YUV62.3399.6186.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 77.54%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 12 (5.08% from 255) = 6.42%
R=77.54%
G=16.04%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145301200.790.920.438.1284.7130.78
Hex911EC04F5C2B8551f
Octal22136140117134531012537
Binary100100011111011000100111110111001010111000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,30,12); }

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

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

 a { background-color: rgb(145,30,12); }

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

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

 span { border-color: rgb(145,30,12); }

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