#842200

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

Shades of Falu Red #842200

Tints of Falu Red #842200

Color information

#842200 (or 0x842200) is unknown color: approx Falu Red. HEX triplet: 84, 22 and 00. RGB value is (132,34,0). Sum of RGB (Red+Green+Blue) = 132+34+0=166 (21% of max value = 765). Red value is 132 (51.95% from 255 or 79.52% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 132 - color contains mainly: red. Hex color #842200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842200 is #7BDDFF. Grayscale: #3B3B3B. Windows color (decimal): -8117760 or 8836. OLE color: 8836.

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

Color convert

RGB132340-
CMYK00.7410.48
HSL15.45º100%25.88%-
HSV(B)15.45º100%51.76%-
XYZ10.096.050.64-
YUV59.4394.47179.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 79.52%
GREEN value IS 34 (13.67% from 255) = 20.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.52%
G=20.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13234000.7410.4815.4510025.88
Hex8422004A6430f641a
Octal2044200112144601714432
Binary1000010010001000100101011001001100001111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842200; }

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

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

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

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

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

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

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

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