#842205

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

Shades of Falu Red #842205

Tints of Falu Red #842205

Color information

#842205 (or 0x842205) is unknown color: approx Falu Red. HEX triplet: 84, 22 and 05. RGB value is (132,34,5). Sum of RGB (Red+Green+Blue) = 132+34+5=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #842205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842205 is #7BDDFA. Grayscale: #3C3C3C. Windows color (decimal): -8117755 or 336516. OLE color: 336516.

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

Color convert

RGB132345-
CMYK00.740.960.48
HSL13.7º92.7%26.86%-
HSV(B)13.7º96.21%51.76%-
XYZ10.126.060.78-
YUV6096.97179.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 77.19%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 5 (2.34% from 255) = 2.92%
R=77.19%
G=19.88%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13234500.740.960.4813.792.726.86
Hex8422504A6030e5d1b
Octal2044250112140601613533
Binary100001001000101010100101011000001100001110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842205; }

 p { color: rgb(132,34,5); }

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

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

 a { background-color: rgb(132,34,5); }

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

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

 span { border-color: rgb(132,34,5); }

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