#84210D

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

Shades of Falu Red #84210D

Tints of Falu Red #84210D

Color information

#84210D (or 0x84210D) is unknown color: approx Falu Red. HEX triplet: 84, 21 and 0D. RGB value is (132,33,13). Sum of RGB (Red+Green+Blue) = 132+33+13=178 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.16% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 132 - color contains mainly: red. Hex color #84210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84210D is #7BDEF2. Grayscale: #3C3C3C. Windows color (decimal): -8118003 or 860548. OLE color: 860548.

HSL color Cylindrical-coordinate representation of color #84210D: hue angle of 10.08º 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 #84210D is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB1323313-
CMYK00.750.900.48
HSL10.08º82.07%28.43%-
HSV(B)10.08º90.15%51.76%-
XYZ10.136.021.01-
YUV60.32101.3179.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 74.16%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 13 (5.47% from 255) = 7.30%
R=74.16%
G=18.54%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132331300.750.900.4810.0882.0728.43
Hex8421D04B5A30a521c
Octal20441150113132601212234
Binary1000010010000111010100101110110101100001010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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