#84200D

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

Shades of Falu Red #84200D

Tints of Falu Red #84200D

Color information

#84200D (or 0x84200D) is unknown color: approx Falu Red. HEX triplet: 84, 20 and 0D. RGB value is (132,32,13). Sum of RGB (Red+Green+Blue) = 132+32+13=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #84200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84200D is #7BDFF2. Grayscale: #3B3B3B. Windows color (decimal): -8118259 or 860292. OLE color: 860292.

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

Color convert

RGB1323213-
CMYK00.760.900.48
HSL9.58º82.07%28.43%-
HSV(B)9.58º90.15%51.76%-
XYZ10.15.971-
YUV59.73101.63179.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 74.58%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 13 (5.47% from 255) = 7.34%
R=74.58%
G=18.08%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132321300.760.900.489.5882.0728.43
Hex8420D04C5A30a521c
Octal20440150114132601212234
Binary1000010010000011010100110010110101100001010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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