#842106

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

Shades of Falu Red #842106

Tints of Falu Red #842106

Color information

#842106 (or 0x842106) is unknown color: approx Falu Red. HEX triplet: 84, 21 and 06. RGB value is (132,33,6). Sum of RGB (Red+Green+Blue) = 132+33+6=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #842106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842106 is #7BDEF9. Grayscale: #3B3B3B. Windows color (decimal): -8118010 or 401796. OLE color: 401796.

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

Color convert

RGB132336-
CMYK00.750.950.48
HSL12.86º91.3%27.06%-
HSV(B)12.86º95.45%51.76%-
XYZ10.096.010.8-
YUV59.5297.8179.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 77.19%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 6 (2.73% from 255) = 3.51%
R=77.19%
G=19.30%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13233600.750.950.4812.8691.327.06
Hex8421604B5F30d5b1b
Octal2044160113137601513333
Binary100001001000011100100101110111111100001101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842106; }

 p { color: rgb(132,33,6); }

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

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

 a { background-color: rgb(132,33,6); }

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

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

 span { border-color: rgb(132,33,6); }

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