#84240C

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

Shades of Falu Red #84240C

Tints of Falu Red #84240C

Color information

#84240C (or 0x84240C) is unknown color: approx Falu Red. HEX triplet: 84, 24 and 0C. RGB value is (132,36,12). Sum of RGB (Red+Green+Blue) = 132+36+12=180 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.33% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 132 - color contains mainly: red. Hex color #84240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84240C is #7BDBF3. Grayscale: #3E3E3E. Windows color (decimal): -8117236 or 795780. OLE color: 795780.

HSL color Cylindrical-coordinate representation of color #84240C: hue angle of 12º 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 #84240C is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB1323612-
CMYK00.730.910.48
HSL12º83.33%28.24%-
HSV(B)12º90.91%51.76%-
XYZ10.216.191.01-
YUV61.9799.8177.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 73.33%
GREEN value IS 36 (14.45% from 255) = 20%
BLUE value IS 12 (5.08% from 255) = 6.67%
R=73.33%
G=20%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132361200.730.910.481283.3328.24
Hex8424C0495B30c531c
Octal20444140111133601412334
Binary1000010010010011000100100110110111100001100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84240C; }

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

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

<style>
 a { background-color: #84240C; }

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

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

<style>
 span { border-color: #84240C; }

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

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