#84170E

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

Shades of Falu Red #84170E

Tints of Falu Red #84170E

Color information

#84170E (or 0x84170E) is unknown color: approx Falu Red. HEX triplet: 84, 17 and 0E. RGB value is (132,23,14). Sum of RGB (Red+Green+Blue) = 132+23+14=169 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.11% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 132 - color contains mainly: red. Hex color #84170E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84170E is #7BE8F1. Grayscale: #363636. Windows color (decimal): -8120562 or 923524. OLE color: 923524.

HSL color Cylindrical-coordinate representation of color #84170E: hue angle of 4.58º degrees, saturation: 0.81, 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 #84170E is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1322314-
CMYK00.830.890.48
HSL4.58º80.82%28.63%-
HSV(B)4.58º89.39%51.76%-
XYZ9.95.550.96-
YUV54.56105.11183.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 78.11%
GREEN value IS 23 (9.38% from 255) = 13.61%
BLUE value IS 14 (5.86% from 255) = 8.28%
R=78.11%
G=13.61%
B=8.28%

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
Decimal132231400.830.890.484.5880.8228.63
Hex8417E05359305511d
Octal2042716012313160512135
Binary10000100101111110010100111011001110000101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84170E; }

 p { color: rgb(132,23,14); }

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

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

 a { background-color: rgb(132,23,14); }

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

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

 span { border-color: rgb(132,23,14); }

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