#84200c

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

Shades of Falu Red #84200C

Tints of Falu Red #84200C

Color information

#84200C (or 0x84200C) is unknown color: approx Falu Red. HEX triplet: 84, 20 and 0C. RGB value is (132,32,12). Sum of RGB (Red+Green+Blue) = 132+32+12=176 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 132 - color contains mainly: red. Hex color #84200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84200C is #7BDFF3. Grayscale: #3B3B3B. Windows color (decimal): -8118260 or 794756. OLE color: 794756.

HSL color Cylindrical-coordinate representation of color #84200C: hue angle of 10º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84200C is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB1323212-
CMYK00.760.910.48
HSL10º83.33%28.24%-
HSV(B)10º90.91%51.76%-
XYZ10.15.970.97-
YUV59.62101.13179.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75%
GREEN value IS 32 (12.89% from 255) = 18.18%
BLUE value IS 12 (5.08% from 255) = 6.82%
R=75%
G=18.18%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132321200.760.910.481083.3328.24
Hex8420C04C5B30a531c
Octal20440140114133601212334
Binary1000010010000011000100110010110111100001010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84200c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84200c; }

 p { color: rgb(132,32,12); }

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

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

 a { background-color: rgb(132,32,12); }

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

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

 span { border-color: rgb(132,32,12); }

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