#842616

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

Shades of Falu Red #842616

Tints of Falu Red #842616

Color information

#842616 (or 0x842616) is unknown color: approx Falu Red. HEX triplet: 84, 26 and 16. RGB value is (132,38,22). Sum of RGB (Red+Green+Blue) = 132+38+22=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #842616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842616 is #7BD9E9. Grayscale: #404040. Windows color (decimal): -8116714 or 1451652. OLE color: 1451652.

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

Color convert

RGB1323822-
CMYK00.710.830.48
HSL8.73º71.43%30.2%-
HSV(B)8.73º83.33%51.76%-
XYZ10.356.351.44-
YUV64.28104.14176.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.75%
GREEN value IS 38 (15.23% from 255) = 19.79%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=68.75%
G=19.79%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132382200.710.830.488.7371.4330.2
Hex84261604753309471e
Octal20446260107123601110736
Binary10000100100110101100100011110100111100001001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842616; }

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

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

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

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

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

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

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

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