#842116

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

Shades of Falu Red #842116

Tints of Falu Red #842116

Color information

#842116 (or 0x842116) is unknown color: approx Falu Red. HEX triplet: 84, 21 and 16. RGB value is (132,33,22). Sum of RGB (Red+Green+Blue) = 132+33+22=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #842116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842116 is #7BDEE9. Grayscale: #3D3D3D. Windows color (decimal): -8117994 or 1450372. OLE color: 1450372.

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

Color convert

RGB1323322-
CMYK00.750.830.48
HSL71.43%30.2%-
HSV(B)83.33%51.76%-
XYZ10.26.051.39-
YUV61.35105.8178.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 70.59%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=70.59%
G=17.65%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132332200.750.830.48671.4330.2
Hex84211604B53306471e
Octal2044126011312360610736
Binary1000010010000110110010010111010011110000110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842116; }

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

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

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

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

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

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

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

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