#841906

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

Shades of Falu Red #841906

Tints of Falu Red #841906

Color information

#841906 (or 0x841906) is unknown color: approx Falu Red. HEX triplet: 84, 19 and 06. RGB value is (132,25,6). Sum of RGB (Red+Green+Blue) = 132+25+6=163 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80.98% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 132 - color contains mainly: red. Hex color #841906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841906 is #7BE6F9. Grayscale: #373737. Windows color (decimal): -8120058 or 399748. OLE color: 399748.

HSL color Cylindrical-coordinate representation of color #841906: hue angle of 9.05º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #841906 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB132256-
CMYK00.810.950.48
HSL9.05º91.3%27.06%-
HSV(B)9.05º95.45%51.76%-
XYZ9.95.610.73-
YUV54.83100.45183.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 80.98%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=80.98%
G=15.34%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13225600.810.950.489.0591.327.06
Hex841960515F3095b1b
Octal2043160121137601113333
Binary10000100110011100101000110111111100001001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841906; }

 p { color: rgb(132,25,6); }

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

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

 a { background-color: rgb(132,25,6); }

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

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

 span { border-color: rgb(132,25,6); }

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