#842016

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

Shades of Falu Red #842016

Tints of Falu Red #842016

Color information

#842016 (or 0x842016) is unknown color: approx Falu Red. HEX triplet: 84, 20 and 16. RGB value is (132,32,22). Sum of RGB (Red+Green+Blue) = 132+32+22=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #842016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842016 is #7BDFE9. Grayscale: #3C3C3C. Windows color (decimal): -8118250 or 1450116. OLE color: 1450116.

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

Color convert

RGB1323222-
CMYK00.760.830.48
HSL5.45º71.43%30.2%-
HSV(B)5.45º83.33%51.76%-
XYZ10.1861.38-
YUV60.76106.13178.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 70.97%
GREEN value IS 32 (12.89% from 255) = 17.20%
BLUE value IS 22 (8.98% from 255) = 11.83%
R=70.97%
G=17.20%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132322200.760.830.485.4571.4330.2
Hex84201604C53305471e
Octal2044026011412360510736
Binary1000010010000010110010011001010011110000101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842016; }

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

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

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

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

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

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

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

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