#961411

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

Shades of Falu Red #961411

Tints of Falu Red #961411

Color information

#961411 (or 0x961411) is unknown color: approx Falu Red. HEX triplet: 96, 14 and 11. RGB value is (150,20,17). Sum of RGB (Red+Green+Blue) = 150+20+17=187 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.21% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 150 - color contains mainly: red. Hex color #961411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961411 is #69EBEE. Grayscale: #3A3A3A. Windows color (decimal): -6941679 or 1119382. OLE color: 1119382.

HSL color Cylindrical-coordinate representation of color #961411: hue angle of 1.35º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961411 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB1502017-
CMYK00.870.890.41
HSL1.35º79.64%32.75%-
HSV(B)1.35º88.67%58.82%-
XYZ12.937.021.2-
YUV58.53104.57193.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 80.21%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=80.21%
G=10.70%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150201700.870.890.411.3579.6432.75
Hex961411057592915021
Octal2262421012713151112041
Binary10010110101001000101010111101100110100111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961411; }

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

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

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

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

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

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

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

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