#84221B

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

Shades of Falu Red #84221B

Tints of Falu Red #84221B

Color information

#84221B (or 0x84221B) is unknown color: approx Falu Red. HEX triplet: 84, 22 and 1B. RGB value is (132,34,27). Sum of RGB (Red+Green+Blue) = 132+34+27=193 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.39% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 132 - color contains mainly: red. Hex color #84221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84221B is #7BDDE4. Grayscale: #3E3E3E. Windows color (decimal): -8117733 or 1778308. OLE color: 1778308.

HSL color Cylindrical-coordinate representation of color #84221B: hue angle of 4º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84221B is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1323427-
CMYK00.740.800.48
HSL66.04%31.18%-
HSV(B)79.55%51.76%-
XYZ10.296.131.68-
YUV62.5107.97177.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.39%
GREEN value IS 34 (13.67% from 255) = 17.62%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=68.39%
G=17.62%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132342700.740.800.48466.0431.18
Hex84221B04A50304421f
Octal2044233011212060410237
Binary1000010010001011011010010101010000110000100100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84221B; }

 p { color: rgb(132,34,27); }

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

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

 a { background-color: rgb(132,34,27); }

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

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

 span { border-color: rgb(132,34,27); }

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