#941211

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

Shades of Falu Red #941211

Tints of Falu Red #941211

Color information

#941211 (or 0x941211) is unknown color: approx Falu Red. HEX triplet: 94, 12 and 11. RGB value is (148,18,17). Sum of RGB (Red+Green+Blue) = 148+18+17=183 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.87% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 148 - color contains mainly: red. Hex color #941211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941211 is #6BEDEE. Grayscale: #383838. Windows color (decimal): -7073263 or 1118868. OLE color: 1118868.

HSL color Cylindrical-coordinate representation of color #941211: hue angle of 0.46º 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 #941211 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1481817-
CMYK00.880.890.42
HSL0.46º79.39%32.35%-
HSV(B)0.46º88.51%58.04%-
XYZ12.536.771.18-
YUV56.76105.57193.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 80.87%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 17 (7.03% from 255) = 9.29%
R=80.87%
G=9.84%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148181700.880.890.420.4679.3932.35
Hex941211058592A04f20
Octal2242221013013152011740
Binary10010100100101000101011000101100110101001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941211; }

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

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

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

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

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

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

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

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