#841411

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

Shades of Falu Red #841411

Tints of Falu Red #841411

Color information

#841411 (or 0x841411) is unknown color: approx Falu Red. HEX triplet: 84, 14 and 11. RGB value is (132,20,17). Sum of RGB (Red+Green+Blue) = 132+20+17=169 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.11% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 132 - color contains mainly: red. Hex color #841411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841411 is #7BEBEE. Grayscale: #353535. Windows color (decimal): -8121327 or 1119364. OLE color: 1119364.

HSL color Cylindrical-coordinate representation of color #841411: hue angle of 1.57º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841411 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB1322017-
CMYK00.850.870.48
HSL1.57º77.18%29.22%-
HSV(B)1.57º87.12%51.76%-
XYZ9.875.451.06-
YUV53.15107.61184.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 78.11%
GREEN value IS 20 (8.20% from 255) = 11.83%
BLUE value IS 17 (7.03% from 255) = 10.06%
R=78.11%
G=11.83%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132201700.850.870.481.5777.1829.22
Hex841411055573024d1d
Octal2042421012512760211535
Binary10000100101001000101010101101011111000010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841411; }

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

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

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

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

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

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

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

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