#84160F

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

Shades of Falu Red #84160F

Tints of Falu Red #84160F

Color information

#84160F (or 0x84160F) is unknown color: approx Falu Red. HEX triplet: 84, 16 and 0F. RGB value is (132,22,15). Sum of RGB (Red+Green+Blue) = 132+22+15=169 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.11% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 132 - color contains mainly: red. Hex color #84160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84160F is #7BE9F0. Grayscale: #363636. Windows color (decimal): -8120817 or 988804. OLE color: 988804.

HSL color Cylindrical-coordinate representation of color #84160F: hue angle of 3.59º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84160F is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1322215-
CMYK00.830.890.48
HSL3.59º79.59%28.82%-
HSV(B)3.59º88.64%51.76%-
XYZ9.895.511-
YUV54.09105.94183.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 78.11%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 15 (6.25% from 255) = 8.88%
R=78.11%
G=13.02%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132221500.830.890.483.5979.5928.82
Hex8416F05359304501d
Octal2042617012313160412035
Binary10000100101101111010100111011001110000100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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