#842011

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

Shades of Falu Red #842011

Tints of Falu Red #842011

Color information

#842011 (or 0x842011) is unknown color: approx Falu Red. HEX triplet: 84, 20 and 11. RGB value is (132,32,17). Sum of RGB (Red+Green+Blue) = 132+32+17=181 (23% of max value = 765). Red value is 132 (51.95% from 255 or 72.93% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 132 - color contains mainly: red. Hex color #842011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842011 is #7BDFEE. Grayscale: #3C3C3C. Windows color (decimal): -8118255 or 1122436. OLE color: 1122436.

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

Color convert

RGB1323217-
CMYK00.760.870.48
HSL7.83º77.18%29.22%-
HSV(B)7.83º87.12%51.76%-
XYZ10.135.981.15-
YUV60.19103.63179.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 72.93%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=72.93%
G=17.68%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132321700.760.870.487.8377.1829.22
Hex84201104C573084d1d
Octal20440210114127601011535
Binary10000100100000100010100110010101111100001000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842011; }

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

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

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

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

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

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

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

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