#842604

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

Shades of Falu Red #842604

Tints of Falu Red #842604

Color information

#842604 (or 0x842604) is unknown color: approx Falu Red. HEX triplet: 84, 26 and 04. RGB value is (132,38,4). Sum of RGB (Red+Green+Blue) = 132+38+4=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #842604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842604 is #7BD9FB. Grayscale: #3E3E3E. Windows color (decimal): -8116732 or 272004. OLE color: 272004.

HSL color Cylindrical-coordinate representation of color #842604: hue angle of 15.94º 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 #842604 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB132384-
CMYK00.710.970.48
HSL15.94º94.12%26.67%-
HSV(B)15.94º96.97%51.76%-
XYZ10.236.30.79-
YUV62.2395.14177.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75.86%
GREEN value IS 38 (15.23% from 255) = 21.84%
BLUE value IS 4 (1.95% from 255) = 2.30%
R=75.86%
G=21.84%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13238400.710.970.4815.9494.1226.67
Hex842640476130105e1b
Octal2044640107141602013633
Binary1000010010011010001000111110000111000010000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842604; }

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

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

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

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

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

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

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

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