#841606

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

Shades of Falu Red #841606

Tints of Falu Red #841606

Color information

#841606 (or 0x841606) is unknown color: approx Falu Red. HEX triplet: 84, 16 and 06. RGB value is (132,22,6). Sum of RGB (Red+Green+Blue) = 132+22+6=160 (21% of max value = 765). Red value is 132 (51.95% from 255 or 82.5% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 132 - color contains mainly: red. Hex color #841606 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841606 is #7BE9F9. Grayscale: #353535. Windows color (decimal): -8120826 or 398980. OLE color: 398980.

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

Color convert

RGB132226-
CMYK00.830.950.48
HSL7.62º91.3%27.06%-
HSV(B)7.62º95.45%51.76%-
XYZ9.845.490.71-
YUV53.07101.44184.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 82.5%
GREEN value IS 22 (8.98% from 255) = 13.75%
BLUE value IS 6 (2.73% from 255) = 3.75%
R=82.5%
G=13.75%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13222600.830.950.487.6291.327.06
Hex841660535F3085b1b
Octal2042660123137601013333
Binary10000100101101100101001110111111100001000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841606; }

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

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

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

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

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

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

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

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