#842304

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

Shades of Falu Red #842304

Tints of Falu Red #842304

Color information

#842304 (or 0x842304) is unknown color: approx Falu Red. HEX triplet: 84, 23 and 04. RGB value is (132,35,4). Sum of RGB (Red+Green+Blue) = 132+35+4=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #842304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842304 is #7BDCFB. Grayscale: #3C3C3C. Windows color (decimal): -8117500 or 271236. OLE color: 271236.

HSL color Cylindrical-coordinate representation of color #842304: hue angle of 14.53º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #842304 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB132354-
CMYK00.730.970.48
HSL14.53º94.12%26.67%-
HSV(B)14.53º96.97%51.76%-
XYZ10.146.120.76-
YUV60.4796.14179.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 77.19%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 4 (1.95% from 255) = 2.34%
R=77.19%
G=20.47%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13235400.730.970.4814.5394.1226.67
Hex842340496130f5e1b
Octal2044340111141601713633
Binary100001001000111000100100111000011100001111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842304; }

 p { color: rgb(132,35,4); }

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

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

 a { background-color: rgb(132,35,4); }

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

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

 span { border-color: rgb(132,35,4); }

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