#842308

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

Shades of Falu Red #842308

Tints of Falu Red #842308

Color information

#842308 (or 0x842308) is unknown color: approx Falu Red. HEX triplet: 84, 23 and 08. RGB value is (132,35,8). Sum of RGB (Red+Green+Blue) = 132+35+8=175 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.43% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 132 - color contains mainly: red. Hex color #842308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842308 is #7BDCF7. Grayscale: #3D3D3D. Windows color (decimal): -8117496 or 533380. OLE color: 533380.

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

Color convert

RGB132358-
CMYK00.730.940.48
HSL13.06º88.57%27.45%-
HSV(B)13.06º93.94%51.76%-
XYZ10.166.130.88-
YUV60.9298.14178.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75.43%
GREEN value IS 35 (14.06% from 255) = 20%
BLUE value IS 8 (3.52% from 255) = 4.57%
R=75.43%
G=20%
B=4.57%

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
Decimal13235800.730.940.4813.0688.5727.45
Hex842380495E30d591b
Octal20443100111136601513133
Binary1000010010001110000100100110111101100001101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842308; }

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

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

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

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

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

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

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

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