#841611

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

Shades of Falu Red #841611

Tints of Falu Red #841611

Color information

#841611 (or 0x841611) is unknown color: approx Falu Red. HEX triplet: 84, 16 and 11. RGB value is (132,22,17). Sum of RGB (Red+Green+Blue) = 132+22+17=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #841611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841611 is #7BE9EE. Grayscale: #363636. Windows color (decimal): -8120815 or 1119876. OLE color: 1119876.

HSL color Cylindrical-coordinate representation of color #841611: hue angle of 2.61º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841611 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB1322217-
CMYK00.830.870.48
HSL2.61º77.18%29.22%-
HSV(B)2.61º87.12%51.76%-
XYZ9.95.521.07-
YUV54.32106.94183.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 77.19%
GREEN value IS 22 (8.98% from 255) = 12.87%
BLUE value IS 17 (7.03% from 255) = 9.94%
R=77.19%
G=12.87%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132221700.830.870.482.6177.1829.22
Hex841611053573034d1d
Octal2042621012312760311535
Binary10000100101101000101010011101011111000011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841611; }

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

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

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

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

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

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

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

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