#961311

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

Shades of Falu Red #961311

Tints of Falu Red #961311

Color information

#961311 (or 0x961311) is unknown color: approx Falu Red. HEX triplet: 96, 13 and 11. RGB value is (150,19,17). Sum of RGB (Red+Green+Blue) = 150+19+17=186 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.65% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 150 - color contains mainly: red. Hex color #961311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961311 is #69ECEE. Grayscale: #3A3A3A. Windows color (decimal): -6941935 or 1119126. OLE color: 1119126.

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

Color convert

RGB1501917-
CMYK00.870.890.41
HSL0.9º79.64%32.75%-
HSV(B)0.9º88.67%58.82%-
XYZ12.916.991.2-
YUV57.94104.9193.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 80.65%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 17 (7.03% from 255) = 9.14%
R=80.65%
G=10.22%
B=9.14%

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
Decimal150191700.870.890.410.979.6432.75
Hex961311057592915021
Octal2262321012713151112041
Binary10010110100111000101010111101100110100111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961311; }

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

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

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

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

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

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

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

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