#841D1A

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

Shades of Falu Red #841D1A

Tints of Falu Red #841D1A

Color information

#841D1A (or 0x841D1A) is unknown color: approx Falu Red. HEX triplet: 84, 1D and 1A. RGB value is (132,29,26). Sum of RGB (Red+Green+Blue) = 132+29+26=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #841D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841D1A is #7BE2E5. Grayscale: #3B3B3B. Windows color (decimal): -8119014 or 1711492. OLE color: 1711492.

HSL color Cylindrical-coordinate representation of color #841D1A: hue angle of 1.7º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841D1A is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1322926-
CMYK00.780.800.48
HSL1.7º67.09%30.98%-
HSV(B)1.7º80.3%51.76%-
XYZ10.145.861.57-
YUV59.46109.12179.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 70.59%
GREEN value IS 29 (11.72% from 255) = 15.51%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=70.59%
G=15.51%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132292600.780.800.481.767.0930.98
Hex841D1A04E50302431f
Octal2043532011612060210337
Binary10000100111011101001001110101000011000010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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