#842408

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

Shades of Falu Red #842408

Tints of Falu Red #842408

Color information

#842408 (or 0x842408) is unknown color: approx Falu Red. HEX triplet: 84, 24 and 08. RGB value is (132,36,8). Sum of RGB (Red+Green+Blue) = 132+36+8=176 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 132 - color contains mainly: red. Hex color #842408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842408 is #7BDBF7. Grayscale: #3D3D3D. Windows color (decimal): -8117240 or 533636. OLE color: 533636.

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

Color convert

RGB132368-
CMYK00.730.940.48
HSL13.55º88.57%27.45%-
HSV(B)13.55º93.94%51.76%-
XYZ10.196.180.89-
YUV61.5197.8178.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75%
GREEN value IS 36 (14.45% from 255) = 20.45%
BLUE value IS 8 (3.52% from 255) = 4.55%
R=75%
G=20.45%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13236800.730.940.4813.5588.5727.45
Hex842480495E30e591b
Octal20444100111136601613133
Binary1000010010010010000100100110111101100001110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842408; }

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

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

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

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

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

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

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

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