#841506

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

Shades of Falu Red #841506

Tints of Falu Red #841506

Color information

#841506 (or 0x841506) is unknown color: approx Falu Red. HEX triplet: 84, 15 and 06. RGB value is (132,21,6). Sum of RGB (Red+Green+Blue) = 132+21+6=159 (21% of max value = 765). Red value is 132 (51.95% from 255 or 83.02% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 132 - color contains mainly: red. Hex color #841506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841506 is #7BEAF9. Grayscale: #343434. Windows color (decimal): -8121082 or 398724. OLE color: 398724.

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

Color convert

RGB132216-
CMYK00.840.950.48
HSL7.14º91.3%27.06%-
HSV(B)7.14º95.45%51.76%-
XYZ9.825.460.71-
YUV52.48101.77184.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 83.02%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 6 (2.73% from 255) = 3.77%
R=83.02%
G=13.21%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13221600.840.950.487.1491.327.06
Hex841560545F3075b1b
Octal204256012413760713333
Binary1000010010101110010101001011111110000111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841506; }

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

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

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

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

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

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

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

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