#841C16

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

Shades of Falu Red #841C16

Tints of Falu Red #841C16

Color information

#841C16 (or 0x841C16) is unknown color: approx Falu Red. HEX triplet: 84, 1C and 16. RGB value is (132,28,22). Sum of RGB (Red+Green+Blue) = 132+28+22=182 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.53% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 132 - color contains mainly: red. Hex color #841C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841C16 is #7BE3E9. Grayscale: #3A3A3A. Windows color (decimal): -8119274 or 1449092. OLE color: 1449092.

HSL color Cylindrical-coordinate representation of color #841C16: hue angle of 3.27º 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 #841C16 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB1322822-
CMYK00.790.830.48
HSL3.27º71.43%30.2%-
HSV(B)3.27º83.33%51.76%-
XYZ10.085.791.35-
YUV58.41107.46180.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 72.53%
GREEN value IS 28 (11.33% from 255) = 15.38%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=72.53%
G=15.38%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132282200.790.830.483.2771.4330.2
Hex841C1604F53303471e
Octal2043426011712360310736
Binary10000100111001011001001111101001111000011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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