#84160D

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

Shades of Falu Red #84160D

Tints of Falu Red #84160D

Color information

#84160D (or 0x84160D) is unknown color: approx Falu Red. HEX triplet: 84, 16 and 0D. RGB value is (132,22,13). Sum of RGB (Red+Green+Blue) = 132+22+13=167 (22% of max value = 765). Red value is 132 (51.95% from 255 or 79.04% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 132 - color contains mainly: red. Hex color #84160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84160D is #7BE9F2. Grayscale: #363636. Windows color (decimal): -8120819 or 857732. OLE color: 857732.

HSL color Cylindrical-coordinate representation of color #84160D: hue angle of 4.54º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84160D is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB1322213-
CMYK00.830.900.48
HSL4.54º82.07%28.43%-
HSV(B)4.54º90.15%51.76%-
XYZ9.885.510.92-
YUV53.86104.94183.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 79.04%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 13 (5.47% from 255) = 7.78%
R=79.04%
G=13.17%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132221300.830.900.484.5482.0728.43
Hex8416D0535A305521c
Octal2042615012313260512234
Binary10000100101101101010100111011010110000101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84160D; }

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

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

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

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

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

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

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

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