#941411

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

Shades of Falu Red #941411

Tints of Falu Red #941411

Color information

#941411 (or 0x941411) is unknown color: approx Falu Red. HEX triplet: 94, 14 and 11. RGB value is (148,20,17). Sum of RGB (Red+Green+Blue) = 148+20+17=185 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 148 - color contains mainly: red. Hex color #941411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941411 is #6BEBEE. Grayscale: #3A3A3A. Windows color (decimal): -7072751 or 1119380. OLE color: 1119380.

HSL color Cylindrical-coordinate representation of color #941411: hue angle of 1.37º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941411 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1482017-
CMYK00.860.890.42
HSL1.37º79.39%32.35%-
HSV(B)1.37º88.51%58.04%-
XYZ12.566.841.19-
YUV57.93104.91192.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 80%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 17 (7.03% from 255) = 9.19%
R=80%
G=10.81%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148201700.860.890.421.3779.3932.35
Hex941411056592A14f20
Octal2242421012613152111740
Binary10010100101001000101010110101100110101011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941411; }

 p { color: rgb(148,20,17); }

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

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

 a { background-color: rgb(148,20,17); }

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

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

 span { border-color: rgb(148,20,17); }

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