#841A16

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

Shades of Falu Red #841A16

Tints of Falu Red #841A16

Color information

#841A16 (or 0x841A16) is unknown color: approx Falu Red. HEX triplet: 84, 1A and 16. RGB value is (132,26,22). Sum of RGB (Red+Green+Blue) = 132+26+22=180 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.33% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 132 - color contains mainly: red. Hex color #841A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841A16 is #7BE5E9. Grayscale: #393939. Windows color (decimal): -8119786 or 1448580. OLE color: 1448580.

HSL color Cylindrical-coordinate representation of color #841A16: hue angle of 2.18º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841A16 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB1322622-
CMYK00.800.830.48
HSL2.18º71.43%30.2%-
HSV(B)2.18º83.33%51.76%-
XYZ10.035.71.33-
YUV57.24108.12181.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 73.33%
GREEN value IS 26 (10.55% from 255) = 14.44%
BLUE value IS 22 (8.98% from 255) = 12.22%
R=73.33%
G=14.44%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132262200.800.830.482.1871.4330.2
Hex841A1605053302471e
Octal2043226012012360210736
Binary10000100110101011001010000101001111000010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841A16; }

 p { color: rgb(132,26,22); }

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

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

 a { background-color: rgb(132,26,22); }

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

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

 span { border-color: rgb(132,26,22); }

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